Releases: Scalingo/go-handlers
Releases · Scalingo/go-handlers
v1.8.2
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
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
- @SCedricThomas made their first contribution in #80
Full Changelog: v1.8.0...v1.8.1
v1.8.0
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
v1.6.0
What's Changed
- chore(asgard): add asgard to the project by @curzolapierre in #52
- chore(deps): bump github.com/gofrs/uuid from 4.3.0+incompatible to 4.3.1+incompatible by @dependabot in #53
- feat(ErrorMiddleware): use RootCtxOrFallback to retrieve ctx from ErrCtx error by @curzolapierre in #57
- Bump v1.6.0 by @curzolapierre in #58
- fix(readme): fix typo in version name by @curzolapierre in #59
New Contributors
- @curzolapierre made their first contribution in #52
Full Changelog: v1.5.0...v1.6.0
v1.5.0
v1.4.5
- 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