Sign in
apache
/
arrow-rs-object-store
/
HEAD
978fb48
Fix MSRV violation in `parse.rs` test, check `--all-targets` in MSRV CI (#837)
by Andrew Lamb
· 29 hours ago
main
e2a4934
Speed up MSRV CI check by installing cargo-msrv via taiki-e/install-action (#838)
by Andrew Lamb
· 29 hours ago
e28807d
feat: presigned URLs with extra query params and signed headers (SignedUrlOptions) (#771)
by Zac Farrell
· 2 days ago
5c74363
Restore UnwindSafe/RefUnwindSafe on ClientOptions by bounding DnsResolver (#836)
by Andrew Lamb
· 2 days ago
dc58ef2
build(deps): bump taiki-e/install-action from 2.85.5 to 2.86.1 (#842)
by dependabot[bot]
· 2 days ago
e981329
build(deps): bump taiki-e/install-action from 2 to 2.85.5 (#823)
by dependabot[bot]
· 3 days ago
d5737dd
build(deps): update base64 requirement from 0.22 to 0.23 (#813)
by dependabot[bot]
· 4 days ago
f5b61ab
Support R2 URLs with jurisdictions (#815)
by Nazar Vinnichuk
· 4 days ago
f3fe994
Return AlreadyExists in azure backend when using PutMode::Create and precondition fails (#830)
by June
· 4 days ago
548bd28
Signer: reexport `url::Url` and `http::Method` types (#827)
by Thomas Tanon
· 4 days ago
fb826ca
Implement `Clone` for `MicrosoftAzure` (#825)
by Kyle Barron
· 4 days ago
7cbbeaa
Fix #818 - WriteMultipart::finish should abort after part upload failure (#819)
by Anson VanDoren
· 4 days ago
8c1cd84
fix: restore 1.85 MSRV and fix MSRV CI (#812)
by Lachy Deakin
· 4 days ago
c73823f
build(deps): bump actions/setup-node from 6 to 7 (#804)
by dependabot[bot]
· 4 days ago
9e48bf6
build(deps): bump actions/setup-python from 6 to 7 (#809)
by dependabot[bot]
· 4 days ago
699c4fc
feat: Support custom DNS resolver (#728)
by Koen Denecker
· 9 days ago
84d24eb
Add doc example for multipart upload to `GoogleCloudStorage::create_multipart` (#803)
by Andrew Lamb
· 5 weeks ago
7015e5e
Add doc example for multipart upload to AmazonS3::create_multipart (#801)
by Andrew Lamb
· 5 weeks ago
226307e
Add doc example for multipart upload to MicrosoftAzure::create_multipart (#802)
by Andrew Lamb
· 5 weeks ago
c7316d2
Update version to 0.14.1 and add CHANGELOG (#794)
by Andrew Lamb
· 6 weeks ago
v0.14.1
v0.14.1-rc1
c66dd12
Cache Azure user delegation key for SAS signing (#781)
by Emil Ernerfeldt
· 6 weeks ago
7a7deea
Do not explicitly add `Host` header when making requests with S3Builder (#790)
by Nick
· 6 weeks ago
19be0b1
Update release process to use RC tags (#796)
by Andrew Lamb
· 6 weeks ago
e3b8561
Add automatic GitHub release workflow (#797)
by Andrew Lamb
· 6 weeks ago
e64e8e3
Pin Rust toolchain to 1.97.0 and fix clippy useless_borrows_in_formatting (#799)
by Andrew Lamb
· 6 weeks ago
18102f3
impl HttpError::new_boxed to provide user with ability to ctor from already boxed error (#789)
by Douman
· 6 weeks ago
7e854ef
fix(aws): recognize S3 dual-stack endpoints in URL parsing (#780)
by Andrew Duffy
· 6 weeks ago
09adc41
Reduce lock hold time in DefaultObjectStoreRegistry::deregister (#792)
by Krisztián Szűcs
· 6 weeks ago
c2048e0
feat: add deregister to ObjectStoreRegistry (#784)
by Krisztián Szűcs
· 6 weeks ago
fd44ebb
build(deps): update quick-xml requirement from 0.40.1 to 0.41.0 (#785)
by dependabot[bot]
· 7 weeks ago
f04df7a
Coalesce contiguous ranges in LocalFileSystem::get_ranges (#777)
by Daniël Heres
· 8 weeks ago
93f6f88
CI: stop swallowing emulator setup failures (#776)
by Kevin Liu
· 9 weeks ago
74f7a96
build(deps): bump actions/checkout from 6 to 7 (#768)
by dependabot[bot]
· 9 weeks ago
d9eaded
fix: quote ETags per RFC 9110 in InMemory and LocalFileSystem (#770)
by Sylvain Monné
· 9 weeks ago
de0029a
Update copyright year in NOTICE.txt (#772)
by Kevin Liu
· 9 weeks ago
6c5b299
Update version to 0.14.0 and add CHANGELOG (#765)
by Andrew Lamb
· 9 weeks ago
v0.14.0
c9db3e2
Clarify aws-lc-rs feature docs and fix CI comment URL (#764)
by Andrew Lamb
· 9 weeks ago
596e1f6
fix(local): fsync create-mode rename source delete (#758)
by Kevin Liu
· 9 weeks ago
c219109
feat: add AzureConfigKey::CredentialType to select Azure credential method (#710)
by Jack Ye
· 9 weeks ago
590cbc9
Update release schedule on README.md (#763)
by Andrew Lamb
· 9 weeks ago
1a61282
Support PutMultipartOptions for MultipartStore::create_multipart for AWS/GCP. (#754)
by Kevin Zhou
· 9 weeks ago
996e084
Pluggable Crypto / Update reqwest 0.13 (#707)
by Geoffry Song
· 9 weeks ago
d1c0e43
build(deps): update itertools requirement from 0.14.0 to 0.15.0 (#755)
by dependabot[bot]
· 9 weeks ago
bdc9f63
Fix flaky local close file test (#757)
by Kevin Liu
· 9 weeks ago
5dc1c5a
Supporting CPK (Customer Provided Keys) in Azure Blob Storage requests (#742)
by Braedon Wooding
· 9 weeks ago
dd0afcb
feat(local): add fsync to LocalFileSystem for durability (#643)
by Pierre Barre
· 9 weeks ago
49a7125
Use path-style URL in resolve_bucket_region for dotted bucket names (#752)
by brankogrb-db
· 10 weeks ago
1d5ad19
refactor!: remove `cloud` feature alias (#751)
by Kevin Liu
· 10 weeks ago
2e859ee
docs: explain `*-base` features and document the full feature flag set (#750)
by Kevin Liu
· 2 months ago
d339aee
Make `reqwest` optional (#724)
by Bram Westerbaan
· 2 months ago
f554e60
ci: use --locked when installing cargo-msrv and cargo-audit (#746)
by Kevin Liu
· 2 months ago
52f5119
Add `Extensions` in `*Result` objects (#743)
by Chris
· 2 months ago
18ed86c
Whitelisting Onelake API & Workspace PL FQDNs (#1) (#711)
by Smriti Agrawal
· 2 months ago
af634d0
refactor: unify internal naming of `allow_invalid_certificates` (#718)
by Frank Elsinga
· 2 months ago
233b23a
Add `impl<T: Signed> Signed for PrefixStore<T>` (#739)
by Thomas Tanon
· 2 months ago
a9a83f1
feat: add option to disable bulk delete for aws (#734)
by Hengfei Yang
· 3 months ago
255b5f5
feat(gcp): support explicit bearer token config in parse flow (#717)
by siddharthmittal13
· 3 months ago
8c7fb0a
fix: fix incorrect splitting with line delimited streaming (#700)
by bboissin
· 3 months ago
8bb878a
feat(azure): expose `split_sas` for custom SAS credential providers (#721)
by Aleksandar Tomic
· 3 months ago
196c471
Add `with_signing_credentials` to GCP builder (#699)
by Ilya Zlobintsev
· 3 months ago
b058903
build(deps): update quick-xml requirement from 0.39.0 to 0.40.1 (#727)
by dependabot[bot]
· 3 months ago
46abab9
fix(aws): set retry_error_body on bulk_delete_request (#733)
by rustyprimus
· 3 months ago
994d607
GCP: fix copy (no) overwrite semantics (#713)
by james-rms
· 3 months ago
6f1c9ac
Add CRC64NVME checksum support (#633)
by Koen Denecker
· 3 months ago
706b7d8
fix(core): add missing version assignment (#691)
by dentiny
· 4 months ago
1a0d21e
fix(aws): populate default header for complete mutipart request (#688)
by dentiny
· 4 months ago
e0fbe49
fix(core): add missing extension assignment (#689)
by dentiny
· 4 months ago
4d042dc
fix(retry): respect range header on retry (#690)
by dentiny
· 4 months ago
0c380a1
fix: clippy (#694)
by Marco Neumann
· 4 months ago
9b8cf52
feat(local): explicit close with error checking for LocalFileSystem (#676)
by Jonathan Giannuzzi
· 4 months ago
00e03f3
build(deps): bump actions/github-script from 8 to 9 (#692)
by dependabot[bot]
· 4 months ago
e89f62b
fix[prefix]: strip_meta from get_opts result in PrefixStore (#686)
by Alfonso Subiotto Marqués
· 5 months ago
0646c6d
fix(memory): fix out-of-order multipart upload for in-memory store (#683)
by dentiny
· 5 months ago
5f36e0e
Expose `read_timeout` from `reqwest` (#681)
by Mak Nazečić-Andrlon
· 5 months ago
0fda34c
build(deps): update md-5 requirement from 0.10.6 to 0.11.0 (#679)
by dependabot[bot]
· 5 months ago
719a29d
fix: support `AWS_REQUEST_PAYER=requester` (#669)
by Len Strnad
· 5 months ago
e9df6f7
Update release schedule on README.md (#674)
by Andrew Lamb
· 5 months ago
7a65b75
chore: prepare `0.13.2` release (#671)
by Marco Neumann
· 5 months ago
v0.13.2
d22f7f9
fix: missing 5xx error body when retry exhausted (#618)
by Jack Ye
· 5 months ago
ebaee78
Support --xa-s3 suffix for S3 Express One Zone bucket access points (#663)
by Prashant Deva
· 5 months ago
7ded938
Replace `Path::child` with `Path::join` (#666)
by Ruslan Fadeev
· 5 months ago
bdcac43
feat: Add support for AWS_ENDPOINT_URL_S3 environment variable (#590)
by Rajat Goel
· 5 months ago
ca15c63
Implement Clone for local and memory stores (#653)
by Douman
· 5 months ago
41d3242
docs: clarify `Clone` behavior (#656)
by Marco Neumann
· 5 months ago
6259202
Unify `from_env` behaviours (#652)
by Miraculous Owonubi
· 6 months ago
66e640d
Switch TokenCache to RWLock (#648)
by Raphael Taylor-Davies
· 6 months ago
907653e
docs: add examples to the aws docs where appropriate (#651)
by Frank Elsinga
· 6 months ago
72cd136
Minimize futures dependency into relevant sub-crates (#646)
by Adam Gutglick
· 6 months ago
0ec788f
fix(azure): fix integer overflow in Fabric token expiry check (#641)
by Desmond Cheong
· 6 months ago
0af53d9
Clarify ShuffleResolver doc-comments (#645)
by Joseph Koshakow
· 6 months ago
8140480
Introduce a "tokio" to allow pulling a trait-only build (#644)
by Adam Gutglick
· 6 months ago
030f29d
chore: upgrade to `rand` 0.10 (#637)
by Marco Neumann
· 6 months ago
771372e
fix(aws): Include default headers in signature calculation (#484) (#636)
by singhsaabir
· 6 months ago
50e1229
Azure ADLS list_with_offset support (#623)
by Omar Khudeira
· 6 months ago
7242bd1
Clarify behavior of parse_url_opts (#613)
by Adam Gutglick
· 6 months ago
fc620ab
Implement typos-cli (#570)
by John Vandenberg
· 7 months ago
744c3fc
build(deps): update nix requirement from 0.30.0 to 0.31.1 (#616)
by dependabot[bot]
· 7 months ago
2e419f8
read_range with exact API when available (#628)
by Adam Gutglick
· 7 months ago
0514523
use the correct fabric url (#631)
by Kevin Liu
· 7 months ago
c5f1b2b
Avoid metadata lookup for `LocalFileSystem::read_ranges` and `chunked_stream` (#621)
by Daniël Heres
· 7 months ago
Next »