blobinator 0.2.0
blobinator: ^0.2.0 copied to clipboard
Tools and HTTP service for temporary binary blob storage.
Changelog #
0.2.0 #
- Full rewrite. Hybrid functionality is kept experimental.
0.1.2 #
flushparameter on updating a blob will immediately write it to disk.- Expanded character set for blob ids.
0.1.1 #
flushoperation to move all or a subset of in-memory blobs to disk.- Implemented a
blobIdcache to reduce disk access. - Consistency fix:
BlobStorage.getSize()returnsnullinstead of-1when blob doesn't exist. (Breaking change.)
0.1.0 #
- Inital release.