1. 978fb48 Fix MSRV violation in `parse.rs` test, check `--all-targets` in MSRV CI (#837) by Andrew Lamb · 29 hours ago main
  2. e2a4934 Speed up MSRV CI check by installing cargo-msrv via taiki-e/install-action (#838) by Andrew Lamb · 29 hours ago
  3. e28807d feat: presigned URLs with extra query params and signed headers (SignedUrlOptions) (#771) by Zac Farrell · 2 days ago
  4. 5c74363 Restore UnwindSafe/RefUnwindSafe on ClientOptions by bounding DnsResolver (#836) by Andrew Lamb · 2 days ago
  5. dc58ef2 build(deps): bump taiki-e/install-action from 2.85.5 to 2.86.1 (#842) by dependabot[bot] · 2 days ago
  6. e981329 build(deps): bump taiki-e/install-action from 2 to 2.85.5 (#823) by dependabot[bot] · 3 days ago
  7. d5737dd build(deps): update base64 requirement from 0.22 to 0.23 (#813) by dependabot[bot] · 4 days ago
  8. f5b61ab Support R2 URLs with jurisdictions (#815) by Nazar Vinnichuk · 4 days ago
  9. f3fe994 Return AlreadyExists in azure backend when using PutMode::Create and precondition fails (#830) by June · 4 days ago
  10. 548bd28 Signer: reexport `url::Url` and `http::Method` types (#827) by Thomas Tanon · 4 days ago
  11. fb826ca Implement `Clone` for `MicrosoftAzure` (#825) by Kyle Barron · 4 days ago
  12. 7cbbeaa Fix #818 - WriteMultipart::finish should abort after part upload failure (#819) by Anson VanDoren · 4 days ago
  13. 8c1cd84 fix: restore 1.85 MSRV and fix MSRV CI (#812) by Lachy Deakin · 4 days ago
  14. c73823f build(deps): bump actions/setup-node from 6 to 7 (#804) by dependabot[bot] · 4 days ago
  15. 9e48bf6 build(deps): bump actions/setup-python from 6 to 7 (#809) by dependabot[bot] · 4 days ago
  16. 699c4fc feat: Support custom DNS resolver (#728) by Koen Denecker · 9 days ago
  17. 84d24eb Add doc example for multipart upload to `GoogleCloudStorage::create_multipart` (#803) by Andrew Lamb · 5 weeks ago
  18. 7015e5e Add doc example for multipart upload to AmazonS3::create_multipart (#801) by Andrew Lamb · 5 weeks ago
  19. 226307e Add doc example for multipart upload to MicrosoftAzure::create_multipart (#802) by Andrew Lamb · 5 weeks ago
  20. c7316d2 Update version to 0.14.1 and add CHANGELOG (#794) by Andrew Lamb · 6 weeks ago v0.14.1 v0.14.1-rc1
  21. c66dd12 Cache Azure user delegation key for SAS signing (#781) by Emil Ernerfeldt · 6 weeks ago
  22. 7a7deea Do not explicitly add `Host` header when making requests with S3Builder (#790) by Nick · 6 weeks ago
  23. 19be0b1 Update release process to use RC tags (#796) by Andrew Lamb · 6 weeks ago
  24. e3b8561 Add automatic GitHub release workflow (#797) by Andrew Lamb · 6 weeks ago
  25. e64e8e3 Pin Rust toolchain to 1.97.0 and fix clippy useless_borrows_in_formatting (#799) by Andrew Lamb · 6 weeks ago
  26. 18102f3 impl HttpError::new_boxed to provide user with ability to ctor from already boxed error (#789) by Douman · 6 weeks ago
  27. 7e854ef fix(aws): recognize S3 dual-stack endpoints in URL parsing (#780) by Andrew Duffy · 6 weeks ago
  28. 09adc41 Reduce lock hold time in DefaultObjectStoreRegistry::deregister (#792) by Krisztián Szűcs · 6 weeks ago
  29. c2048e0 feat: add deregister to ObjectStoreRegistry (#784) by Krisztián Szűcs · 6 weeks ago
  30. fd44ebb build(deps): update quick-xml requirement from 0.40.1 to 0.41.0 (#785) by dependabot[bot] · 7 weeks ago
  31. f04df7a Coalesce contiguous ranges in LocalFileSystem::get_ranges (#777) by Daniël Heres · 8 weeks ago
  32. 93f6f88 CI: stop swallowing emulator setup failures (#776) by Kevin Liu · 9 weeks ago
  33. 74f7a96 build(deps): bump actions/checkout from 6 to 7 (#768) by dependabot[bot] · 9 weeks ago
  34. d9eaded fix: quote ETags per RFC 9110 in InMemory and LocalFileSystem (#770) by Sylvain Monné · 9 weeks ago
  35. de0029a Update copyright year in NOTICE.txt (#772) by Kevin Liu · 9 weeks ago
  36. 6c5b299 Update version to 0.14.0 and add CHANGELOG (#765) by Andrew Lamb · 9 weeks ago v0.14.0
  37. c9db3e2 Clarify aws-lc-rs feature docs and fix CI comment URL (#764) by Andrew Lamb · 9 weeks ago
  38. 596e1f6 fix(local): fsync create-mode rename source delete (#758) by Kevin Liu · 9 weeks ago
  39. c219109 feat: add AzureConfigKey::CredentialType to select Azure credential method (#710) by Jack Ye · 9 weeks ago
  40. 590cbc9 Update release schedule on README.md (#763) by Andrew Lamb · 9 weeks ago
  41. 1a61282 Support PutMultipartOptions for MultipartStore::create_multipart for AWS/GCP. (#754) by Kevin Zhou · 9 weeks ago
  42. 996e084 Pluggable Crypto / Update reqwest 0.13 (#707) by Geoffry Song · 9 weeks ago
  43. d1c0e43 build(deps): update itertools requirement from 0.14.0 to 0.15.0 (#755) by dependabot[bot] · 9 weeks ago
  44. bdc9f63 Fix flaky local close file test (#757) by Kevin Liu · 9 weeks ago
  45. 5dc1c5a Supporting CPK (Customer Provided Keys) in Azure Blob Storage requests (#742) by Braedon Wooding · 9 weeks ago
  46. dd0afcb feat(local): add fsync to LocalFileSystem for durability (#643) by Pierre Barre · 9 weeks ago
  47. 49a7125 Use path-style URL in resolve_bucket_region for dotted bucket names (#752) by brankogrb-db · 10 weeks ago
  48. 1d5ad19 refactor!: remove `cloud` feature alias (#751) by Kevin Liu · 10 weeks ago
  49. 2e859ee docs: explain `*-base` features and document the full feature flag set (#750) by Kevin Liu · 2 months ago
  50. d339aee Make `reqwest` optional (#724) by Bram Westerbaan · 2 months ago
  51. f554e60 ci: use --locked when installing cargo-msrv and cargo-audit (#746) by Kevin Liu · 2 months ago
  52. 52f5119 Add `Extensions` in `*Result` objects (#743) by Chris · 2 months ago
  53. 18ed86c Whitelisting Onelake API & Workspace PL FQDNs (#1) (#711) by Smriti Agrawal · 2 months ago
  54. af634d0 refactor: unify internal naming of `allow_invalid_certificates` (#718) by Frank Elsinga · 2 months ago
  55. 233b23a Add `impl<T: Signed> Signed for PrefixStore<T>` (#739) by Thomas Tanon · 2 months ago
  56. a9a83f1 feat: add option to disable bulk delete for aws (#734) by Hengfei Yang · 3 months ago
  57. 255b5f5 feat(gcp): support explicit bearer token config in parse flow (#717) by siddharthmittal13 · 3 months ago
  58. 8c7fb0a fix: fix incorrect splitting with line delimited streaming (#700) by bboissin · 3 months ago
  59. 8bb878a feat(azure): expose `split_sas` for custom SAS credential providers (#721) by Aleksandar Tomic · 3 months ago
  60. 196c471 Add `with_signing_credentials` to GCP builder (#699) by Ilya Zlobintsev · 3 months ago
  61. b058903 build(deps): update quick-xml requirement from 0.39.0 to 0.40.1 (#727) by dependabot[bot] · 3 months ago
  62. 46abab9 fix(aws): set retry_error_body on bulk_delete_request (#733) by rustyprimus · 3 months ago
  63. 994d607 GCP: fix copy (no) overwrite semantics (#713) by james-rms · 3 months ago
  64. 6f1c9ac Add CRC64NVME checksum support (#633) by Koen Denecker · 3 months ago
  65. 706b7d8 fix(core): add missing version assignment (#691) by dentiny · 4 months ago
  66. 1a0d21e fix(aws): populate default header for complete mutipart request (#688) by dentiny · 4 months ago
  67. e0fbe49 fix(core): add missing extension assignment (#689) by dentiny · 4 months ago
  68. 4d042dc fix(retry): respect range header on retry (#690) by dentiny · 4 months ago
  69. 0c380a1 fix: clippy (#694) by Marco Neumann · 4 months ago
  70. 9b8cf52 feat(local): explicit close with error checking for LocalFileSystem (#676) by Jonathan Giannuzzi · 4 months ago
  71. 00e03f3 build(deps): bump actions/github-script from 8 to 9 (#692) by dependabot[bot] · 4 months ago
  72. e89f62b fix[prefix]: strip_meta from get_opts result in PrefixStore (#686) by Alfonso Subiotto Marqués · 5 months ago
  73. 0646c6d fix(memory): fix out-of-order multipart upload for in-memory store (#683) by dentiny · 5 months ago
  74. 5f36e0e Expose `read_timeout` from `reqwest` (#681) by Mak Nazečić-Andrlon · 5 months ago
  75. 0fda34c build(deps): update md-5 requirement from 0.10.6 to 0.11.0 (#679) by dependabot[bot] · 5 months ago
  76. 719a29d fix: support `AWS_REQUEST_PAYER=requester` (#669) by Len Strnad · 5 months ago
  77. e9df6f7 Update release schedule on README.md (#674) by Andrew Lamb · 5 months ago
  78. 7a65b75 chore: prepare `0.13.2` release (#671) by Marco Neumann · 5 months ago v0.13.2
  79. d22f7f9 fix: missing 5xx error body when retry exhausted (#618) by Jack Ye · 5 months ago
  80. ebaee78 Support --xa-s3 suffix for S3 Express One Zone bucket access points (#663) by Prashant Deva · 5 months ago
  81. 7ded938 Replace `Path::child` with `Path::join` (#666) by Ruslan Fadeev · 5 months ago
  82. bdcac43 feat: Add support for AWS_ENDPOINT_URL_S3 environment variable (#590) by Rajat Goel · 5 months ago
  83. ca15c63 Implement Clone for local and memory stores (#653) by Douman · 5 months ago
  84. 41d3242 docs: clarify `Clone` behavior (#656) by Marco Neumann · 5 months ago
  85. 6259202 Unify `from_env` behaviours (#652) by Miraculous Owonubi · 6 months ago
  86. 66e640d Switch TokenCache to RWLock (#648) by Raphael Taylor-Davies · 6 months ago
  87. 907653e docs: add examples to the aws docs where appropriate (#651) by Frank Elsinga · 6 months ago
  88. 72cd136 Minimize futures dependency into relevant sub-crates (#646) by Adam Gutglick · 6 months ago
  89. 0ec788f fix(azure): fix integer overflow in Fabric token expiry check (#641) by Desmond Cheong · 6 months ago
  90. 0af53d9 Clarify ShuffleResolver doc-comments (#645) by Joseph Koshakow · 6 months ago
  91. 8140480 Introduce a "tokio" to allow pulling a trait-only build (#644) by Adam Gutglick · 6 months ago
  92. 030f29d chore: upgrade to `rand` 0.10 (#637) by Marco Neumann · 6 months ago
  93. 771372e fix(aws): Include default headers in signature calculation (#484) (#636) by singhsaabir · 6 months ago
  94. 50e1229 Azure ADLS list_with_offset support (#623) by Omar Khudeira · 6 months ago
  95. 7242bd1 Clarify behavior of parse_url_opts (#613) by Adam Gutglick · 6 months ago
  96. fc620ab Implement typos-cli (#570) by John Vandenberg · 7 months ago
  97. 744c3fc build(deps): update nix requirement from 0.30.0 to 0.31.1 (#616) by dependabot[bot] · 7 months ago
  98. 2e419f8 read_range with exact API when available (#628) by Adam Gutglick · 7 months ago
  99. 0514523 use the correct fabric url (#631) by Kevin Liu · 7 months ago
  100. c5f1b2b Avoid metadata lookup for `LocalFileSystem::read_ranges` and `chunked_stream` (#621) by Daniël Heres · 7 months ago