Skip to content

v1.15.1

Compare
Choose a tag to compare
@halkyon halkyon released this 25 Oct 21:27
· 753 commits to main since this release

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, and GlobalCLIContext.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