Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

30 lines (21 loc) · 1.74 KB

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.
  • #41 S3: Support S3 session token.
  • #43 filesystem: abort filesystem bucket operations if the context has been cancelled
  • #44 Add new metric to count total number of fetched bytes from bucket

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.

Removed