Skip to content

v0.9.0

Compare
Choose a tag to compare
@vangent vangent released this 15 Jan 22:17
· 1384 commits to master since this release
dc9e05e

pubsub: Added a new portable API for publish/subscribe, with implementations for Google Cloud PubSub, RabbitMQ, and in-memory; more coming soon.
secrets: Added a new portable API for encryption/decryption, with implementations for Google KMS, AWS KMS, and local/in-memory.
blob: Added Azure (azureblob)and in-memory provider (memblob) implementations.
blob: Added MD5 hash to return values for List and Attributes.
blob: Improved support for 0-length writes.
blob: Added support for additional headers like Content-Encoding and Content-Disposition.