Skip to content

Releases: Scalingo/go-handlers

v1.9.1

01 Sep 13:59
81d9e22

Choose a tag to compare

What's Changed

  • build(go.mod): update github.com/Scalingo/go-utils/errors from v3.0.0 to v3.1.1

Full Changelog: v1.9.0...v1.9.1

v1.9.0

14 Aug 09:15
d0a1999

Choose a tag to compare

What's Changed

  • chore(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 in the dependencies group by @dependabot[bot] in #99
  • chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in #100
  • chore(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 in the dependencies group by @dependabot[bot] in #101
  • chore(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 in the dependencies group by @dependabot[bot] in #102
  • chore(deps): bump the dependencies group with 3 updates by @dependabot[bot] in #103
  • build(go.mod): update github.com/urfave/negroni from v1 to v3 by @EtienneM in #104
  • chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in #105
  • chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in #106
  • chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in #107
  • build: move Dependabot reviewers to CODEOWNERS by @EtienneM in #109
  • chore(deps): bump the dependencies group across 1 directory with 6 updates by @dependabot[bot] in #110
  • [STORY-2085] Update Go to 1.24 by @briceamen in #111
  • chore(deps): bump the dependencies group with 4 updates by @dependabot[bot] in #112
  • chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in #113
  • bump(go-utils) Update to github.com/Scalingo/go-utils/errors/v3 by @john-scalingo in #114
  • feature(errors_middleware) If no content-type was set by the controller, use the accept header for handling content type negotiation by @john-scalingo in #116
  • Bump v1.9.0 by @john-scalingo in #117

New Contributors

Full Changelog: v1.8.2...v1.9.0

v1.8.2

18 Jul 15:14
fad48cb

Choose a tag to compare

What's Changed

  • chore(deps): bump golang.org/x/sys from 0.9.0 to 0.10.0 by @dependabot in #84
  • chore(deps): bump golang.org/x/sys from 0.10.0 to 0.11.0 by @dependabot in #86
  • feat(dependabot): group updates by @EtienneM in #85
  • chore(deps): bump the dependencies group with 1 update by @dependabot in #87
  • chore(deps): bump the dependencies group with 1 update by @dependabot in #88
  • chore(deps): bump the dependencies group with 2 updates by @dependabot in #89
  • chore(deps): bump the dependencies group with 1 update by @dependabot in #90
  • chore(deps): bump the dependencies group with 2 updates by @dependabot in #91
  • chore(deps): bump the dependencies group with 2 updates by @dependabot in #93
  • chore(deps): bump the dependencies group with 2 updates by @dependabot in #94
  • chore(deps): bump the dependencies group with 2 updates by @dependabot in #95
  • chore(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 in the dependencies group by @dependabot in #96
  • feat(middleware): add a middleware to set the content-type to application/json by @SCedricThomas in #97
  • Bump v1.8.2 by @SCedricThomas in #98

Full Changelog: v1.8.1...v1.8.2

v1.8.1

06 Jul 15:58
1fbfe09

Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #67
  • chore(deps): bump golang.org/x/sys from 0.0.0-20220715151400-c0bba94af5f8 to 0.5.0 by @dependabot in #68
  • feat: update Go from 1.17 to 1.20 by @EtienneM in #69
  • chore(deps): bump golang.org/x/sys from 0.5.0 to 0.6.0 by @dependabot in #70
  • chore(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0 by @dependabot in #71
  • chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in #72
  • chore(deps): bump github.com/Scalingo/go-utils/errors/v2 from 2.2.0 to 2.3.0 by @dependabot in #73
  • chore(deps): bump golang.org/x/sys from 0.7.0 to 0.8.0 by @dependabot in #75
  • chore(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 by @dependabot in #74
  • chore(deps): bump golang.org/x/sys from 0.8.0 to 0.9.0 by @dependabot in #76
  • chore(deps): bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 by @dependabot in #77
  • build(deps): bump github.com/gofrs/uuid by @EtienneM in #78
  • add bad request errors by @SCedricThomas in #80
  • fix: vendoring by @SCedricThomas in #82
  • chore: remove vendor folder and add it to the gitignore by @SCedricThomas in #83
  • Bump v1.8.1 by @SCedricThomas in #81

New Contributors

Full Changelog: v1.8.0...v1.8.1

v1.8.0

17 Feb 14:45
9993fa8

Choose a tag to compare

What's Changed

  • feat(workflows): enable ghaction-dependabot-automerge by @EtienneM in #62
  • chore(deps): bump github.com/gofrs/uuid from 4.3.1+incompatible to 4.4.0+incompatible by @dependabot in #61
  • feat: add a middleware enforcing https connection by @SCKevinO in #63
  • docs(README): add call to gh release by @EtienneM in #65
  • feat(middleware): Add secure headers middleware by @brandon-welsch in #64
  • Bump v1.8.0 by @SCKevinO in #66

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

30 Dec 15:16
76e05c2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

23 Dec 10:01
c909bfa

Choose a tag to compare

What's Changed

New Contributors

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

v1.5.0

24 Oct 15:00
a887974

Choose a tag to compare

  • feat(error_middleware): return 401 for invalid token errors
  • chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1

v1.4.5

19 Sep 16:27
06aad31

Choose a tag to compare

  • feat(error_middleware): log at info level for all non-5xx errors
  • chore(deps): bump github.com/gofrs/uuid from 4.2.0+incompatible to 4.3.0+incompatible
  • chore(deps): bump github.com/Scalingo/go-utils/logger
  • chore(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0

v1.4.4

09 Jun 07:28
de2f663

Choose a tag to compare

  • chore(go): use go 1.17
  • Bump github.com/stretchr/testify from 1.7.0 to 1.7.1