Skip to content

v0.23.0

Compare
Choose a tag to compare
@vangent vangent released this 15 May 19:41
· 284 commits to master since this release

blob:

  • azblob: Add support for CDN domains.
  • fileblob: Minor fixes and performance improvements; new option to skip writing sidecar/metadata files.
  • azblob: Fixed bug where Copy could fail with permission denied when using SAS tokens.

pubsub:

  • Added a Message.LoggableID field for logging.
  • Added an As hook for AfterSend.
  • rabbitpubsub: Made the default URL opener reconnect if needed.

docstore:

  • memdocstore: Fixed a bug in OrderBy when using Limit.

secrets:

  • hashivault: Added support for VAULT_ADDR and VAULT_TOKEN as aliases for existing environment variables.
  • azurekeyvault: Added support for private clouds.

server:

  • Logger is now passed the full Request (sans Body).