Skip to content

v0.24.0

Compare
Choose a tag to compare
@vangent vangent released this 01 Sep 21:34
· 253 commits to master since this release
165abab

all

  • Updated to use go 1.17 (tests still run with `go 1.16 as well).

blob

  • s3blob: Enable choosing an AWS session profile via the URLOpener.
  • s3blob: Don't set ContentType in the S3 input for signing if it is an empty string and EnforcedAbsentContentType is false.

pubsub

  • gcppubsub: Allow configuration of batch sizes.
  • gcppubsub: Consider publish request body size limitation when batching.
  • kafkapubsub: Enable configuration of initial offset in URLOpener.
  • mempubsub: Log if message sent to subscriber-less topic.

runtimevar

  • awsparamstore: Added support for using AWS SDK V2.
  • awssecretsmanager: Added support for using AWS SDK V2.

secrets

  • awskms: Added support for using AWS SDK V2.

docstore

  • gcpfirestore: Add support for Firestore emulator.