Skip to content

Releases: beam-cloud/blobcache-v2

0.1.8

30 Nov 03:17
a8b98f6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.7...0.1.8

Fix r/w lock in ristretto

13 Oct 20:45
Compare
Choose a tag to compare
  • Fix: used a read lock when I should have used a r/w lock

0.1.6

13 Oct 19:44
Compare
Choose a tag to compare
  • 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

14 Sep 17:28
a99611f
Compare
Choose a tag to compare

Bump tailscale version and disable metrics collection

29 Aug 19:00
Compare
Choose a tag to compare

Improve memory utilization

30 Jul 18:29
6498c87
Compare
Choose a tag to compare
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

25 Jul 12:15
14290da
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2

Move fuse mount to client

13 Jul 19:06
f00f9df
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.1.1

Initial Release

13 Jul 18:58
Compare
Choose a tag to compare
0.1.0

add CI