Skip to content

Releases: kvtools/valkeyrie

New core system

08 Sep 21:52
Compare
Choose a tag to compare
  • 4b87259 docs: add example in the readme
  • df4947e docs: add links to store repositories
  • 4382a12 chore: update license
  • 547378b feat: new valkeyrie core
  • 23abd42 docs: add Tom Moulard to the maintainers file.
  • 1345766 chore: deprecate ClientTLSConfig
  • 412cb65 chore: update Go and linter
  • a9a70ee feat: support TLS configuration for Redis backend
  • db54d64 redis: close watchCh at the after watchLoop
  • 0bf7d50 feat: use context
  • 9a40c0d fix: clean up supportedBackend
  • 73a1cd7 zookeeper: set Conn maxBufferSize by store options
  • e2bd50d redis: add NewWithCodec
  • a8a6a0e chore: update dependencies
  • d720850 feat: update redis client to v8.11.5

v0.4.1

03 Jul 23:28
c5946d5
Compare
Choose a tag to compare
  • c5946d5 - fix: consume the etcd keepalive channel (#62)

v0.4.0

12 Jan 09:19
6336983
Compare
Choose a tag to compare

New module name

10 Jan 16:12
Compare
Choose a tag to compare

valkeyrie has moved to a dedicated GitHub organization 🎉

The new module name is github.com/kvtools/valkeyrie and starts with the tag v0.3.0

v0.2.0

09 Jul 10:12
d6b2d0c
Compare
Choose a tag to compare

This release contains updates to etcd dependencies in order to fix the long lasting issue with go modules and client organization.

v0.1.0

28 Apr 11:04
c20b35a
Compare
Choose a tag to compare
Merge pull request #37 from abronan/simplify_readme

Overhaul and simplify README, add maintainers