v0.9.0
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
.