Skip to content

Releases: eko/gocache

v1.0.0: Merge pull request #17 from eko/replace-mockery-with-gomock

08 Dec 16:52
@eko eko
99c1da9
Compare
Choose a tag to compare

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 comments

Other

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

v0.2.0

19 Oct 08:39
@eko eko
209e7a4
Compare
Choose a tag to compare

New Features

ff78752 feat: added cache invalidation by tags
238e4ef feat: added cache & store delete() method

Other

8de72e9 Added .github files

v0.1.0

15 Oct 07:14
@eko eko
bd0c5fb
Compare
Choose a tag to compare

New Features

d28a9c2 feat: allow store options override in Set() method
4e751dc feat(store): added bigcache
23439ea feat(cache): added options
7f5503c feat(store): added memcache support

Fixes

bd0c5fb fix(README): typo in code example

Other

e78581a BREAKING CHANGE: renamed eko/gache to eko/gocache
41b785b docs: added README and travis.yml

v0.0.1

13 Oct 19:51
@eko eko
1d23fb8
Compare
Choose a tag to compare
docs: added README and travis.yml