Skip to content

Latest commit

 

History

History
797 lines (608 loc) · 100 KB

CHANGELOG-old.md

File metadata and controls

797 lines (608 loc) · 100 KB

Historical Changelog

object_store_0.11.1 (2024-10-15)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • [object-store] Requested tokio version is too old - does not compile #6458 [object-store]
  • Azure SAS tokens are visible when retry errors are logged via object_store #6322 [object-store]

Merged pull requests:

object_store_0.11.0 (2024-08-12)

Full Changelog

Breaking changes:

Merged pull requests:

object_store_0.10.2 (2024-07-17)

Full Changelog

Implemented enhancements:

  • Relax WriteMultipart API to support aborting after completion #5977 [object-store]
  • Make ObjectStoreScheme in the object_store crate public #5911 [object-store]
  • Add BufUploader to implement same feature upon WriteMultipart like BufWriter #5834 [object-store]

Fixed bugs:

  • Investigate why InstanceCredentialProvider::cache is flagged as dead code #5884 [object-store]
  • [object_store] Potential race condition in list_with_delimiter on Local #5800 [object-store]

Documentation updates:

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

object_store_0.10.1 (2024-05-10)

Full Changelog

Implemented enhancements:

  • Allow specifying PUT options when using BufWriter #5692 [object-store]
  • Add more attributes to object_store::Attribute #5689 [object-store]
  • feat object_store: moving tests from src/ to a tests/ folder and enabling access to test functions for enabling a shared integration test suite #5685 [object-store]
  • Release Object Store 0.10.0 #5647 [object-store]

Fixed bugs:

Merged pull requests:

object_store_0.10.0 (2024-04-17)

Full Changelog

Breaking changes:

Implemented enhancements:

Fixed bugs:

  • [object_store] minor bug: typos present in local variable #5628 [object-store]
  • [arrow-csv] Schema inference requires csv on disk #5551
  • Local object store copy/rename with nonexistent from file loops forever instead of erroring #5503 [object-store]
  • object store ApplicationDefaultCredentials auth is not working on windows #5466 [object-store]
  • MicrosoftAzure store list result omits empty objects #5451 [object-store]

Documentation updates:

Merged pull requests:

object_store_0.9.1 (2024-03-01)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

object_store_0.9.0 (2024-01-05)

Full Changelog

Breaking changes:

Implemented enhancements:

Fixed bugs:

Documentation updates:

Merged pull requests:

object_store_0.8.0 (2023-11-02)

Full Changelog

Breaking changes:

Implemented enhancements:

Fixed bugs:

Closed issues:

Merged pull requests:

object_store_0.7.1 (2023-09-26)

Full Changelog

Implemented enhancements:

  • Automatically Cleanup LocalFileSystem Temporary Files #4778 [object-store]
  • object-store: Expose an async reader API for object store #4762
  • Improve proxy support by using reqwest::Proxy as configuration #4713 [object-store]

Fixed bugs:

  • object-store: http shouldn't perform range requests unless accept-ranges: bytes header is present #4839
  • object-store: http-store fails when url doesn't have last-modified header on 0.7.0 #4831
  • object-store fails to compile for wasm32-unknown-unknown with http feature #4776 [object-store]
  • object-store: could not find header in client for http feature #4775 [object-store]
  • LocalFileSystem Copy and Rename Don't Create Intermediate Directories #4760 [object-store]
  • LocalFileSystem Copy is not Atomic #4758 [object-store]

Closed issues:

  • object_store Azure Government Cloud functionality? #4853

Merged pull requests:

object_store_0.7.0 (2023-08-15)

Full Changelog

Breaking changes:

Implemented enhancements:

Fixed bugs:

Closed issues:

  • [object_store] when Create a AmazonS3 instance work with MinIO without set endpoint got error MissingRegion #4617
  • AWS Profile credentials no longer working in object_store 0.6.1 #4556 [object-store]

Merged pull requests:

object_store_0.6.0 (2023-05-18)

Full Changelog

Breaking changes:

Implemented enhancements:

Fixed bugs:

  • ObjectStore::head Returns Directory for LocalFileSystem and Hierarchical Azure #4230 [object-store]
  • object_store: different behavior from aws cli for default profile #4137 [object-store]
  • ImdsManagedIdentityOAuthProvider should send resource ID instead of OIDC scope #4096 [object-store]
  • Update readme to remove reference to Jira #4091
  • object_store: Incorrect parsing of https Path Style S3 url #4078 [object-store]
  • [object_store] local::tests::test_list_root test fails during release verification #3772 [object-store]

Merged pull requests:

object_store_0.5.6 (2023-03-30)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

object_store_0.5.5 (2023-02-27)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

object_store_0.5.4 (2023-01-30)

Full Changelog

Implemented enhancements:

  • [object_store] support more identity based auth flows for azure #3580 [object-store]
  • Implement workload identity and application default credentials for GCP object store. #3533 [object-store]
  • Support GCP Workload Identity #3490 [object-store]
  • Allow providing service account key directly when building GCP object store client #3488 [object-store]

Closed issues:

Merged pull requests:

object_store_0.5.3 (2023-01-04)

Full Changelog

Implemented enhancements:

  • Derive Clone for the builders in object-store. #3419
  • Add a constant prefix object store wrapper #3328 [object-store]
  • Add support for content-type while uploading files through ObjectStore API #3300 [object-store]
  • Add HttpStore #3294 [object-store]
  • Add support for Azure Data Lake Storage Gen2 (aka: ADLS Gen2) in Object Store library #3283
  • object_store: Add Put and Multipart Upload Doc Examples #2863 [object-store]

Closed issues:

  • Only flush buffered multi-part data on poll_shutdown not on poll_flush #3390 [object-store]

Merged pull requests:

object_store_0.5.2 (2022-12-02)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • object_store(gcp): GCP complains about content-length for copy #3235
  • object_store(aws): EntityTooSmall error on multi-part upload #3233 [object-store]

Merged pull requests:

object_store_0.5.1 (2022-10-04)

Full Changelog

Implemented enhancements:

  • Allow HTTP S3 URLs #2806
  • object_store: support AWS ECS instance credentials #2802
  • Object Store S3 Alibaba Cloud OSS support #2777 [object-store]
  • Expose option to use GCS object store in integration tests #2627 [object-store]

Fixed bugs:

Merged pull requests:

object_store_0.5.0 (2022-09-08)

Full Changelog

Breaking changes:

Implemented enhancements:

Fixed bugs:

Merged pull requests:

object_store_0.4.0 (2022-08-10)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Azure/S3 Storage Fails to Copy Blob with URL-encoded Path #2353 [object-store]
  • Accessing a file with a percent-encoded name on the filesystem with ObjectStore LocalFileSystem #2349 [object-store]

Documentation updates:

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator