Public release of katbox

This commit is contained in:
Renán Del Valle 2021-04-12 12:00:01 -07:00
commit 4c764e09a4
46 changed files with 4646 additions and 0 deletions

8
CHANGELOG.md Normal file
View file

@ -0,0 +1,8 @@
# v0.0.1
* Support for delayed garbage collection. Once a volume has been unmounted it is not deleted until a certain
amount of time has passed.
* Upon `NodeUnpublish` directories are unmounted but not removed from the underlying storage.
* Node driver handles calls with folders that it cannot find in memory while warning.
* Node driver now detects when a volume queued for deletion has already been deleted by an external source
and removes it from the queue.