Skip to content

Releases: s2-streamstore/cachey

0.10.7

26 Apr 02:28
c0648cf

Choose a tag to compare

Other

  • dep updates (#108)
  • replace MinIO w/ RustFS (#106)
  • address clippy lints (#107)
  • upgrade and SHA-pin GitHub Actions dependencies (#104)

0.10.6

29 Mar 22:40
5ff5630

Choose a tag to compare

Fixed

  • return 416 for invalid S3 ranges (#102)
  • reject oversized Content-Range responses (#101)
  • reset circuit breaker failures after recovery (#100)
  • refresh latency snapshot at threshold boundary (#99)

0.10.5

12 Mar 01:06
9619c1b

Choose a tag to compare

Fixed

  • record fetch success metrics for ranged GETs (#93)

Other

  • dep updates
  • update license file

0.10.4

28 Feb 04:28
8cc7e21

Choose a tag to compare

Fixed

  • (object-store) make bucket error-rate respond to successes (#89)

Other

  • dep updates + future size fix for clippy (#91)

0.10.3

20 Feb 16:19
d45cde2

Choose a tag to compare

Fixed

  • (types) reject control characters in bucket names (#84)
  • (object_store) merge per-request timeout and retry overrides (#85)
  • classify coalesced cache misses in PageGetExecutor (#82)

0.10.2

19 Feb 23:15
dc76a68

Choose a tag to compare

Fixed

  • (ci) use buildx imagetools for multi-arch manifest creation (#79)

Other

  • add conventional commit check for PR titles (#81)

0.10.1

19 Feb 05:06
dc4b212

Choose a tag to compare

Fixed

  • (throughput) use fractional lookback divisor (#78)
  • (object_store) prioritize client-ordered buckets and correct decay (#76)

0.10.0

19 Feb 04:00
2eebb13

Choose a tag to compare

Added

  • [breaking] use default eviction policy (#73)

Fixed

  • (downloader) record bucket success after response validation (#75)

0.9.3

01 Feb 17:11
e76aafe

Choose a tag to compare

Other

  • enable pedantic clippy lints (#50)

0.9.2

01 Feb 16:37
5406bec

Choose a tag to compare

Fixed

  • avoid panic when range starts past object end (#61)
  • (downloader) keep hedge alive through body download (#65)
  • make Prometheus metrics registry opt-in (#64)
  • validate ObjectKind/ObjectKey during deserialization (#62)

Other

  • remove manual release commands from Justfile