This is an automated email from the ASF dual-hosted git repository.

mneumann pushed a change to branch release/0.12
in repository https://gitbox.apache.org/repos/asf/arrow-rs-object-store.git


    from 85c263c  Prepare release `0.12.2` (#391)
     add 70cd178  minor: Pin `tracing-attributes`, `tracing-core` to fix CI 
(#404)
     add f422dce  Fix azure path parsing (#399)
     add 1ce68c0  refactor: `PutMultiPartOpts` => `PutMultiPartOptions` (#406)
     add 259aee5  chore: fix clippy 1.88 warnings (#418)
     add 4d66f8b  chore: update quick-xml to version 0.38.0 (#417)
     add d65799b  fix: expose source of `RetryError` (#422)
     add 9df5965  Prevent compilation error with all cloud features but fs 
turned on (#412)
     add 3bc8c49  Retry requests when status code is 429 (#410)
     add 1474a7d  fix(gcp): don't panic if read pem fails (#421)
     add bed1cea  feat: retry on 429 and 408 (#426)
     add 1de3c78  Minor: Update release schedule on README (#429)
     add 7242a95  feat (azure): support for account in 'az://' URLs (#403)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/rust.yml |  3 ++-
 Cargo.toml                 |  2 +-
 README.md                  |  4 ++--
 src/aws/builder.rs         |  4 ++--
 src/aws/client.rs          |  8 ++++----
 src/aws/credential.rs      |  2 +-
 src/aws/mod.rs             | 12 +++++------
 src/aws/precondition.rs    |  2 +-
 src/aws/resolve.rs         |  2 +-
 src/azure/builder.rs       | 14 ++++++++++---
 src/azure/client.rs        | 12 +++++------
 src/azure/credential.rs    |  2 +-
 src/azure/mod.rs           |  6 +++---
 src/buffered.rs            |  6 +++---
 src/chunked.rs             |  4 ++--
 src/client/builder.rs      |  2 +-
 src/client/retry.rs        | 51 +++++++++++++++++++++++++++++++++++++++++-----
 src/gcp/builder.rs         |  2 +-
 src/gcp/client.rs          | 11 +++++-----
 src/gcp/credential.rs      | 20 ++++++++++--------
 src/gcp/mod.rs             |  6 +++---
 src/http/mod.rs            |  5 +++--
 src/lib.rs                 | 21 +++++++++++--------
 src/limit.rs               |  4 ++--
 src/local.rs               |  7 ++++---
 src/memory.rs              |  4 ++--
 src/parse.rs               | 38 +++++++++++++++++++++++++++-------
 src/prefix.rs              |  6 +++---
 src/throttle.rs            |  8 +++++---
 tests/get_range_file.rs    |  2 +-
 30 files changed, 178 insertions(+), 92 deletions(-)

Reply via email to