Skip to content

Releases: Petroniuss/groupcache

v0.3.0 - major dependency upgrades

25 Oct 16:30
ab94c71

Choose a tag to compare

groupcache v0.3.0 contains only dependency upgrades:

  • axum 0.8.x
  • tonic 0.14.x
  • thiserror 2.x
  • singleflight-async 0.2.x
  • metrics 0.24.x

v0.2.0 - improved service discovery

05 Mar 20:57
5b2105c

Choose a tag to compare

Mechanisms for service discovery:

Included simpler examples.

v0.1.0 - initial release

26 Nov 11:42
85f23c6

Choose a tag to compare

In comparison:

  • does not implement groups (which makes me wonder whether groupcache name still makes sense).
    if such functionality is needed, it can be implemented on top of this library by having different implementations of ValueLoader depending on key prefix.
  • allows to set TTL for cached values