Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Releases: madflojo/hord

v0.3.0

21 Apr 16:51
41a96a0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.4...v0.3.0

v0.2.4

02 Mar 18:15
aaba081
Compare
Choose a tag to compare

What's Changed

  • Bump go.etcd.io/bbolt from 1.3.8 to 1.3.9 by @dependabot in #37
  • Bump github.com/gomodule/redigo from 1.8.9 to 1.9.2 by @dependabot in #36
  • updating to latest versions of deps which require a go version update by @madflojo in #38

Full Changelog: v0.2.3...v0.2.4

v0.2.3

19 Dec 00:17
eed6a85
Compare
Choose a tag to compare

What's Changed

  • Bump go.etcd.io/bbolt from 1.3.7 to 1.3.8 by @dependabot in #31
  • Bump github.com/nats-io/nkeys from 0.4.5 to 0.4.6 by @dependabot in #32
  • Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #33

Full Changelog: v0.2.2...v0.2.3

v0.2.2

21 Oct 19:19
36c93d9
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/nats-io/nats.go from 1.28.0 to 1.31.0 by @dependabot in #30
  • Bump github.com/gocql/gocql from 1.4.0 to 1.6.0 by @dependabot in #29

Full Changelog: v0.2.1...v0.2.2

v0.2.1

20 Oct 04:00
73c7ac4
Compare
Choose a tag to compare

What's Changed

  • Add Filename option to hashmap driver to save to local file by @calvinmclean in #26
  • Fix permissions when creating file to be 640 by @calvinmclean in #27
  • Bump github.com/nats-io/nats-server/v2 from 2.9.17 to 2.9.23 by @dependabot in #28

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

21 May 20:34
44b7826
Compare
Choose a tag to compare

This release adds several new drivers, including BoltDB, NATS (closing #20), and an internal Hashmap.

What's Changed

Full Changelog: v0.1.3...v0.2.0

v0.1.3

18 Jun 15:00
c48998b
Compare
Choose a tag to compare

This is a minor release which primarily adds a mock driver to use with testing.

v0.1.2

13 Jan 01:00
Compare
Choose a tag to compare

🤦

v0.1.1

12 Jan 01:39
Compare
Choose a tag to compare

Minor bug fix where Redis previously returned an error on nil records.

v0.1.0

09 Aug 07:01
Compare
Choose a tag to compare

This is an initial release of Hord. It is still under active development so do expect interfaces to change.