Releases: maracko/go-store
Releases · maracko/go-store
v0.0.3
This release adds a few new features:
- viper support. Create .gostore-config file in the language you like (json,yaml,toml...) or user env. variables with GOSTORE prefix, for example GOSTORE_LOCATION
- continous write service with optional configurable flags
- graceful shutdown (of all subservices)
- HTTPS support
- lowercase http, tcp now also supported as arguments to server command
- optional auth. key sent in headers
- uninteractive exec. of commands over TCP CLI
- better error messages
Minor changes
Made the database concurrency safe using mutex
Changed route
Improved error handling
Standardized responses
New option to delete many entires at once
Initial release
First version. Includes binaries for linux and windows