Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@CermakM CermakM released this 11 Mar 15:30
· 1 commit to master since this release
6e8c0ef
  • 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 custom ServerLogger.

  • 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