Valkeyrie Versions Save

Distributed Key/Value Store Abstraction Library written in Go.

v1.0.0

1 year ago
  • 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

1 year ago
  • c5946d5 - fix: consume the etcd keepalive channel (#62)

v0.4.0

2 years ago
  • 6336983 - Add a way to run tests locally (#57)
  • b35a788 - chore: add linter (#56)
  • 760c7dd - zookeeper: adding auth from store options (#47)
  • ac46fcd - consul: support namespaces (#52)
  • 3843485 - zookeeper: use new module (#53)

v0.3.0

2 years ago

valkeyrie has moved to a dedicated GitHub organization :tada:

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

v0.2.0

2 years ago

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

v0.1.0

4 years ago