Skip to content

Releases: eko/gocache

store/rediscluter/v4.2.0

19 Mar 09:01
@eko eko
730d2e5
Compare
Choose a tag to compare

What's Changed

  • redis / rediscluster: Upgraded to redis/go-redis v9.0.2 by @eko in #204
  • Upgrade libraries dependencies in stores by @eko in #205

Full Changelog: lib/v4.1.3...store/rediscluter/v4.2.0

store/redis/v4.2.0

19 Mar 09:01
@eko eko
730d2e5
Compare
Choose a tag to compare

What's Changed

  • redis / rediscluster: Upgraded to redis/go-redis v9.0.2 by @eko in #204
  • Upgrade libraries dependencies in stores by @eko in #205

Full Changelog: lib/v4.1.3...store/redis/v4.2.0

store/hazelcast/v4.0.0

26 Feb 15:21
@eko eko
4d1ffe7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: store/rueidis/v4.1.3...store/hazelcast/v4.0.0

v4.1.3

26 Feb 15:33
@eko eko
cacef19
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.0.0-20220225172249-27dd8689420f to 0.7.0 in /store/pegasus by @dependabot in #199
  • Bump golang.org/x/net from 0.0.0-20220225172249-27dd8689420f to 0.7.0 in /lib by @dependabot in #200

Full Changelog: store/hazelcast/v4.0.0...lib/v4.1.3

store/rueidis/v4.1.3

11 Dec 09:14
@eko eko
24ff431
Compare
Choose a tag to compare

What's Changed

  • Make rueidis store to be more user-friendly and be more performant by @rueian in #188

New Contributors

Full Changelog: lib/v4.1.2...store/rueidis/v4.1.3

store/ristretto/v4.1.2

10 Sep 09:22
@eko eko
4635b6a
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @rwrz made their first contribution in #185

Full Changelog: v3.1.2...store/ristretto/v4.1.2

v4.1.2

03 Dec 21:41
@eko eko
4635b6a
Compare
Choose a tag to compare

Major changes

Each store cache are now being separated into its own Go module, under the store directory, whine the library lives under the lib directory.

You now have to import the following Go module to use the library:

import "github.com/eko/gocache/lib/v4"

and one or multiple cache store:

import (
    "github.com/eko/gocache/store/bigcache/v4"
    "github.com/eko/gocache/store/freecache/v4"
    "github.com/eko/gocache/store/go_cache/v4"
    "github.com/eko/gocache/store/memcache/v4"
    "github.com/eko/gocache/store/pegasus/v4"
    "github.com/eko/gocache/store/redis/v4"
    "github.com/eko/gocache/store/rediscluster/v4"
    "github.com/eko/gocache/store/ristretto/v4"
)

What's Changed

Full Changelog: v3.1.2...v4.0.0

v3.1.2

10 Nov 18:21
@eko eko
cff4461
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 by @dependabot in #163
  • Bump github.com/coocood/freecache from 1.2.1 to 1.2.2 by @dependabot in #164
  • Fix for applyOptionsWithDefault not keeping unmodified options by @sgtsquiggs in #169
  • Bump github.com/dgraph-io/ristretto from 0.1.0 to 0.1.1 by @dependabot in #170
  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #173
  • Bump github.com/coocood/freecache from 1.2.2 to 1.2.3 by @dependabot in #174
  • Bump github.com/prometheus/client_golang from 1.13.0 to 1.13.1 by @dependabot in #177
  • Bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0 by @dependabot in #179
  • chore: fixed unit tests and upgraded dependencies by @eko in #180

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

13 Jul 18:42
@eko eko
f2ed440
Compare
Choose a tag to compare

What's Changed

  • Update README.md - fixing go-redis link by @ralbt in #154
  • Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 by @dependabot in #156
  • change style use tools gofumpt golangci-lint by @fmyxyz in #155
  • Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 by @dependabot in #157
  • Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #158
  • Make store options publicly available by @eko in #160

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

14 Jun 18:42
@eko eko
60d868f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.1.0