Skip to content

Releases: mailgun/groupcache

Release v2.5.0

12 Jun 17:05
9f417fb
Compare
Choose a tag to compare

What's Changed

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

Release v2.4.2

20 Dec 17:36
bde4250
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Release v2.4.1

28 Jul 20:00
Compare
Choose a tag to compare

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

06 Jul 14:47
4707649
Compare
Choose a tag to compare

What's Changed

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

Release v2.3.2

23 May 16:56
87609ae
Compare
Choose a tag to compare

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

17 May 19:44
ef11a3a
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Release v2.3.0

06 Jan 18:32
ef54c5c
Compare
Choose a tag to compare

[2.3.0] - 2022-01-06

Added

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

Release v2.2.1

13 Jan 20:46
6251eaf
Compare
Choose a tag to compare

[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

09 Jul 15:36
0b906d9
Compare
Choose a tag to compare

[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()

Release 2.1.0

10 Jun 20:26
f90a77a
Compare
Choose a tag to compare

[2.1.0] - 2019-06-10

Changes

  • Get() now returns immediately when context is done during a groupcache peer
    conversation. Previously Get() would call the Getter with a done context.