⚠️ indicates a breaking change.
[Unreleased]
Added
Changed
Removed
[0.0.5]
Changed
- Update
idbag
to0.2.0
. - ⚠️ Update
tmpfile
to0.0.3
.
[0.0.4] - 2024-01-30
Changed
- Update factory methods to create base directory if it doesn't exists, if the
mkbasedir
feature is enabled.
[0.0.3] - 2024-01-30
Added
- Add factory method
FsBlobStore::with_minsize()
to be able to use the memory buffer for "small files" support introduced intmpfile
0.0.2. - Re-export
tmpfile
to allow application to accesstmpfile::Output
.
Changed
- Update to
tmpfile
0.0.2.
[0.0.2] - 2024-01-29
Added
- Re-export
TmpFile
.
[0.0.1] - 2024-01-28
Initial release.