Skip to content

Releases: kumojin/go-echo-mixed-middleware

v1.2.5

14 May 16:00
d4736cd
Compare
Choose a tag to compare

What's Changed

  • Improve Renovate config + manual bump by @xballoy in #38
  • chore(deps): update module github.com/golangci/golangci-lint to v1.56.1 by @renovate in #41
  • chore(deps): update module github.com/golangci/golangci-lint to v1.56.2 by @renovate in #43
  • chore(deps): update module github.com/golangci/golangci-lint to v1.57.1 by @renovate in #44
  • chore(deps): update module github.com/golangci/golangci-lint to v1.57.2 by @renovate in #45
  • chore(deps): update golangci/golangci-lint-action action to v5 by @renovate in #47
  • chore(deps): update actions/checkout action to v4.1.4 by @renovate in #46
  • chore(deps): update module github.com/golangci/golangci-lint to v1.58.0 by @renovate in #50
  • chore(deps): update module github.com/golangci/golangci-lint to v1.58.1 by @renovate in #52
  • chore(deps): update golangci/golangci-lint-action action to v6 by @renovate in #56
  • chore(deps): update module golang.org/x/crypto to v0.17.0 [security] by @renovate in #53
  • chore(deps): update actions/checkout action to v4.1.5 by @renovate in #51
  • chore(deps): update actions/setup-go action to v5.0.1 by @renovate in #48
  • ci: use Go 1.22 by @xballoy in #57
  • chore(deps): update module golang.org/x/net to v0.23.0 [security] by @renovate in #54
  • fix(deps): update module github.com/labstack/echo/v4 to v4.12.0 by @renovate in #39

Full Changelog: v1.2.4...v1.2.5

v1.2.4

22 Nov 23:27
1703975
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update module github.com/labstack/echo/v4 to v4.11.2 by @renovate in #32
  • chore(deps): update actions/checkout action to v4 by @renovate in #31
  • chore(deps): update actions/checkout digest to 8ade135 by @renovate in #33
  • build: use go 1.20 and 1.21 in CI by @xballoy in #34
  • chore(deps): update actions/checkout digest to b4ffde6 by @renovate in #35
  • fix(deps): update module github.com/labstack/echo/v4 to v4.11.3 by @renovate in #36

Full Changelog: v1.2.3...v1.2.4

v1.2.3

27 Jul 17:49
306d9f6
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update actions/setup-go action to v4 by @renovate in #29
  • fix(deps): update module github.com/labstack/echo/v4 to v4.11.1 by @renovate in #30

Full Changelog: v1.2.2...v1.2.3

v1.2.2

22 Feb 13:28
d1f1bf5
Compare
Choose a tag to compare

Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

20 Feb 13:25
aa320ae
Compare
Choose a tag to compare

Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

04 Jan 14:10
8b70a46
Compare
Choose a tag to compare

Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

16 Nov 22:24
501ca3c
Compare
Choose a tag to compare

Changed

  • Changed Mixed() middleware to get variadic number of input #13
  • Update dependencies #20

Full Changelog: v1.0.0...v1.1.0

v1.0.0

05 Oct 00:18
a35d049
Compare
Choose a tag to compare

What's Changed

  • Init by @LukaszKokot in #1
  • Refactored tests, removed testify/assert by @RomanSerikov in #6
  • Add Github Actions by @DonRenando in #10
  • Create a temporary context for the first middleware to run for not sending content to client if the middleware fail by @jmaitrehenry in #7
  • Improve readme by @jmaitrehenry in #9
  • Add a way to copy a set of key from the store to sub middleware and preserve determined keys set in the store when testing the 2 middlewares by @jmaitrehenry in #11

New Contributors

Full Changelog: https://github.com/kumojin/go-echo-mixed-middleware/commits/v1.0.0