All Versions
11
Latest Version
Avg Release Cycle
51 days
Latest Release
74 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.8.0 Changes
March 25, 2026โฌ๏ธ Upgrading min Go version from 1.21 to 1.22. We moved from
math/randtomath/rand/v2for a x50 perf improvement on random number generation.What's Changed
- โ test: add fuzz and stress tests for concurrent safety by @samber in #49
- โ test: add benchmarks, adversarial tests, and improved fuzz coverage by @samber in #50
- perf/optimizations by @samber in #51
Full Changelog : v1.7.1...v1.8.0
-
v1.7.1 Changes
February 02, 2026What's Changed
Full Changelog : v1.7.0...v1.7.1
-
v1.7.0 Changes
January 06, 2026What's Changed
Other
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #44
- ๐ chore(deps): bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in #45
๐ New Contributors
Full Changelog : v1.6.0...v1.7.0
-
v1.6.0 Changes
November 15, 2025What's Changed
- feat: make Fanout a no-op when len(handlers) == 1 by @josharian in 959a5ec
- feat: flatten FanoutHandlers in Fanout by @josharian in 7da846d
Other
- chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #39
- chore(deps): bump github.com/samber/lo from 1.51.0 to 1.52.0 by @dependabot[bot] in #40
๐ New Contributors
- @josharian made their first contribution in #42
Full Changelog : v1.5.0...v1.6.0
-
v1.5.0 Changes
September 04, 2025What's Changed
Other
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #34
- โ chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #35
- โ chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #38
Full Changelog : v1.4.1...v1.5.0
-
v1.4.1 Changes
June 23, 2025What's Changed
- ๐ fix(router): fix attribute+group merging in 2591265
- โ chore(ci): test more go version in f8ccbbd
Dependencies
- ๐ chore(deps): bump golangci/golangci-lint-action from 6 to 7 by @dependabot in #28
- chore(deps): bump github.com/samber/lo from 1.49.1 to 1.50.0 by @dependabot in #29
- ๐ chore(deps): bump golangci/golangci-lint-action from 7 to 8 by @dependabot in #31
- chore(deps): bump github.com/samber/lo from 1.50.0 to 1.51.0 by @dependabot in #32
Full Changelog : v1.4.0...v1.4.1
-
v1.4.0 Changes
February 04, 2025โ Adding RecoverHandlerError
recovery:=slogmulti.RecoverHandlerError(func(ctxcontext.Context,recordslog.Record,errerror) {// will be called only if subsequent handlers fail or return an errorlog.Println(err.Error()) }, )sink:=NewSinkHandler(...)logger:=slog.New(slogmulti.Pipe(recovery).Handler(sink), ) -
v1.3.3 Changes
January 02, 2025๐ Fix panic in HandleInlineHandler
-
v1.3.2 Changes
January 02, 2025Inline middlewares + inline handlers: Adding a check on invalid parameters.
-
v1.3.1 Changes
December 31, 2024โ Adding HandleInlineHandler and InlineHandler
(please ignore v1.3.0)