Sign in
apache
/
arrow-rs-object-store
/
HEAD
ca15c63
Implement Clone for local and memory stores (#653)
by Douman
· 4 hours ago
main
41d3242
docs: clarify `Clone` behavior (#656)
by Marco Neumann
· 4 hours ago
6259202
Unify `from_env` behaviours (#652)
by Miraculous Owonubi
· 8 days ago
66e640d
Switch TokenCache to RWLock (#648)
by Raphael Taylor-Davies
· 9 days ago
907653e
docs: add examples to the aws docs where appropriate (#651)
by Frank Elsinga
· 13 days ago
72cd136
Minimize futures dependency into relevant sub-crates (#646)
by Adam Gutglick
· 3 weeks ago
0ec788f
fix(azure): fix integer overflow in Fabric token expiry check (#641)
by Desmond Cheong
· 3 weeks ago
0af53d9
Clarify ShuffleResolver doc-comments (#645)
by Joseph Koshakow
· 3 weeks ago
8140480
Introduce a "tokio" to allow pulling a trait-only build (#644)
by Adam Gutglick
· 3 weeks ago
030f29d
chore: upgrade to `rand` 0.10 (#637)
by Marco Neumann
· 4 weeks ago
771372e
fix(aws): Include default headers in signature calculation (#484) (#636)
by singhsaabir
· 4 weeks ago
50e1229
Azure ADLS list_with_offset support (#623)
by Omar Khudeira
· 4 weeks ago
7242bd1
Clarify behavior of parse_url_opts (#613)
by Adam Gutglick
· 4 weeks ago
fc620ab
Implement typos-cli (#570)
by John Vandenberg
· 5 weeks ago
744c3fc
build(deps): update nix requirement from 0.30.0 to 0.31.1 (#616)
by dependabot[bot]
· 5 weeks ago
2e419f8
read_range with exact API when available (#628)
by Adam Gutglick
· 5 weeks ago
0514523
use the correct fabric url (#631)
by Kevin Liu
· 5 weeks ago
c5f1b2b
Avoid metadata lookup for `LocalFileSystem::read_ranges` and `chunked_stream` (#621)
by Daniël Heres
· 5 weeks ago
19264b8
Implement tests for range and partial content responses (#619)
by Victor Ordaz
· 5 weeks ago
8ef1aaa
Unblock emulater based tests (#627)
by Adam Gutglick
· 6 weeks ago
9f4f679
Fix Azure URL parsing (#604)
by Raphael Taylor-Davies
· 7 weeks ago
196e691
Fix logical format conflict (#605)
by Raphael Taylor-Davies
· 8 weeks ago
b3027f8
build(deps): update quick-xml requirement from 0.38.0 to 0.39.0 (#602)
by dependabot[bot]
· 8 weeks ago
1cf4925
feat (azure): support for '.blob.core.windows.net' in '{az,abfs,abfss}://' (#431)
by Vladislav Wohlrath
· 8 weeks ago
01a1c51
feat: impl MultipartStore for PrefixStore (#587)
by Xin Sun
· 9 weeks ago
d009117
Only read file metadata once in `LocalFileSystem::read_ranges` (#595)
by Adam Gutglick
· 9 weeks ago
1e32f96
Update version to 0.13.1 and add CHANGELOG (#599)
by Andrew Lamb
· 9 weeks ago
v0.13.1
5cb565b
fix: `docs.rs` build failure (#591)
by Marco Neumann
· 9 weeks ago
78717c5
fix: `SO_LINGER` w/ zero doesn't block (also: it's just a test) (#592)
by Marco Neumann
· 9 weeks ago
eedbf3d
Prepare for 0.13.0 release (#581)
by Andrew Lamb
· 3 months ago
v0.13.0
44e258c
Add A "upgrading to 0.13.0" guide in docs (#584)
by Andrew Lamb
· 3 months ago
24e5fbc
Update release schedule on README (#583)
by Andrew Lamb
· 3 months ago
378bfe7
correctly expose HttpError through RetryError::source (#580)
by Carl Sverre
· 3 months ago
fa40170
`Path` improvements (#546)
by Ruslan Fadeev
· 3 months ago
493a5d0
fix: Add more details on what isn't implemented (#575)
by Carol (Nichols || Goulding)
· 3 months ago
7b09e4e
Documentation for backend support of bulk delete (#571)
by John Vandenberg
· 3 months ago
65ad88b
Remove dev dependency on openssl (#577)
by Raphael Taylor-Davies
· 3 months ago
de4a30e
Allow explicitly specifying GCS base URL (#567)
by Renan GEHAN
· 3 months ago
92b1378
refactor!: move `delete` to `ObjectStoreExt` (#549)
by Marco Neumann
· 3 months ago
c9475c5
aws: fix bug in multipart copy when SHA256 checksum is used (#569)
by james-rms
· 3 months ago
0083f41
fix: cargo audit warning for rustls-pemfile (#565)
by Michael Gattozzi
· 3 months ago
1a9758b
Improve Documentation on `ObjectStoreExt` (#551)
by Andrew Lamb
· 3 months ago
e00ff79
refactor!: `rename` & `rename_if_not_exists` => `rename_opts` (#555)
by Marco Neumann
· 3 months ago
26cad7d
Implement ObjectStore for Arc<T> and Box<T> (#526)
by Wyatt Herkamp
· 3 months ago
12ef9bc
build(deps): bump actions/checkout from 5 to 6 (#550)
by dependabot[bot]
· 4 months ago
521f1dc
fix(gcp): ignore ADC errors when explicit credentials are provided (#531)
by nazq
· 4 months ago
37ee020
refactor!: `copy` & `copy_if_not_exists` => `copy_opts` (#548)
by Marco Neumann
· 4 months ago
0661843
docs(client): improve warnings and links in client doc comments (#540)
by Frank Elsinga
· 4 months ago
1558217
Use builder fields instead of env vars for determining credential provider (#547)
by Matt Friede
· 4 months ago
bb9021c
refactor!: move `head` to `ObjectStoreExt` (#543)
by Marco Neumann
· 4 months ago
fa48f9a
refactor!: move `get_range` to `ObjectStoreExt` (#536)
by Marco Neumann
· 4 months ago
0d5bc71
fix: wrappers and default trait methods (#537)
by Marco Neumann
· 4 months ago
95b0a94
refactor!: move `get` to `ObjectStoreExt` (#532)
by Marco Neumann
· 4 months ago
cb85a61
refactor: move `put_multipart` to `ObjectStoreExt` (#530)
by Marco Neumann
· 4 months ago
179a087
refactor: introduce `ObjectStoreExt` trait (#405)
by Marco Neumann
· 4 months ago
1b8ecc7
docs: document missing config keys (#498)
by Frank Elsinga
· 4 months ago
4ae6ca0
Allow parsing S3 URLs without region (#523)
by Kyle Barron
· 4 months ago
e0721f8
feat!: use `'static` lifetime for `delete_stream` (#524)
by Heran Lin
· 4 months ago
b72c00f
Update release date for version 0.13.0 in README (#521)
by Andrew Lamb
· 4 months ago
ddb5d2a
Bump rust edition to 2024, rust version to 1.85 (#515)
by Adam Gutglick
· 4 months ago
fc23712
Allow more settings without vendor prefix (#500)
by Jonas Haag
· 4 months ago
28b2fc5
chore: fix msrv check by pinning syn (#519)
by Matthijs Brobbel
· 5 months ago
f0a772c
feat: refactor GetOptions with builder, add binary examples (#517)
by peasee
· 5 months ago
19e7a8b
fix: canonicalize multiple whitespaces in SigV4 (#512)
by Ion Koutsouris
· 5 months ago
ad1d70f
build(deps): bump actions/setup-node from 5 to 6 (#506)
by dependabot[bot]
· 5 months ago
7da30ee
Remove unneeded files from published package (#505)
by Georg Semmler
· 5 months ago
f3aedd2
minor: Fix MSRV CI workflow (#502)
by Kyle Barron
· 5 months ago
4102e4d
Add Content_length header to S3 create_multipart (#496)
by Yongming Ding
· 5 months ago
b82979d
Reapply "refactor: remove AWS dynamo integration (#407)" (#494)
by Andrew Lamb
· 6 months ago
9dc8d7d
Update version to 0.12.4 and add changelog (#491)
by Andrew Lamb
· 6 months ago
v0.12.4
cac4bac
Revert "refactor: remove AWS dynamo integration (#407)" (#493)
by Andrew Lamb
· 6 months ago
ebfd02f
AWS S3: Support STS endpoint, WebIdentity, RoleArn, RoleSession configuration (#480)
by Matt Friede
· 6 months ago
f1dd075
Fix for clippy 1.90 (#492)
by Andrew Lamb
· 6 months ago
ed17e12
Add version 0.12.4 release plan to README (#490)
by Andrew Lamb
· 6 months ago
da88a75
Add storage class for aws, gcp, and azure (#456)
by Matthew Turner
· 6 months ago
f73c457
aws: downgrade credential provider info! log messages to debug! (#436)
by Alfonso Subiotto Marqués
· 6 months ago
59e5545
chore(client/retry): include error info in logs when retry occurs (#487)
by Phil Bracikowski
· 6 months ago
c0e241e
build(deps): bump actions/github-script from 7 to 8 (#478)
by dependabot[bot]
· 6 months ago
49ce872
build(deps): bump actions/setup-node from 4 to 5 (#477)
by dependabot[bot]
· 6 months ago
7ddbf9e
build(deps): bump actions/setup-python from 5 to 6 (#476)
by dependabot[bot]
· 6 months ago
06d02d5
Allow "application_credentials" in `impl FromStr for GoogleConfigKey` (#467)
by Kyle Barron
· 7 months ago
aa82d42
build(deps): bump actions/checkout from 4 to 5 (#463)
by dependabot[bot]
· 7 months ago
64cbe73
chore: fix some clippy 1.89 warnings and ignore some doctests on wasm32 (#468)
by Matthijs Brobbel
· 7 months ago
94c25d2
Improve documentation for http client timeout (#390)
by Andrew Lamb
· 7 months ago
8a7bc6e
feat: re-export HTTP types used in public API (#441)
by sktrpathi
· 8 months ago
c5ec5e5
Dont unwrap on body send (#442)
by Peter L
· 8 months ago
1e6c78e
Fix not retrying connection errors (#445)
by John Garland
· 8 months ago
00e0df5
Remove use of deprecated StepRng from tests (#449)
by Raphael Taylor-Davies
· 8 months ago
cd93197
fix: update links in release docs and script (#440)
by Matthijs Brobbel
· 8 months ago
dbdef73
chore: prepare `0.12.3` release (#437)
by Marco Neumann
· 8 months ago
87f0b8d
feat (azure): support for account in 'az://' URLs (#403)
by ByteBaker
· 8 months ago
b5001d4
Minor: Update release schedule on README (#429)
by Andrew Lamb
· 8 months ago
0478be4
feat: retry on 429 and 408 (#426)
by Chris
· 8 months ago
83235d1
fix(gcp): don't panic if read pem fails (#421)
by HugoCasa
· 8 months ago
a673ed6
Retry requests when status code is 429 (#410)
by Sebastián Galkin
· 8 months ago
e284d2c
Prevent compilation error with all cloud features but fs turned on (#412)
by Jesse Rusak
· 8 months ago
1e4d256
fix: expose source of `RetryError` (#422)
by Marco Neumann
· 8 months ago
bbfdd70
chore: update quick-xml to version 0.38.0 (#417)
by Manuel
· 8 months ago
8435bec
chore: fix clippy 1.88 warnings (#418)
by Matthijs Brobbel
· 8 months ago
40d30c6
refactor: `PutMultiPartOpts` => `PutMultiPartOptions` (#406)
by Marco Neumann
· 9 months ago
Next »