1. 706b7d8 fix(core): add missing version assignment (#691) by dentiny · 6 hours ago main
  2. 1a0d21e fix(aws): populate default header for complete mutipart request (#688) by dentiny · 25 hours ago
  3. e0fbe49 fix(core): add missing extension assignment (#689) by dentiny · 27 hours ago
  4. 4d042dc fix(retry): respect range header on retry (#690) by dentiny · 27 hours ago
  5. 0c380a1 fix: clippy (#694) by Marco Neumann · 14 days ago
  6. 9b8cf52 feat(local): explicit close with error checking for LocalFileSystem (#676) by Jonathan Giannuzzi · 3 weeks ago
  7. 00e03f3 build(deps): bump actions/github-script from 8 to 9 (#692) by dependabot[bot] · 3 weeks ago
  8. e89f62b fix[prefix]: strip_meta from get_opts result in PrefixStore (#686) by Alfonso Subiotto Marqués · 4 weeks ago
  9. 0646c6d fix(memory): fix out-of-order multipart upload for in-memory store (#683) by dentiny · 4 weeks ago
  10. 5f36e0e Expose `read_timeout` from `reqwest` (#681) by Mak Nazečić-Andrlon · 4 weeks ago
  11. 0fda34c build(deps): update md-5 requirement from 0.10.6 to 0.11.0 (#679) by dependabot[bot] · 5 weeks ago
  12. 719a29d fix: support `AWS_REQUEST_PAYER=requester` (#669) by Len Strnad · 5 weeks ago
  13. e9df6f7 Update release schedule on README.md (#674) by Andrew Lamb · 7 weeks ago
  14. 7a65b75 chore: prepare `0.13.2` release (#671) by Marco Neumann · 7 weeks ago v0.13.2
  15. d22f7f9 fix: missing 5xx error body when retry exhausted (#618) by Jack Ye · 7 weeks ago
  16. ebaee78 Support --xa-s3 suffix for S3 Express One Zone bucket access points (#663) by Prashant Deva · 7 weeks ago
  17. 7ded938 Replace `Path::child` with `Path::join` (#666) by Ruslan Fadeev · 7 weeks ago
  18. bdcac43 feat: Add support for AWS_ENDPOINT_URL_S3 environment variable (#590) by Rajat Goel · 8 weeks ago
  19. ca15c63 Implement Clone for local and memory stores (#653) by Douman · 8 weeks ago
  20. 41d3242 docs: clarify `Clone` behavior (#656) by Marco Neumann · 8 weeks ago
  21. 6259202 Unify `from_env` behaviours (#652) by Miraculous Owonubi · 9 weeks ago
  22. 66e640d Switch TokenCache to RWLock (#648) by Raphael Taylor-Davies · 9 weeks ago
  23. 907653e docs: add examples to the aws docs where appropriate (#651) by Frank Elsinga · 10 weeks ago
  24. 72cd136 Minimize futures dependency into relevant sub-crates (#646) by Adam Gutglick · 3 months ago
  25. 0ec788f fix(azure): fix integer overflow in Fabric token expiry check (#641) by Desmond Cheong · 3 months ago
  26. 0af53d9 Clarify ShuffleResolver doc-comments (#645) by Joseph Koshakow · 3 months ago
  27. 8140480 Introduce a "tokio" to allow pulling a trait-only build (#644) by Adam Gutglick · 3 months ago
  28. 030f29d chore: upgrade to `rand` 0.10 (#637) by Marco Neumann · 3 months ago
  29. 771372e fix(aws): Include default headers in signature calculation (#484) (#636) by singhsaabir · 3 months ago
  30. 50e1229 Azure ADLS list_with_offset support (#623) by Omar Khudeira · 3 months ago
  31. 7242bd1 Clarify behavior of parse_url_opts (#613) by Adam Gutglick · 3 months ago
  32. fc620ab Implement typos-cli (#570) by John Vandenberg · 3 months ago
  33. 744c3fc build(deps): update nix requirement from 0.30.0 to 0.31.1 (#616) by dependabot[bot] · 3 months ago
  34. 2e419f8 read_range with exact API when available (#628) by Adam Gutglick · 3 months ago
  35. 0514523 use the correct fabric url (#631) by Kevin Liu · 3 months ago
  36. c5f1b2b Avoid metadata lookup for `LocalFileSystem::read_ranges` and `chunked_stream` (#621) by Daniël Heres · 3 months ago
  37. 19264b8 Implement tests for range and partial content responses (#619) by Victor Ordaz · 3 months ago
  38. 8ef1aaa Unblock emulater based tests (#627) by Adam Gutglick · 3 months ago
  39. 9f4f679 Fix Azure URL parsing (#604) by Raphael Taylor-Davies · 4 months ago
  40. 196e691 Fix logical format conflict (#605) by Raphael Taylor-Davies · 4 months ago
  41. b3027f8 build(deps): update quick-xml requirement from 0.38.0 to 0.39.0 (#602) by dependabot[bot] · 4 months ago
  42. 1cf4925 feat (azure): support for '.blob.core.windows.net' in '{az,abfs,abfss}://' (#431) by Vladislav Wohlrath · 4 months ago
  43. 01a1c51 feat: impl MultipartStore for PrefixStore (#587) by Xin Sun · 4 months ago
  44. d009117 Only read file metadata once in `LocalFileSystem::read_ranges` (#595) by Adam Gutglick · 4 months ago
  45. 1e32f96 Update version to 0.13.1 and add CHANGELOG (#599) by Andrew Lamb · 4 months ago v0.13.1
  46. 5cb565b fix: `docs.rs` build failure (#591) by Marco Neumann · 4 months ago
  47. 78717c5 fix: `SO_LINGER` w/ zero doesn't block (also: it's just a test) (#592) by Marco Neumann · 4 months ago
  48. eedbf3d Prepare for 0.13.0 release (#581) by Andrew Lamb · 5 months ago v0.13.0
  49. 44e258c Add A "upgrading to 0.13.0" guide in docs (#584) by Andrew Lamb · 5 months ago
  50. 24e5fbc Update release schedule on README (#583) by Andrew Lamb · 5 months ago
  51. 378bfe7 correctly expose HttpError through RetryError::source (#580) by Carl Sverre · 5 months ago
  52. fa40170 `Path` improvements (#546) by Ruslan Fadeev · 5 months ago
  53. 493a5d0 fix: Add more details on what isn't implemented (#575) by Carol (Nichols || Goulding) · 5 months ago
  54. 7b09e4e Documentation for backend support of bulk delete (#571) by John Vandenberg · 5 months ago
  55. 65ad88b Remove dev dependency on openssl (#577) by Raphael Taylor-Davies · 5 months ago
  56. de4a30e Allow explicitly specifying GCS base URL (#567) by Renan GEHAN · 5 months ago
  57. 92b1378 refactor!: move `delete` to `ObjectStoreExt` (#549) by Marco Neumann · 5 months ago
  58. c9475c5 aws: fix bug in multipart copy when SHA256 checksum is used (#569) by james-rms · 5 months ago
  59. 0083f41 fix: cargo audit warning for rustls-pemfile (#565) by Michael Gattozzi · 5 months ago
  60. 1a9758b Improve Documentation on `ObjectStoreExt` (#551) by Andrew Lamb · 5 months ago
  61. e00ff79 refactor!: `rename` & `rename_if_not_exists` => `rename_opts` (#555) by Marco Neumann · 5 months ago
  62. 26cad7d Implement ObjectStore for Arc<T> and Box<T> (#526) by Wyatt Herkamp · 5 months ago
  63. 12ef9bc build(deps): bump actions/checkout from 5 to 6 (#550) by dependabot[bot] · 5 months ago
  64. 521f1dc fix(gcp): ignore ADC errors when explicit credentials are provided (#531) by nazq · 5 months ago
  65. 37ee020 refactor!: `copy` & `copy_if_not_exists` => `copy_opts` (#548) by Marco Neumann · 5 months ago
  66. 0661843 docs(client): improve warnings and links in client doc comments (#540) by Frank Elsinga · 6 months ago
  67. 1558217 Use builder fields instead of env vars for determining credential provider (#547) by Matt Friede · 6 months ago
  68. bb9021c refactor!: move `head` to `ObjectStoreExt` (#543) by Marco Neumann · 6 months ago
  69. fa48f9a refactor!: move `get_range` to `ObjectStoreExt` (#536) by Marco Neumann · 6 months ago
  70. 0d5bc71 fix: wrappers and default trait methods (#537) by Marco Neumann · 6 months ago
  71. 95b0a94 refactor!: move `get` to `ObjectStoreExt` (#532) by Marco Neumann · 6 months ago
  72. cb85a61 refactor: move `put_multipart` to `ObjectStoreExt` (#530) by Marco Neumann · 6 months ago
  73. 179a087 refactor: introduce `ObjectStoreExt` trait (#405) by Marco Neumann · 6 months ago
  74. 1b8ecc7 docs: document missing config keys (#498) by Frank Elsinga · 6 months ago
  75. 4ae6ca0 Allow parsing S3 URLs without region (#523) by Kyle Barron · 6 months ago
  76. e0721f8 feat!: use `'static` lifetime for `delete_stream` (#524) by Heran Lin · 6 months ago
  77. b72c00f Update release date for version 0.13.0 in README (#521) by Andrew Lamb · 6 months ago
  78. ddb5d2a Bump rust edition to 2024, rust version to 1.85 (#515) by Adam Gutglick · 6 months ago
  79. fc23712 Allow more settings without vendor prefix (#500) by Jonas Haag · 6 months ago
  80. 28b2fc5 chore: fix msrv check by pinning syn (#519) by Matthijs Brobbel · 6 months ago
  81. f0a772c feat: refactor GetOptions with builder, add binary examples (#517) by peasee · 6 months ago
  82. 19e7a8b fix: canonicalize multiple whitespaces in SigV4 (#512) by Ion Koutsouris · 7 months ago
  83. ad1d70f build(deps): bump actions/setup-node from 5 to 6 (#506) by dependabot[bot] · 7 months ago
  84. 7da30ee Remove unneeded files from published package (#505) by Georg Semmler · 7 months ago
  85. f3aedd2 minor: Fix MSRV CI workflow (#502) by Kyle Barron · 7 months ago
  86. 4102e4d Add Content_length header to S3 create_multipart (#496) by Yongming Ding · 7 months ago
  87. b82979d Reapply "refactor: remove AWS dynamo integration (#407)" (#494) by Andrew Lamb · 8 months ago
  88. 9dc8d7d Update version to 0.12.4 and add changelog (#491) by Andrew Lamb · 8 months ago v0.12.4
  89. cac4bac Revert "refactor: remove AWS dynamo integration (#407)" (#493) by Andrew Lamb · 8 months ago
  90. ebfd02f AWS S3: Support STS endpoint, WebIdentity, RoleArn, RoleSession configuration (#480) by Matt Friede · 8 months ago
  91. f1dd075 Fix for clippy 1.90 (#492) by Andrew Lamb · 8 months ago
  92. ed17e12 Add version 0.12.4 release plan to README (#490) by Andrew Lamb · 8 months ago
  93. da88a75 Add storage class for aws, gcp, and azure (#456) by Matthew Turner · 8 months ago
  94. f73c457 aws: downgrade credential provider info! log messages to debug! (#436) by Alfonso Subiotto Marqués · 8 months ago
  95. 59e5545 chore(client/retry): include error info in logs when retry occurs (#487) by Phil Bracikowski · 8 months ago
  96. c0e241e build(deps): bump actions/github-script from 7 to 8 (#478) by dependabot[bot] · 8 months ago
  97. 49ce872 build(deps): bump actions/setup-node from 4 to 5 (#477) by dependabot[bot] · 8 months ago
  98. 7ddbf9e build(deps): bump actions/setup-python from 5 to 6 (#476) by dependabot[bot] · 8 months ago
  99. 06d02d5 Allow "application_credentials" in `impl FromStr for GoogleConfigKey` (#467) by Kyle Barron · 8 months ago
  100. aa82d42 build(deps): bump actions/checkout from 4 to 5 (#463) by dependabot[bot] · 9 months ago