Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
NOTE: As semantic versioning states all 0.y.z releases can contain breaking changes in API (flags, grpc API, any backward compatibility)
We use breaking ⚠️ to mark changes that are not backward compatible (relates only to v0.y.z releases.)
Unreleased
Fixed
- #33 Tracing: Add
ContextWithTracer()to inject the tracer into the context. - #34 Fix ignored options when creating shared credential Azure client.
Added
- #15 Add Oracle Cloud Infrastructure Object Storage Bucket support.
- #25 S3: Support specifying S3 storage class.
- #32 Swift: Support authentication using application credentials.
Changed
- #38 *: Upgrade minio-go version to
v7.0.45. - #39 COS: Upgrade cos sdk version to
v0.7.40. - #35 Azure: Update Azure SDK and fix breaking changes.