Skip to content

Releases: mailgun/groupcache

v2.6.0

Choose a tag to compare

@Baliedge Baliedge released this 30 Dec 16:31
90b5ebf

What's Changed

  • Export cache stats as Prometheus metrics by @Baliedge in #75

New Contributors

Full Changelog: v2.5.0...v2.6.0

Release v2.5.0

Choose a tag to compare

@thrawn01 thrawn01 released this 12 Jun 17:05
9f417fb

What's Changed

Full Changelog: v2.4.2...v2.5.0

Release v2.4.2

Choose a tag to compare

@thrawn01 thrawn01 released this 20 Dec 17:36
bde4250

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.4.2

Release v2.4.1

Choose a tag to compare

@thrawn01 thrawn01 released this 28 Jul 20:00

What's Changed

  • Add HTTP error message from peer to error returned from httpGetter.Get by @marnixbouhuis in #46

New Contributors

Full Changelog: v2.3.3...v2.4.1

Release v2.4.0

Choose a tag to compare

@thrawn01 thrawn01 released this 06 Jul 14:47
4707649

What's Changed

Full Changelog: v2.3.2...v2.3.3

Release v2.3.2

Choose a tag to compare

@thrawn01 thrawn01 released this 23 May 16:56
87609ae

What's Changed

  • feat: do not count context cancelation as peer error by @costela in #41

Full Changelog: v2.3.1...v2.3.2

Release v2.3.1

Choose a tag to compare

@thrawn01 thrawn01 released this 17 May 19:44
ef11a3a

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.3.1

Release v2.3.0

Choose a tag to compare

@thrawn01 thrawn01 released this 06 Jan 18:32
ef54c5c

[2.3.0] - 2022-01-06

Added

  • Added Group.Set() which allows users to explicitly set values in the cache.

Release v2.2.1

Choose a tag to compare

@thrawn01 thrawn01 released this 13 Jan 20:46
6251eaf

[2.2.1] - 2021-01-13

Changes

  • Now uses the much faster fnv1
  • Now md5 hashs the keys to help distribute hosts more evenly in some
    cases.

Release v2.2.0

Choose a tag to compare

@thrawn01 thrawn01 released this 09 Jul 15:36
0b906d9

[2.2.0] - 2019-07-09

Added

  • Added SetLogger() to pass in a logrus entry for logging peer errors
  • Added DeregisterGroup() to remove an existing group cache

Changes

  • Fixed race condition in Remove()