3.2.0 (2021-01-20)
Bug Fixes
- authentication: Fix multiple provider support and add better support of it (3d6a350)
- authorization: Change requester to OPA to use new context API (6aa6a2b)
Documentation
- Correct wrong openid scope example in configuration example (155a727)
- Update documentation to add pre-commit installation (407801d)
- Upgrade documentation for new configuration fields (8fced7c)
- Upgrade documentation for s3 list max keys (534e3d8)
Features
- Add way to redirect with trailing slash when getting a file gives a not found error (c441329)
- Manage S3 list pagination (766f56b)
Maintenance
- Add pre-commit configuration (eb2c1ef)
- Clean dependencies (67bb8bd)
- Update pre-commit hooks (29c61d9)
- Upgrade Keycloak to v11 for local use (c613b47)
- deps: update alpine docker tag to v3.13 (7ff2df0)
- deps: update arm32v6/alpine docker tag to v3.13 (1075614)
- deps: update arm32v7/alpine docker tag to v3.13 (f89651d)
- deps: update arm64v8/alpine docker tag to v3.13 (584dabd)
- deps: update github.com/johannesboyne/gofakes3 commit hash to e8b5dbd (2f73574)
- deps: update golang.org/x/net commit hash to 5f4716e (9e47dd6)
- Add setup tracing-services for dev usages (62d1610)
- Upgrade all dependencies (454ba21)
Pull Requests
- Merge pull request #136 from oxyno-zeta/develop (1189cd2), closes #136
- Merge pull request #132 from oxyno-zeta/renovate/golang.org-x-net-digest (41b6347), closes #132
- Merge pull request #133 from oxyno-zeta/develop (1093673), closes #133
- Merge pull request #131 from oxyno-zeta/renovate/github.com-johannesboyne-gofakes3-digest (1b3eec3), closes #131
- Merge pull request #127 from oxyno-zeta/renovate/docker-arm32v6-alpine-3.x (e43bc99), closes #127
- Merge pull request #128 from oxyno-zeta/renovate/docker-arm32v7-alpine-3.x (abea89e), closes #128
- Merge pull request #129 from oxyno-zeta/renovate/docker-arm64v8-alpine-3.x (f2d93af), closes #129
- Merge pull request #126 from oxyno-zeta/renovate/docker-alpine-3.x (cd80515), closes #126
- Merge pull request #125 from oxyno-zeta/develop (f39aa5d), closes #125
Styles
- Upgrade linter (9ff028d)
Tests
- server: Add integration tests for trailing slash redirect (de9cf6e)