Skip to content

Releases: beatlabs/harvester

v0.20.0 [Breaking Change]

04 Oct 16:56
c51d5f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.1...v0.20.0

v0.19.1

28 Oct 08:44
d28035f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.19.1

v0.19.0

27 Oct 12:36
a863d18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.19.0

v0.18.0

08 Aug 10:29
2cd77fc
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/hashicorp/consul/api from 1.13.0 to 1.13.1 by @dependabot in #131
  • Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #126
  • Bump github.com/hashicorp/go-hclog from 1.2.1 to 1.2.2 by @dependabot in #132
  • PS-1156: Allow for a folderPrefix to be specified while seeding from Consul by @wimspaargaren in #133

Full Changelog: v0.17.0...v0.18.0

v0.17.0

07 Jul 06:14
d1bb448
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.2...v0.17.0

v0.16.2

21 Jan 12:53
385c57d
Compare
Choose a tag to compare

What's Changed

    • mget leads to crossslot keys don't hash to the same slot by @rbroggi in #110

New Contributors

Full Changelog: v0.16.1...v0.16.2

v0.16.1

18 Jan 16:30
e0c5e44
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/go-redis/redis/v8 from 8.11.3 to 8.11.4 by @dependabot in #104
  • Bump github.com/hashicorp/go-hclog from 0.16.2 to 1.0.0 by @dependabot in #106
  • Bump github.com/hashicorp/consul/api from 1.11.0 to 1.12.0 by @dependabot in #107
  • Bump github.com/hashicorp/go-hclog from 1.0.0 to 1.1.0 by @dependabot in #108
  • Fix Redis monitoring version by @aziule in #109

Full Changelog: v0.16.0...v0.16.1

v0.16.0

08 Oct 10:44
84469b7
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/go-redis/redis/v8 from 8.11.1 to 8.11.3 by @dependabot in #99
  • Bump github.com/hashicorp/consul/api from 1.9.1 to 1.10.1 by @dependabot in #101
  • Bump github.com/hashicorp/consul/api from 1.10.1 to 1.11.0 by @dependabot in #102
  • PS-827: Enable harvester to use dynamic prefix for keys by @wimspaargaren in #103

New Contributors

Full Changelog: v0.15.0...v0.16.0

v0.15.0

09 Aug 06:45
6b201bf
Compare
Choose a tag to compare
  • Add StringMap type (#97)
  • Bump github.com/go-redis/redis/v8 from 8.11.0 to 8.11.1 (#96)
  • Bump github.com/hashicorp/consul/api from 1.8.1 to 1.9.1 (#93)
  • Bump github.com/hashicorp/go-hclog from 0.16.1 to 0.16.2 (#95)
  • Bump github.com/go-redis/redis/v8 from 8.10.0 to 8.11.0 (#94)

Bug fix

17 Jun 11:29
038cd6a
Compare
Choose a tag to compare
  • Add early return in case of MGET error to avoid panicking (#91)