1. 84d24eb Add doc example for multipart upload to `GoogleCloudStorage::create_multipart` (#803) by Andrew Lamb · 7 days ago main
  2. 7015e5e Add doc example for multipart upload to AmazonS3::create_multipart (#801) by Andrew Lamb · 7 days ago
  3. 226307e Add doc example for multipart upload to MicrosoftAzure::create_multipart (#802) by Andrew Lamb · 7 days ago
  4. c7316d2 Update version to 0.14.1 and add CHANGELOG (#794) by Andrew Lamb · 2 weeks ago v0.14.1 v0.14.1-rc1
  5. c66dd12 Cache Azure user delegation key for SAS signing (#781) by Emil Ernerfeldt · 2 weeks ago
  6. 7a7deea Do not explicitly add `Host` header when making requests with S3Builder (#790) by Nick · 2 weeks ago
  7. 19be0b1 Update release process to use RC tags (#796) by Andrew Lamb · 2 weeks ago
  8. e3b8561 Add automatic GitHub release workflow (#797) by Andrew Lamb · 2 weeks ago
  9. e64e8e3 Pin Rust toolchain to 1.97.0 and fix clippy useless_borrows_in_formatting (#799) by Andrew Lamb · 2 weeks ago
  10. 18102f3 impl HttpError::new_boxed to provide user with ability to ctor from already boxed error (#789) by Douman · 3 weeks ago
  11. 7e854ef fix(aws): recognize S3 dual-stack endpoints in URL parsing (#780) by Andrew Duffy · 3 weeks ago
  12. 09adc41 Reduce lock hold time in DefaultObjectStoreRegistry::deregister (#792) by Krisztián Szűcs · 3 weeks ago
  13. c2048e0 feat: add deregister to ObjectStoreRegistry (#784) by Krisztián Szűcs · 3 weeks ago
  14. fd44ebb build(deps): update quick-xml requirement from 0.40.1 to 0.41.0 (#785) by dependabot[bot] · 4 weeks ago
  15. f04df7a Coalesce contiguous ranges in LocalFileSystem::get_ranges (#777) by Daniël Heres · 4 weeks ago
  16. 93f6f88 CI: stop swallowing emulator setup failures (#776) by Kevin Liu · 5 weeks ago
  17. 74f7a96 build(deps): bump actions/checkout from 6 to 7 (#768) by dependabot[bot] · 5 weeks ago
  18. d9eaded fix: quote ETags per RFC 9110 in InMemory and LocalFileSystem (#770) by Sylvain Monné · 5 weeks ago
  19. de0029a Update copyright year in NOTICE.txt (#772) by Kevin Liu · 5 weeks ago
  20. 6c5b299 Update version to 0.14.0 and add CHANGELOG (#765) by Andrew Lamb · 6 weeks ago v0.14.0
  21. c9db3e2 Clarify aws-lc-rs feature docs and fix CI comment URL (#764) by Andrew Lamb · 6 weeks ago
  22. 596e1f6 fix(local): fsync create-mode rename source delete (#758) by Kevin Liu · 6 weeks ago
  23. c219109 feat: add AzureConfigKey::CredentialType to select Azure credential method (#710) by Jack Ye · 6 weeks ago
  24. 590cbc9 Update release schedule on README.md (#763) by Andrew Lamb · 6 weeks ago
  25. 1a61282 Support PutMultipartOptions for MultipartStore::create_multipart for AWS/GCP. (#754) by Kevin Zhou · 6 weeks ago
  26. 996e084 Pluggable Crypto / Update reqwest 0.13 (#707) by Geoffry Song · 6 weeks ago
  27. d1c0e43 build(deps): update itertools requirement from 0.14.0 to 0.15.0 (#755) by dependabot[bot] · 6 weeks ago
  28. bdc9f63 Fix flaky local close file test (#757) by Kevin Liu · 6 weeks ago
  29. 5dc1c5a Supporting CPK (Customer Provided Keys) in Azure Blob Storage requests (#742) by Braedon Wooding · 6 weeks ago
  30. dd0afcb feat(local): add fsync to LocalFileSystem for durability (#643) by Pierre Barre · 6 weeks ago
  31. 49a7125 Use path-style URL in resolve_bucket_region for dotted bucket names (#752) by brankogrb-db · 6 weeks ago
  32. 1d5ad19 refactor!: remove `cloud` feature alias (#751) by Kevin Liu · 6 weeks ago
  33. 2e859ee docs: explain `*-base` features and document the full feature flag set (#750) by Kevin Liu · 6 weeks ago
  34. d339aee Make `reqwest` optional (#724) by Bram Westerbaan · 6 weeks ago
  35. f554e60 ci: use --locked when installing cargo-msrv and cargo-audit (#746) by Kevin Liu · 6 weeks ago
  36. 52f5119 Add `Extensions` in `*Result` objects (#743) by Chris · 6 weeks ago
  37. 18ed86c Whitelisting Onelake API & Workspace PL FQDNs (#1) (#711) by Smriti Agrawal · 7 weeks ago
  38. af634d0 refactor: unify internal naming of `allow_invalid_certificates` (#718) by Frank Elsinga · 7 weeks ago
  39. 233b23a Add `impl<T: Signed> Signed for PrefixStore<T>` (#739) by Thomas Tanon · 7 weeks ago
  40. a9a83f1 feat: add option to disable bulk delete for aws (#734) by Hengfei Yang · 8 weeks ago
  41. 255b5f5 feat(gcp): support explicit bearer token config in parse flow (#717) by siddharthmittal13 · 8 weeks ago
  42. 8c7fb0a fix: fix incorrect splitting with line delimited streaming (#700) by bboissin · 8 weeks ago
  43. 8bb878a feat(azure): expose `split_sas` for custom SAS credential providers (#721) by Aleksandar Tomic · 8 weeks ago
  44. 196c471 Add `with_signing_credentials` to GCP builder (#699) by Ilya Zlobintsev · 8 weeks ago
  45. b058903 build(deps): update quick-xml requirement from 0.39.0 to 0.40.1 (#727) by dependabot[bot] · 9 weeks ago
  46. 46abab9 fix(aws): set retry_error_body on bulk_delete_request (#733) by rustyprimus · 9 weeks ago
  47. 994d607 GCP: fix copy (no) overwrite semantics (#713) by james-rms · 10 weeks ago
  48. 6f1c9ac Add CRC64NVME checksum support (#633) by Koen Denecker · 3 months ago
  49. 706b7d8 fix(core): add missing version assignment (#691) by dentiny · 3 months ago
  50. 1a0d21e fix(aws): populate default header for complete mutipart request (#688) by dentiny · 3 months ago
  51. e0fbe49 fix(core): add missing extension assignment (#689) by dentiny · 3 months ago
  52. 4d042dc fix(retry): respect range header on retry (#690) by dentiny · 3 months ago
  53. 0c380a1 fix: clippy (#694) by Marco Neumann · 3 months ago
  54. 9b8cf52 feat(local): explicit close with error checking for LocalFileSystem (#676) by Jonathan Giannuzzi · 3 months ago
  55. 00e03f3 build(deps): bump actions/github-script from 8 to 9 (#692) by dependabot[bot] · 3 months ago
  56. e89f62b fix[prefix]: strip_meta from get_opts result in PrefixStore (#686) by Alfonso Subiotto Marqués · 4 months ago
  57. 0646c6d fix(memory): fix out-of-order multipart upload for in-memory store (#683) by dentiny · 4 months ago
  58. 5f36e0e Expose `read_timeout` from `reqwest` (#681) by Mak Nazečić-Andrlon · 4 months ago
  59. 0fda34c build(deps): update md-5 requirement from 0.10.6 to 0.11.0 (#679) by dependabot[bot] · 4 months ago
  60. 719a29d fix: support `AWS_REQUEST_PAYER=requester` (#669) by Len Strnad · 4 months ago
  61. e9df6f7 Update release schedule on README.md (#674) by Andrew Lamb · 4 months ago
  62. 7a65b75 chore: prepare `0.13.2` release (#671) by Marco Neumann · 4 months ago v0.13.2
  63. d22f7f9 fix: missing 5xx error body when retry exhausted (#618) by Jack Ye · 4 months ago
  64. ebaee78 Support --xa-s3 suffix for S3 Express One Zone bucket access points (#663) by Prashant Deva · 4 months ago
  65. 7ded938 Replace `Path::child` with `Path::join` (#666) by Ruslan Fadeev · 4 months ago
  66. bdcac43 feat: Add support for AWS_ENDPOINT_URL_S3 environment variable (#590) by Rajat Goel · 5 months ago
  67. ca15c63 Implement Clone for local and memory stores (#653) by Douman · 5 months ago
  68. 41d3242 docs: clarify `Clone` behavior (#656) by Marco Neumann · 5 months ago
  69. 6259202 Unify `from_env` behaviours (#652) by Miraculous Owonubi · 5 months ago
  70. 66e640d Switch TokenCache to RWLock (#648) by Raphael Taylor-Davies · 5 months ago
  71. 907653e docs: add examples to the aws docs where appropriate (#651) by Frank Elsinga · 5 months ago
  72. 72cd136 Minimize futures dependency into relevant sub-crates (#646) by Adam Gutglick · 5 months ago
  73. 0ec788f fix(azure): fix integer overflow in Fabric token expiry check (#641) by Desmond Cheong · 5 months ago
  74. 0af53d9 Clarify ShuffleResolver doc-comments (#645) by Joseph Koshakow · 5 months ago
  75. 8140480 Introduce a "tokio" to allow pulling a trait-only build (#644) by Adam Gutglick · 5 months ago
  76. 030f29d chore: upgrade to `rand` 0.10 (#637) by Marco Neumann · 6 months ago
  77. 771372e fix(aws): Include default headers in signature calculation (#484) (#636) by singhsaabir · 6 months ago
  78. 50e1229 Azure ADLS list_with_offset support (#623) by Omar Khudeira · 6 months ago
  79. 7242bd1 Clarify behavior of parse_url_opts (#613) by Adam Gutglick · 6 months ago
  80. fc620ab Implement typos-cli (#570) by John Vandenberg · 6 months ago
  81. 744c3fc build(deps): update nix requirement from 0.30.0 to 0.31.1 (#616) by dependabot[bot] · 6 months ago
  82. 2e419f8 read_range with exact API when available (#628) by Adam Gutglick · 6 months ago
  83. 0514523 use the correct fabric url (#631) by Kevin Liu · 6 months ago
  84. c5f1b2b Avoid metadata lookup for `LocalFileSystem::read_ranges` and `chunked_stream` (#621) by Daniël Heres · 6 months ago
  85. 19264b8 Implement tests for range and partial content responses (#619) by Victor Ordaz · 6 months ago
  86. 8ef1aaa Unblock emulater based tests (#627) by Adam Gutglick · 6 months ago
  87. 9f4f679 Fix Azure URL parsing (#604) by Raphael Taylor-Davies · 6 months ago
  88. 196e691 Fix logical format conflict (#605) by Raphael Taylor-Davies · 6 months ago
  89. b3027f8 build(deps): update quick-xml requirement from 0.38.0 to 0.39.0 (#602) by dependabot[bot] · 6 months ago
  90. 1cf4925 feat (azure): support for '.blob.core.windows.net' in '{az,abfs,abfss}://' (#431) by Vladislav Wohlrath · 7 months ago
  91. 01a1c51 feat: impl MultipartStore for PrefixStore (#587) by Xin Sun · 7 months ago
  92. d009117 Only read file metadata once in `LocalFileSystem::read_ranges` (#595) by Adam Gutglick · 7 months ago
  93. 1e32f96 Update version to 0.13.1 and add CHANGELOG (#599) by Andrew Lamb · 7 months ago v0.13.1
  94. 5cb565b fix: `docs.rs` build failure (#591) by Marco Neumann · 7 months ago
  95. 78717c5 fix: `SO_LINGER` w/ zero doesn't block (also: it's just a test) (#592) by Marco Neumann · 7 months ago
  96. eedbf3d Prepare for 0.13.0 release (#581) by Andrew Lamb · 7 months ago v0.13.0
  97. 44e258c Add A "upgrading to 0.13.0" guide in docs (#584) by Andrew Lamb · 7 months ago
  98. 24e5fbc Update release schedule on README (#583) by Andrew Lamb · 7 months ago
  99. 378bfe7 correctly expose HttpError through RetryError::source (#580) by Carl Sverre · 7 months ago
  100. fa40170 `Path` improvements (#546) by Ruslan Fadeev · 7 months ago