All Versions
11
Latest Version
Avg Release Cycle
51 days
Latest Release
74 days ago

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/rand to math/rand/v2 for 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, 2026

    What's Changed

    • โฌ†๏ธ chore(deps): upgrading samber/slog-common by @samber in #48

    Full Changelog : v1.7.0...v1.7.1

  • v1.7.0 Changes

    January 06, 2026

    What's Changed

    • โž• Add FirstMatch routing strategy by @sashaaro in #47

    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, 2025

    What's Changed

    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

    Full Changelog : v1.5.0...v1.6.0

  • v1.5.0 Changes

    September 04, 2025

    What's Changed

    • feat: adding some router predicates by @samber in #37

    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, 2025

    What'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, 2025

    Inline 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)