Skip to content

Releases: actforgood/xcache

v1.4.0

17 May 13:13
v1.4.0
95c7dae
Compare
Choose a tag to compare

Upgraded linter, github actions, dependencies.

Full Changelog: v1.3.0...v1.4.0

v1.3.0

08 Nov 20:22
v1.3.0
4be7458
Compare
Choose a tag to compare

What's Changed

  • Bump actions/checkout from 3 to 4 by @dependabot in #11
  • Upgraded dependencies, github workflow go1.21, linter

Full Changelog: v1.2.0...v1.3.0

v1.2.0

22 Jun 07:12
v1.2.0
f5b54fc
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/go-redis/redis/v9 from 9.0.0-beta.2 to 9.0.0-beta.3 by @dependabot in #4
  • Bump github.com/coocood/freecache from 1.2.2 to 1.2.3 by @dependabot in #5
  • Upgraded linter, go version, dependencies by @bogcon in #10

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

16 Sep 17:17
Compare
Choose a tag to compare

This release does not contain functionality changes.

  • Changed license copyright
  • Documentation enhancements
  • Supported min go version is now 1.17, not 1.16.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

28 Aug 12:31
Compare
Choose a tag to compare

Initial release.

  • Cache contract
    • Memory cache
    • Redis6 cache
    • Redis7 cache
    • Multi cache
    • Mock cache for UT
    • Nop cache
  • xconf adapter for configuring Memory / Redis caches, eventually re-configuring on the fly if needed
  • xlog adapter for Redis client's logger, using structured logging provided by xlog.