Releases: durch/rust-s3
Releases · durch/rust-s3
v0.36.0-beta.2
Full Changelog: v.0.36.0-beta.1...v0.36.0-beta.2
v.0.36.0-beta.1
- CORS rule support
Full Changelog: v0.36.0-alpha.5...v.0.36.0-beta.1
v0.36.0-alpha.5
- Introduces automatic retries for all requests
Full Changelog: v0.36.0-alpha.3...v0.36.0-alpha.5
v0.36.0-alpha.3
Full Changelog: v0.36.0-alpha.2...v0.36.0-alpha.3
v0.36.0-alpha.2
- Major change - dropping
hyper
in favour ofreqwest
as a tokio backend http client lib
Full Changelog: v0.36.0-alpha.1...v0.36.0-alpha.2
v0.36.0-alpha.1
Full Changelog: v0.35.1...v0.36.0-alpha.1
v0.35.1
What's Changed
- 0.35.0-alpha.1 by @durch in #392
- Feat: bucket lifecycle configuration impl by @durch in #394
- Add bytes_mut and into_bytes for ResponseData by @kristianhasselknippe in #397
New Contributors
- @kristianhasselknippe made their first contribution in #397
Full Changelog: v0.34.0...v0.35.0
v0.35.0-alpha.2
Full Changelog: v0.35.0-alpha.1...v0.35.0-alpha.2
v0.35.0-alpha.1
v0.34.0
What's Changed
- Fix etag generation for small files by @theCapypara in #324
- add support for new region eu-central-2 by @robinfriedli in #314
- fix: presigned custom header order by @zifeo in #309
- refactor(s3): don't depend on reqwest by @tomkarw in #299
- Remove superfluous println by @zaninime in #345
- Move to the smaller, cargo-team maintained
home
crate by @utkarshgupta137 in #338 - remove misleading comment from GCP example by @Pascualex in #356
- Add il-central-1 region by @ArielHorwitz in #359
- Add feature-gate on Credentials::refresh by @olback in #361
- Only send metadata on Initiate of multipart upload by @jcrossley3 in #353
- Fix put_object_stream sync for small files by @jsurkont in #357
- Rework presign_post to be correct by @urkle in #358
- Implement a new
ListBuckets
command and its consumer API. by @aalekhpatel07 in #348 - feat: re-expose 'http-credentials' from 's3' by @woshilapin in #364
- Fix Bytes version requirement by @Ten0 in #365
- Fix fail-on-err description by @randomairborne in #371
New Contributors
- @theCapypara made their first contribution in #324
- @robinfriedli made their first contribution in #314
- @zifeo made their first contribution in #309
- @tomkarw made their first contribution in #299
- @zaninime made their first contribution in #345
- @utkarshgupta137 made their first contribution in #338
- @Pascualex made their first contribution in #356
- @ArielHorwitz made their first contribution in #359
- @olback made their first contribution in #361
- @jcrossley3 made their first contribution in #353
- @jsurkont made their first contribution in #357
- @urkle made their first contribution in #358
- @aalekhpatel07 made their first contribution in #348
- @woshilapin made their first contribution in #364
- @randomairborne made their first contribution in #371
Full Changelog: v0.33.0...v0.34.0