Releases: eko/gocache
Releases · eko/gocache
store/hazelcast/v4.1.0
What's Changed
- Hazelcast store refactoring by @semihbkgr in #203
Full Changelog: store/redis/v4.2.0...store/hazelcast/v4.1.0
store/rediscluter/v4.2.0
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
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
What's Changed
- Hazelcast store support by @semihbkgr in #198
New Contributors
- @semihbkgr made their first contribution in #198
Full Changelog: store/rueidis/v4.1.3...store/hazelcast/v4.0.0
v4.1.3
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
store/ristretto/v4.1.2
What's Changed
- Expose option details by @sgtsquiggs in #181
- Move each store into its own go module by @eko in #183
- Fixing Rueidis store implementation by @rwrz in #185
- Added Rueidis store by @eko in #184
New Contributors
Full Changelog: v3.1.2...store/ristretto/v4.1.2
v4.1.2
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
- Expose option details by @sgtsquiggs in #181
- Move each store into its own go module by @eko in #183
Full Changelog: v3.1.2...v4.0.0
v3.1.2
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
- @sgtsquiggs made their first contribution in #169
Full Changelog: v3.1.1...v3.1.2
v3.1.1
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