Skip to content

Releases: maracko/go-store

v0.0.3

25 Feb 21:26
Compare
Choose a tag to compare

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

25 Jun 21:50
Compare
Choose a tag to compare

Made the database concurrency safe using mutex
Changed route
Improved error handling
Standardized responses
New option to delete many entires at once

Initial release

02 May 17:38
Compare
Choose a tag to compare

First version. Includes binaries for linux and windows