Skip to content

Releases: EchoVault/SugarDB

v0.16.0

26 Nov 12:28
992a3a8
Compare
Choose a tag to compare

Changelog

v0.15.0

03 Nov 19:33
0964008
Compare
Choose a tag to compare

Changelog

  • 87b33fa Add HMGET documentation, add HMGET link to readme.md (#138)
  • 05b7601 Add missing commands in the docs + README (#145)
  • 974ba1b Create benchmark comparison script against Redis (#143)
  • 31605a9 Implement MOVE command (#136)
  • c7f492f Implementation of Copy command (#141)
  • 0964008 Update Hash to allow for expirey commands (#146)
  • 9a3b4a0 Update documentation for join command flag (#144)

v0.14.0

07 Oct 09:48
ff96d45
Compare
Choose a tag to compare

Changelog

  • 241badf Added GetDel and GetEx docs - @osteensco
  • 4915f90 Implementing TYPE command in embedded api (#132)
  • ff96d45 Use memory footprint of sugardb.store to compare against max memory for eviction policies (#133)

v0.13.1

22 Sep 15:03
4b8e7e1
Compare
Choose a tag to compare

Changelog

v0.13.0

22 Sep 14:10
Compare
Choose a tag to compare

Changelog

  • aed3dc6 Fixed test plugin build to sugardb directory (it previously built to the old echovault directory) to fix failed plugin tests.
  • 016bd2d Iss 100: Implement interfaces and constants for generic API methods (#127)
  • a9732f8 Iss 60: Implement Touch, with bonus commands ObjectFreq and ObjectIdleTime (#126)
  • f9340e6 Removed 'EchoVault' from all executable code
  • 5b5f4f0 Removed old EchoVault banner image and added sugarglider image (logo.png)
  • 5d09a22 Renamed echovault in github actions workflows, docker files and docker-compose
  • 07dd240 Replaced occurances of echovault in docs with sugardb. Replaced echovault variable names with sugardb. Renamed windows docker test.
  • 6ff08d2 Updated README.md to be replace the appropriate instances of EchoVault to SugarDB
  • 1d32ad3 Updated expected test results for server info tests
  • 8f72106 Updated module name to github.com/echovault/sugardb
  • 0eeb7c0 Updated version

v0.12.0

16 Sep 00:42
193cbc9
Compare
Choose a tag to compare

Changelog

  • 07a5a3b Add method that allows user to specify DataDir directly (#99)
  • 1f082bc Added CertKeyPair struct to be passed into WithCertKeyPair. This adds more clarity about what's expected from the user. (#102)
  • 206a9fe Added docs folder at the project root. Added build_docs and publish_d… (#105)
  • 21e2ca5 Iss 69 - Implement GETEX (#101)
  • e858061 Type Command implementation (#103)
  • d0dd8db [#70] Implement HMGET command (#104)

v0.11.3

27 Aug 07:48
Compare
Choose a tag to compare

Changelog

  • ba7c1e7 Specify go version to 1.21.4 in the 'Set up Go' step on the goreleaser job.

v0.10.1

11 Jul 03:38
bf76321
Compare
Choose a tag to compare

Changelog

  • bf76321 Merge pull request #93 from EchoVault/fix/hash-module
  • 718b7f2 Updated HSET commands handler to be more thread-safe

v0.10.0

11 Jul 02:26
d3252e8
Compare
Choose a tag to compare

Changelog

  • d3252e8 Merge pull request #92 from EchoVault/fix/list-module
  • f86d67d Updated list module commands to return expected results.

v0.9.1

09 Jul 10:05
Compare
Choose a tag to compare

Changelog

  • 36fc06f Changed gorelease config version back to 1
  • c58af7f Merge pull request #91 from EchoVault/fix/main.go
  • 1bc9e9a Moved main.go to cmd/main.go
  • e81245f Update README.md
  • ffa8988 Updated version number