From 90cf1aab9298cf5dfad463a2c862d2056fda5b6d Mon Sep 17 00:00:00 2001 From: Rene Nochebuena Guerrero Date: Tue, 12 May 2026 04:17:37 +0000 Subject: [PATCH] =?UTF-8?q?chore(httpmw):=20promote=20to=20v1.0.2=20?= =?UTF-8?q?=E2=80=94=20bump=20logz=20to=20v1.0.1,=20go=201.26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- CHANGELOG.md | 8 ++++++++ go.mod | 4 ++-- go.sum | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bcca0c..f1710f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/), 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 ### 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. - 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 \ No newline at end of file diff --git a/go.mod b/go.mod index 03bf987..845d08a 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ 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 diff --git a/go.sum b/go.sum index ebe0c90..8f8c8d9 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -code.nochebuena.dev/go/logz v0.9.0 h1:wfV7vtI4V/8ED7Hm31Fbql7Y5iOGrlHN4X8Z5ajTZZE= -code.nochebuena.dev/go/logz v0.9.0/go.mod h1:qODhSbKb+tWE7rdhHLcKweiP5CgwIaWoZxadCT3bQV8= +code.nochebuena.dev/go/logz v1.0.1 h1:kK9aZo19L208CwCr2D/dbSOMaOv62cXsigMSsdFu+8Y= +code.nochebuena.dev/go/logz v1.0.1/go.mod h1:YNpNm03fURm2v0ySh/477z9AJhtfRcd9rFOW6fFqgNM=