Skip to content

Releases: Scalingo/go-handlers

v1.8.2

18 Jul 15:14
fad48cb
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • chore(go): use go 1.17
  • Bump github.com/stretchr/testify from 1.7.0 to 1.7.1

v1.4.3

24 Mar 16:22
223782f
Compare
Choose a tag to compare
  • feat(error_middleware): log and error for all 5xx status code

v1.4.2

05 Jan 09:36
c719d4d
Compare
Choose a tag to compare
  • fix(error_middleware): better detection of JSON Content-Type
  • fix(error_middleware): do not write a body if it has already been written
  • Bump github.com/gofrs/uuid from 4.1.0+incompatible to 4.2.0+incompatible