Skip to content

v1.0.0: Initial Release

Compare
Choose a tag to compare
@zjc17 zjc17 released this 06 Dec 13:27
· 10 commits to master since this release

New Features

9075f1c [Feature] fix typo; add go lint; little changes on Refresh function and make it reused when loading fallback
3b4f901 [Feature] support GetBytes func; fix fallback logic (re-put value into current cache)
7d473f6 [Feature] add benchmark testing for bigcache storage. (2.5x faster on set than gocache)
c43c2e1 [Feature] support bigcache and redis storage, support custom fallback loader (as data source)

Fix

cf0e385 [Feature] fix typo
b57abe7 [Feature] fix bug in mock generation script
6411535 [Feature] submit mock files (generated by mockgen)

Other

9a5ba03 [Feature] support code coverage report with CODECOV
edab1e1 [Feature] add unit test for redis storage
503fe34 [Feature] add github action for testing and code coverage repost