Releases: beam-cloud/blobcache-v2
Releases · beam-cloud/blobcache-v2
0.1.8
What's Changed
- fix concurrent read/write by @luke-lombardi in #14
- Fix: nil dereference error by @nickpetrovic in #15
- Add waitforhosts function by @luke-lombardi in #16
- Metadata discovery by @luke-lombardi in #17
New Contributors
- @nickpetrovic made their first contribution in #15
Full Changelog: 0.1.7...0.1.8
Fix r/w lock in ristretto
- Fix: used a read lock when I should have used a r/w lock
0.1.6
- Add memory usage % instead of hardcoded cache value maxCacheSize
- Fix: correct chunk keys placement
- Real object TTLs
Full Changelog: 0.1.5...0.1.6
Add hook to allow caching of files without grpc client
0.1.5 More caching tricks (#12)
Bump tailscale version and disable metrics collection
0.1.4 upgrade tailscale
Improve memory utilization
Fix memory usage discrepency (#8) * add more client logs for debugging * more client logs * turn on verbose logging * remove some logs * fix buffer issue * turn off verbose logging * remove max streams
Spread storage out across hosts
Move fuse mount to client
Initial Release
0.1.0 add CI