Skip to content

v0.32.0

Compare
Choose a tag to compare
@vangent vangent released this 19 Jul 22:56
· 70 commits to master since this release
728b7c1

Redoing v0.31.0 since I think I messed up the tags. Copying the release notes:

all

  • Update go version in go.mod to maintain cleaner go.mod and go.sum files.

blob

  • all: Pass through reader/writer to WriteTo/ReadFrom if available (optimization).
  • all: Make blob.Bucket implement io/fs.FS and io/fs.SubFS.
  • gcsblob: Add support for forcing an unauthenticated client.

server

  • Make requestlog internal structs implement http.Flusher.
  • Don't always read the full request in order to calculate the request size; use Content-Length when available.