Skip to content

Releases: beam-cloud/blobcache-v2

0.1.9

30 Nov 17:45
2909e9e

Choose a tag to compare

What's Changed

Full Changelog: 0.1.8...0.1.9

0.1.8

30 Nov 03:17
a8b98f6

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

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

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

Choose a tag to compare

Bump tailscale version and disable metrics collection

29 Aug 19:00

Choose a tag to compare

Improve memory utilization

30 Jul 18:29
6498c87

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

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

Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.1.1

Initial Release

13 Jul 18:58

Choose a tag to compare

0.1.0

add CI