chore(httpmw): promote to v1.0.2 — bump logz to v1.0.1, go 1.26
Bump logz dependency from v0.9.0 to v1.0.1 and update go directive from 1.25 to 1.26. API committed as stable; no code changes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -5,6 +5,13 @@ All notable changes to this module will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [1.0.2] - 2026-05-12
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- `logz` dependency bumped from v0.9.0 to v1.0.1.
|
||||||
|
- `go` directive updated from 1.25 to 1.26.
|
||||||
|
|
||||||
## [0.9.0] - 2026-03-18
|
## [0.9.0] - 2026-03-18
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@@ -22,4 +29,5 @@ and this module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
|
|||||||
- `Recover` intentionally requires no logger injection in this release: it captures the stack trace but does not log it, keeping the middleware usable with zero configuration; logger injection is deferred to a future release.
|
- `Recover` intentionally requires no logger injection in this release: it captures the stack trace but does not log it, keeping the middleware usable with zero configuration; logger injection is deferred to a future release.
|
||||||
- No middleware is installed by default; the package exports independent functions and the application chooses the chain and order (recommended: `Recover` → `RequestID` → `RequestLogger` → `CORS`).
|
- No middleware is installed by default; the package exports independent functions and the application chooses the chain and order (recommended: `Recover` → `RequestID` → `RequestLogger` → `CORS`).
|
||||||
|
|
||||||
|
[1.0.2]: https://code.nochebuena.dev/go/httpmw/releases/tag/v1.0.2
|
||||||
[0.9.0]: https://code.nochebuena.dev/go/httpmw/releases/tag/v0.9.0
|
[0.9.0]: https://code.nochebuena.dev/go/httpmw/releases/tag/v0.9.0
|
||||||
4
go.mod
4
go.mod
@@ -1,5 +1,5 @@
|
|||||||
module code.nochebuena.dev/go/httpmw
|
module code.nochebuena.dev/go/httpmw
|
||||||
|
|
||||||
go 1.25
|
go 1.26
|
||||||
|
|
||||||
require code.nochebuena.dev/go/logz v0.9.0
|
require code.nochebuena.dev/go/logz v1.0.1
|
||||||
|
|||||||
4
go.sum
4
go.sum
@@ -1,2 +1,2 @@
|
|||||||
code.nochebuena.dev/go/logz v0.9.0 h1:wfV7vtI4V/8ED7Hm31Fbql7Y5iOGrlHN4X8Z5ajTZZE=
|
code.nochebuena.dev/go/logz v1.0.1 h1:kK9aZo19L208CwCr2D/dbSOMaOv62cXsigMSsdFu+8Y=
|
||||||
code.nochebuena.dev/go/logz v0.9.0/go.mod h1:qODhSbKb+tWE7rdhHLcKweiP5CgwIaWoZxadCT3bQV8=
|
code.nochebuena.dev/go/logz v1.0.1/go.mod h1:YNpNm03fURm2v0ySh/477z9AJhtfRcd9rFOW6fFqgNM=
|
||||||
|
|||||||
Reference in New Issue
Block a user