v0.32.0
Redoing v0.31.0
since I think I messed up the tags. Copying the release notes:
all
- Update
go
version ingo.mod
to maintain cleanergo.mod
andgo.sum
files.
blob
- all: Pass through reader/writer to
WriteTo
/ReadFrom
if available (optimization). - all: Make
blob.Bucket
implementio/fs.FS
andio/fs.SubFS
. - gcsblob: Add support for forcing an unauthenticated client.
server
- Make
requestlog
internal structs implementhttp.Flusher
. - Don't always read the full request in order to calculate the request size; use
Content-Length
when available.