v1.15.1
Docker image: 13935e6-v1.15.1-go1.17.1
Gateway-MT:
- Change Gateway-MT to be run as a "peer", so it can be started programmatically
- Partially replace minio authentication by authenticating with authservice in middleware
- Support for HTTP/2 protocol if Gateway-MT is listening on HTTPS
- Removal of minio global usage, e.g.
GlobalEndpoints
, andGlobalCLIContext.Addr
- Fix path routing with esoteric characters
- Fix gateway layer shutdown erroring due to missing access grant
- Drop Go import replace directive for minio, use storj.io/minio
- Obfuscate prefix field in logs
- Move authclient to its own package
- Add code of conduct, and pull request template docs
Linksharing:
- Design updates
- Fix content-disposition header for wrapped page
- Invert StandardOnlyDownloads and HTMLToPlainForStandard boolean flags
Authservice:
- Rate limiting to track failures
- Fix shutdown on signal