This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch release/0.12
in repository https://gitbox.apache.org/repos/asf/arrow-rs-object-store.git
omit 7e0c269 chore: prepare `0.12.3` release (#437)
omit 7242a95 feat (azure): support for account in 'az://' URLs (#403)
omit 1de3c78 Minor: Update release schedule on README (#429)
omit bed1cea feat: retry on 429 and 408 (#426)
omit 1474a7d fix(gcp): don't panic if read pem fails (#421)
omit 3bc8c49 Retry requests when status code is 429 (#410)
omit 9df5965 Prevent compilation error with all cloud features but fs
turned on (#412)
omit d65799b fix: expose source of `RetryError` (#422)
omit 4d66f8b chore: update quick-xml to version 0.38.0 (#417)
omit 259aee5 chore: fix clippy 1.88 warnings (#418)
omit 1ce68c0 refactor: `PutMultiPartOpts` => `PutMultiPartOptions` (#406)
add 034733f refactor: remove AWS dynamo integration (#407)
add 40d30c6 refactor: `PutMultiPartOpts` => `PutMultiPartOptions` (#406)
add 8435bec chore: fix clippy 1.88 warnings (#418)
add bbfdd70 chore: update quick-xml to version 0.38.0 (#417)
add 1e4d256 fix: expose source of `RetryError` (#422)
add e284d2c Prevent compilation error with all cloud features but fs
turned on (#412)
add a673ed6 Retry requests when status code is 429 (#410)
add 83235d1 fix(gcp): don't panic if read pem fails (#421)
add 0478be4 feat: retry on 429 and 408 (#426)
add b5001d4 Minor: Update release schedule on README (#429)
add 87f0b8d feat (azure): support for account in 'az://' URLs (#403)
add dbdef73 chore: prepare `0.12.3` release (#437)
add cd93197 fix: update links in release docs and script (#440)
add 00e0df5 Remove use of deprecated StepRng from tests (#449)
add 1e6c78e Fix not retrying connection errors (#445)
add c5ec5e5 Dont unwrap on body send (#442)
add 8a7bc6e feat: re-export HTTP types used in public API (#441)
add 94c25d2 Improve documentation for http client timeout (#390)
add 64cbe73 chore: fix some clippy 1.89 warnings and ignore some doctests
on wasm32 (#468)
add aa82d42 build(deps): bump actions/checkout from 4 to 5 (#463)
add 06d02d5 Allow "application_credentials" in `impl FromStr for
GoogleConfigKey` (#467)
add 7ddbf9e build(deps): bump actions/setup-python from 5 to 6 (#476)
add 49ce872 build(deps): bump actions/setup-node from 4 to 5 (#477)
add c0e241e build(deps): bump actions/github-script from 7 to 8 (#478)
add 59e5545 chore(client/retry): include error info in logs when retry
occurs (#487)
add f73c457 aws: downgrade credential provider info! log messages to
debug! (#436)
add da88a75 Add storage class for aws, gcp, and azure (#456)
add ed17e12 Add version 0.12.4 release plan to README (#490)
add f1dd075 Fix for clippy 1.90 (#492)
add ebfd02f AWS S3: Support STS endpoint, WebIdentity, RoleArn,
RoleSession configuration (#480)
add cac4bac Revert "refactor: remove AWS dynamo integration (#407)" (#493)
add 9dc8d7d Update version to 0.12.4 and add changelog (#491)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (7e0c269)
\
N -- N -- N refs/heads/release/0.12 (9dc8d7d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/audit.yml | 2 +-
.github/workflows/ci.yml | 12 ++--
.github/workflows/dev.yml | 4 +-
.github/workflows/rust.yml | 4 +-
.github/workflows/take.yml | 2 +-
CHANGELOG-old.md | 37 ++++++++++
CHANGELOG.md | 56 +++++++++++----
Cargo.toml | 2 +-
README.md | 1 +
dev/release/README.md | 40 +++++------
dev/release/create-tarball.sh | 4 +-
dev/release/update_change_log.sh | 4 +-
src/attributes.rs | 8 +++
src/aws/builder.rs | 146 +++++++++++++++++++++++++++++++++++----
src/aws/client.rs | 2 +
src/azure/client.rs | 2 +
src/azure/credential.rs | 2 +-
src/buffered.rs | 8 +--
src/client/backoff.rs | 24 +++++--
src/client/http/connection.rs | 36 +++++-----
src/client/http/spawn.rs | 4 +-
src/client/mod.rs | 33 +++++++--
src/client/retry.rs | 72 +++++++++++++++++--
src/gcp/builder.rs | 4 +-
src/gcp/client.rs | 2 +
src/http/client.rs | 4 ++
src/integration.rs | 9 +--
src/lib.rs | 43 +++++++++---
src/prefix.rs | 6 +-
29 files changed, 452 insertions(+), 121 deletions(-)