From 6419e069baa00627670154d20e1bd077658fbe9e Mon Sep 17 00:00:00 2001 From: Piotr Szarmanski Date: Thu, 3 Aug 2023 09:16:13 +0200 Subject: I mean, update version to 0.2 now. --- NEWS | 6 +++++- README | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 5b96f12..d8178c5 100644 --- a/NEWS +++ b/NEWS @@ -8,9 +8,13 @@ + New high-level abstraction for storing data called backends. Using the generic functions store-data and fetch-data, you can easily abstract away many - low-level details. + low-level details. This is a major improvement. + Added file-backend, which stores ERIS blocks as files in a directory. + Added hash-backend, which uses a hash-table as a backend. + Serapeum was added as a dependency. ++ The new tests use a temporary directory via uiop:temporary-directory in order + to test the file-backend. The temporary directory can be overwritten by + setting uiop:*temporary-directory*. + * 0.1 Initial release. diff --git a/README b/README index 6957b09..b428895 100644 --- a/README +++ b/README @@ -37,7 +37,8 @@ FETCH-FUNCTION OUTPUT-FILE &KEY (CACHE-CAPACITY 4096) (THREADS 4) function will attempt to decode an ERIS read-capability in parallel into a file specified by the OUTPUT-FILE string or pathspec. -See the docstrings of the specific functions for more details. +See the docstrings of the specific functions for more details. However, you +should only use these to write custom backends; otherwise, see below.. -- cgit v1.2.3