Releases: EchoVault/SugarDB
Releases · EchoVault/SugarDB
v0.16.0
v0.15.0
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
v0.13.1
Changelog
- cc086a9 Create CNAME
- 0a5d61c Create CNAME
- 35e2025 Delete CNAME
- 6a4b7fe Delete CNAME
- 016bd2d Iss 100: Implement interfaces and constants for generic API methods (#127)
- a9732f8 Iss 60: Implement Touch, with bonus commands ObjectFreq and ObjectIdleTime (#126)
- 703ad2a Rename the project to SugarDB. (#130)
- 4b8e7e1 Updated install instructions (#131)
v0.13.0
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
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)