Releases: handsomefox/gowarp
Releases · handsomefox/gowarp
v1.2.1
Changelog
- 2c7c4b1 fixup(cmd/http/server): update the configuration correctly
- 3a9639c fixup(cmd/http/server): use the correct import path for middlewares
- 47db869 style(cmd/http/server): change the configuration logic
- 9d4e563 style: create a new type for the template map
- 38e3273 style: format routing setup differently, remove padding between Server struct members
v1.2
Changelog
- fc9b2ab chore: improve Makefile and add "all" target
- 54088f5 chore: move internal/server/ to cmd/http/, use the new configuration method
- b64c5cc chore: update deps
- 991d36d ci: add golagci-lint config file
- b236cdb cmd/cli: wait for user input to close
- 59f33bc fixup: pass context as parameter to pushNewKeyToDatabase
- 02632f5 pkg/client: add a way to disable client logging
- 8ffb24d pkg/client: add a way to fetch configuration from a URL
- 440db75 pkg/client: better logging for requests timings
- 3c4c401 pkg/client: return better error messages for config updates