1. ed17e12 Add version 0.12.4 release plan to README (#490) by Andrew Lamb · 25 hours ago main
  2. da88a75 Add storage class for aws, gcp, and azure (#456) by Matthew Turner · 5 days ago
  3. f73c457 aws: downgrade credential provider info! log messages to debug! (#436) by Alfonso Subiotto Marqués · 5 days ago
  4. 59e5545 chore(client/retry): include error info in logs when retry occurs (#487) by Phil Bracikowski · 5 days ago
  5. c0e241e build(deps): bump actions/github-script from 7 to 8 (#478) by dependabot[bot] · 13 days ago
  6. 49ce872 build(deps): bump actions/setup-node from 4 to 5 (#477) by dependabot[bot] · 13 days ago
  7. 7ddbf9e build(deps): bump actions/setup-python from 5 to 6 (#476) by dependabot[bot] · 13 days ago
  8. 06d02d5 Allow "application_credentials" in `impl FromStr for GoogleConfigKey` (#467) by Kyle Barron · 3 weeks ago
  9. aa82d42 build(deps): bump actions/checkout from 4 to 5 (#463) by dependabot[bot] · 4 weeks ago
  10. 64cbe73 chore: fix some clippy 1.89 warnings and ignore some doctests on wasm32 (#468) by Matthijs Brobbel · 4 weeks ago
  11. 94c25d2 Improve documentation for http client timeout (#390) by Andrew Lamb · 6 weeks ago
  12. 8a7bc6e feat: re-export HTTP types used in public API (#441) by sktrpathi · 7 weeks ago
  13. c5ec5e5 Dont unwrap on body send (#442) by Peter L · 7 weeks ago
  14. 1e6c78e Fix not retrying connection errors (#445) by John Garland · 7 weeks ago
  15. 00e0df5 Remove use of deprecated StepRng from tests (#449) by Raphael Taylor-Davies · 7 weeks ago
  16. cd93197 fix: update links in release docs and script (#440) by Matthijs Brobbel · 8 weeks ago
  17. dbdef73 chore: prepare `0.12.3` release (#437) by Marco Neumann · 10 weeks ago
  18. 87f0b8d feat (azure): support for account in 'az://' URLs (#403) by ByteBaker · 2 months ago
  19. b5001d4 Minor: Update release schedule on README (#429) by Andrew Lamb · 2 months ago
  20. 0478be4 feat: retry on 429 and 408 (#426) by Chris · 2 months ago
  21. 83235d1 fix(gcp): don't panic if read pem fails (#421) by HugoCasa · 2 months ago
  22. a673ed6 Retry requests when status code is 429 (#410) by Sebastián Galkin · 2 months ago
  23. e284d2c Prevent compilation error with all cloud features but fs turned on (#412) by Jesse Rusak · 3 months ago
  24. 1e4d256 fix: expose source of `RetryError` (#422) by Marco Neumann · 3 months ago
  25. bbfdd70 chore: update quick-xml to version 0.38.0 (#417) by Manuel · 3 months ago
  26. 8435bec chore: fix clippy 1.88 warnings (#418) by Matthijs Brobbel · 3 months ago
  27. 40d30c6 refactor: `PutMultiPartOpts` => `PutMultiPartOptions` (#406) by Marco Neumann · 3 months ago
  28. 034733f refactor: remove AWS dynamo integration (#407) by Marco Neumann · 3 months ago
  29. f422dce Fix azure path parsing (#399) by Kyle Barron · 3 months ago
  30. 70cd178 minor: Pin `tracing-attributes`, `tracing-core` to fix CI (#404) by Kyle Barron · 3 months ago
  31. 85c263c Prepare release `0.12.2` (#391) by Andrew Lamb · 3 months ago v0.12.2
  32. 7d35acf Chore: fix emulator tests due to changes in reqwest (#401) by Andrew Lamb · 3 months ago
  33. 9c43521 Minor: Update release schedule (#394) by Andrew Lamb · 4 months ago
  34. 7a0504b Retry streaming get requests (#15) (#383) by Raphael Taylor-Davies · 4 months ago
  35. 0c3152c Improve parse_url_opts documentation (#377) by Andrew Lamb · 4 months ago
  36. 3dcf30d Fix `cargo publish` by specifying version for wasm-bindgen-test (#358) by Andrew Lamb · 4 months ago
  37. 3c679d2 azure: do not set empty container name from parse_url (#379) by james-rms · 4 months ago
  38. 72088de Add ObjectStoreRegistry (#347) (#375) by Raphael Taylor-Davies · 4 months ago
  39. 612d74f Add PaginatedListStore (#371) by Raphael Taylor-Davies · 4 months ago
  40. 9feebb9 Deprecate DynamoCommit (#373) (#374) by Raphael Taylor-Davies · 4 months ago
  41. c54728c Fix racy test (#372) by Raphael Taylor-Davies · 4 months ago
  42. 407184a Return Non-Generic Errors from HttpStore (#366) by Lukas Söder · 4 months ago
  43. 1d10b86 Box request error (#370) by Raphael Taylor-Davies · 4 months ago
  44. ede9601 Update integration test to avoid long format strings (#359) by Andrew Lamb · 4 months ago
  45. 55dab67 fix: mask the aws credential info (#364) by vinoyang · 4 months ago
  46. 70ea197 fix: treat TCP reset as a retryable error (#351) by OmriSteiner · 4 months ago
  47. ed9329f Tweaks for 0.12.1 release (#354) by Andrew Lamb · 4 months ago v0.12.1
  48. 95120d8 Prepare for 0.12.1 release (#349) by Andrew Lamb · 4 months ago
  49. 36752c9 feat: add EKS Pod Identity support (#282) (#333) by Andreas Abros · 5 months ago
  50. a1e271d Fix GCP signing token (#338) by jackm-mimica · 5 months ago
  51. e0625b3 feat: Add `SpawnService` and `SpawnedReqwestConnector` for running requests on a different runtime (#332) by Ion Koutsouris · 5 months ago
  52. edc01d9 chore: Add anda_object_store to README (#346) by 0xZensh · 5 months ago
  53. 516ebe5 Update nix requirement from 0.29.0 to 0.30.0 (#344) by dependabot[bot] · 5 months ago
  54. 8d3d831 Support `object_store` with wasm: Default wasm32-unknown-unknown HttpConnector (#329) by Nicholas Roberts · 5 months ago
  55. e157e2c Enable anonymous access to GCS buckets (#322) by Kyle Barron · 5 months ago
  56. 7272f70 Fix query parameter signing in Azure (#334) by Adam Gutglick · 5 months ago
  57. 3e12e1a Run CI on PRs (#336) by Adam Gutglick · 5 months ago
  58. cdf3ed1 feat: make some helpers/utils public (#316) by Marco Neumann · 5 months ago
  59. 2c7b6d9 Fix semantic versioning link in README.md (#317) by 张林伟 · 6 months ago
  60. 1b59ef6 chore: fix `integration` feature (#314) by Marco Neumann · 6 months ago
  61. 5be0668 Minor: Update release calendar (#308) by Andrew Lamb · 6 months ago
  62. 308dba4 Bump `rand` to 0.9 (#303) by Matthijs Brobbel · 6 months ago
  63. b6380fa Update dependabot config after repo move (#305) by Matthijs Brobbel · 6 months ago
  64. 8d4776b Update repo link in Cargo.toml (#304) by Matthijs Brobbel · 6 months ago
  65. 668a876 Add content length to PUT GCP multipart complete (#257) by Joseph Koshakow · 6 months ago
  66. c96bcb1 Update README.md and Contributing guidelines (#8) by Andrew Lamb · 6 months ago
  67. cf89cca Tweaks: homepage and fix RAT (#7) by Andrew Lamb · 6 months ago
  68. b6c55bb Fix CI jobs (#6) by Andrew Lamb · 6 months ago
  69. c2b0f75 Port `.github` templates and checks to arrow-rs-object-store crate (#4) by Andrew Lamb · 6 months ago
  70. 99cd4c7 Disable merge by Andrew Lamb · 6 months ago
  71. 6819961 Merge pull request #3 from alamb/alamb/import by Andrew Lamb · 6 months ago
  72. 6442b45 Allow merge to import history by Andrew Lamb · 6 months ago
  73. 6a36dcb add .gitignore by Andrew Lamb · 6 months ago
  74. 8f25abb Merge branch 'temp' into alamb/import by Andrew Lamb · 6 months ago
  75. 4181ab2 Add .asf.yml, based on arrow-rs by Andrew Lamb · 6 months ago
  76. 6da5ac3 Fix requirement of object store for http-body-util (#7265) by Arnaud Gourlay · 6 months ago
  77. 7525a3f Use `doc_auto_cfg`, logo and favicon for docs.rs (#7145) by Matthijs Brobbel · 6 months ago
  78. e71f94e Prepare object_store 0.12.0 (#7234) by Raphael Taylor-Davies · 7 months ago v0.12.0
  79. e975177 ObjectStore WASM32 Support (#7226) by Raphael Taylor-Davies · 7 months ago
  80. bd0c489 feat: add `Extensions` to object store `PutMultipartOpts` (#7214) by Marco Neumann · 7 months ago
  81. 1a05608 feat: add `Extensions` to object store `PutOptions` (#7213) by Marco Neumann · 7 months ago
  82. e43cc61 chore: enable conditional put by default for S3 (#7181) by meteorgan · 7 months ago
  83. 19a2c74 feat: add `Extensions` to object store `GetOptions` (#7170) by Marco Neumann · 7 months ago
  84. b4b7fd5 Decouple ObjectStore from Reqwest (#7183) by Raphael Taylor-Davies · 7 months ago
  85. 1c9b247 object_store: Disable all compression formats in HTTP reqwest client (#7143) by Kyle Lacy · 7 months ago
  86. ef1337a refactor: remove unused `async` from `InMemory::entry` (#7133) by Marco Neumann · 7 months ago
  87. a4b106b Revert "Update rand requirement from 0.8 to 0.9 (#7045)" (#7125) by Andrew Lamb · 7 months ago
  88. c763a4c feat(object_store): random IP address selection (#7123) by Marco Neumann · 7 months ago
  89. 59e7ab4 object_store/gcp: derive Clone for GoogleCloudStorage (#7112) by james-rms · 7 months ago
  90. 2bed302 Add a custom implementation `LocalFileSystem::list_with_offset` (#7019) by Corwin Joy · 7 months ago
  91. 6c3de45 Fix LocalFileSystem with range request that ends beyond end of file (#6751) by Kyle Barron · 7 months ago
  92. 1e0c750 Add test of out of order UploadPart (#7047) by Raphael Taylor-Davies · 8 months ago
  93. 347b331 Update rand requirement from 0.8 to 0.9 (#7045) by Matthijs Brobbel · 8 months ago
  94. 28d56f6 Remove all RCs after release (#7060) by Sutou Kouhei · 8 months ago
  95. 873ed4d Change Log On Succesful S3 Copy / Multipart Upload to Debug (#7033) by Diptanu Choudhury · 8 months ago
  96. 8283d76 Use `u64` range instead of `usize`, for better wasm32 support (#6961) by Xiangpeng Hao · 8 months ago
  97. 00b5883 Improve docs for `AmazonS3Builder::from_env` (#6977) by Kyle Barron · 8 months ago
  98. 98d1588 Return `BoxStream` with `'static` lifetime from `ObjectStore::list` (#6619) by Kyle Barron · 8 months ago
  99. f54ebf0 Minor clippy fixes (#6942) by Vrishabh · 9 months ago
  100. 704d408 Update itertools requirement from 0.13.0 to 0.14.0 in /object_store (#6925) by dependabot[bot] · 9 months ago