Releases: strvcom/strv-backend-go-net
Releases · strvcom/strv-backend-go-net
v0.8.0
v0.7.1: fix: server shutdown logging and request context (#34)
* fix: server shutdown logging and request context * chore: changelog with release version * chore: changelog 2
v0.7.0
-
Changed logging interface changes to
log/slog
.NOTE: This is version presents a BREAKING CHANGE in the server's logger interface. The server now accepts a
slog.Logger
instead of a customServerLogger
. -
Changed the middleware log data. The middleware now nests request specific data under the "request" group.
-
Updated from Go 1.20 to Go 1.22.
-
Updated packages:
- github.com/go-chi/chi/v5 v5.0.8 - github.com/google/uuid v1.3.0 - github.com/stretchr/testify v1.8.0 + github.com/go-chi/chi/v5 v5.0.12 + github.com/google/uuid v1.6.0 + github.com/stretchr/testify v1.9.0
v0.6.1
v0.6.0
feature(http): add signature and param package (#28) * feature(http): add signature and param package - allow handler functions with nicer signatures - allow parsing path and query params to struct * lint * feature: finish awesome param and signature packages * chore: changelog * ci: up lint version * feature: change default tags of param package to `param:"location=name"` * tests * refactor: reduce if nesting * chore: changelog * fix: changelog
v0.5.0
Merge pull request #27 from strvcom/feat/add-message-to-error feat: improved error response options
v0.4.0
Merge pull request #26 from strvcom/refactor/error-camel-case refactor: JSON tags in ErrorResponseOptions
v0.3.0
Merge pull request #25 from strvcom/chore/update-timex chore: update go.strv.io/time package
v0.2.0
Merge pull request #21 from strvcom/feat/hijack-response-writer feat: add hijack to response writer
v0.1.0
fix: server unittests