gocache v1.1.0 Release Notes
Release Date: 2020-11-02 // about 4 years ago-
๐ New Features
a7ab8a7 Implement GetWithTTL for freecache
46a7306 implement interface function
f31406a added new store (freecache)
ab7dc64 propagate TTL
๐ 26e0f71 supporting ristretto ttl๐ Fixes
๐ 81bfa26 Removed strings.ToLower on cache key
๐ 8adc7b7 remove-log: drop logging in two places
a3941db Do not hash key if its type is string
โ 99d5369 fixing tests
a9a0f81 doc: fix cache.Options => store.Options
e3e61d7 doc: fix bigcache with wrong value type
๐ 24c4223 docs: fixed typo in README file
80c1102 Fix redis tags: redis client is returning stringsOther
๐ cb3adf2 build(deps): bump github.com/prometheus/client_golang
โ 9e5334e add test for invalid key
โ 5579dbd more tests
โ c36606f Added more tests
1db2250 go mod tidy
๐ b1c560c update documentation
โ 0bc17c6 add tests for GetWithTTL
91984f7 tidy go sum
๐ 6fd2efd update documentation
โก๏ธ 0966a70 update tests
3810cba add gitignore
โ 7f5df68 adding more test coverage
โช 5663aac reverting proto support to give as separate PR
fa5190f running go mod tidy
โช c76d860 revert go.sum
โ 6e3cd45 test coverage added
๐ 5f6b57c build(deps): bump github.com/golang/mock from 1.4.3 to 1.4.4
๐ 8fa11e5 build(deps): bump github.com/dgraph-io/ristretto from 0.0.2 to 0.0.3
๐ 7d3ab73 build(deps): bump github.com/prometheus/client_golang
๐ 497836c build(deps): bump github.com/prometheus/client_golang
๐ 0b50739 build(deps): bump github.com/stretchr/testify from 1.6.0 to 1.6.1
๐ ef103e8 build(deps): bump github.com/go-redis/redis/v7 from 7.3.0 to 7.4.0
๐ 4d3fd48 build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.0
๐ 8b9ffef build(deps): bump github.com/go-redis/redis/v7 from 7.2.0 to 7.3.0
โช 70f9205 revert
โ d9c5f5b test with go1.13-issue with using forks in other projects
๐ 04e814f build(deps): bump github.com/prometheus/client_golang
๐ 3a8bb97 build(deps): bump github.com/prometheus/client_golang
๐ b65b9d3 build(deps): bump github.com/golang/mock from 1.4.1 to 1.4.3
๐ 9923c46 build(deps): bump github.com/prometheus/client_golang
โฌ๏ธ 5ca9b93 Upgrade to go1.14
๐ b85d8c5 build(deps): bump github.com/golang/mock from 1.4.0 to 1.4.1
๐ 79b65cf build(deps): bump github.com/go-redis/redis/v7 from 7.1.0 to 7.2.0
๐ c798b07 build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5.1
๐ 3896b7a build(deps): bump github.com/go-redis/redis/v7 from 7.0.1 to 7.1.0
๐ 3ab560a build(deps): bump github.com/go-redis/redis/v7
๐ 1ce8623 build(deps): bump github.com/prometheus/client_golang
๐ a9fa870 build(deps): bump github.com/go-redis/redis/v7
๐ 7b615f6 build(deps): bump github.com/prometheus/client_golang
๐ 5ded7b2 build(deps): bump github.com/golang/mock from 1.3.1 to 1.4.0
๐ f3f6db0 build(deps): bump github.com/go-redis/redis/v7
๐ edd0dad build(deps): bump github.com/prometheus/client_golang
Previous changes from v1.0.0
-
๐ New Features
โ 140d01b Using promauto to initialize the metric and testutil in tests
7847237 feat: added Clear() method to flush all cache data
๐ 16d5e61 docs: added some store benchmarks๐ Fixes
โ 3b46630 fix(tests): replace mockery by gomock and fix race conditions
โ 19c7bf8 test: rework unit tests to isolate mocks and add missing cases
๐ 0627751 style: fixed mispelling words and missing commentsOther
๐ 2c2e7d2 build(deps): bump github.com/coreos/etcd
๐ 871607c build(deps): bump github.com/prometheus/client_golang
โก๏ธ f9ee181 docs: updated README.md with custom cache/store interfaces
256357e doc: added codecov badge
9de424d ci: added codecov to .travis.yml