Releases: paolobarbolini/rusty-s3
Releases · paolobarbolini/rusty-s3
v0.7.0
What's Changed
- build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2 by @dependabot in #124
- chore(ci): bump dependencies by @paolobarbolini in #118
- fix: crates.io categories by @paolobarbolini in #125
- feat: rename Map::insert to Map::append and add proper insert impl by @paolobarbolini in #126
- tests: fix upload part test by @paolobarbolini in #129
- docs: fix markdown fmt by @paolobarbolini in #127
- style: warn and fix more clippy lints by @paolobarbolini in #128
- license: bump license years by @paolobarbolini in #130
- refactor: reduce number of string allocations when signing requests by @paolobarbolini in #131
- style: improve fix for clippy::missing_fields_in_debug by @paolobarbolini in #132
- cargo: publish v0.7.0 by @paolobarbolini in #133
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #96
- Add with_delimiter for list method by @giangndm in #104
- build(deps): bump codecov/codecov-action from 3.1.4 to 4.5.0 by @dependabot in #105
- chore(cargo): bump dependencies by @paolobarbolini in #106
- chore(clippy): fix latest warnings by @paolobarbolini in #108
- Commit Cargo.lock by @paolobarbolini in #109
- build(deps): bump codecov/codecov-action from 4.5.0 to 5.0.2 by @dependabot in #111
- build(deps): bump codecov/codecov-action from 5.0.2 to 5.0.7 by @dependabot in #113
- build(deps): bump quick-xml to v0.37 by @paolobarbolini in #115
- build(deps): bump Cargo.lock by @paolobarbolini in #116
- build: bump MSRV to 1.71 by @paolobarbolini in #117
- Allow getting the policy of a bucket by @aleb in #112
- chore: Fix clippy lint issues by @guerinoni in #120
- build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 by @dependabot in #119
- improve parse response api by @guerinoni in #121
- ci: Bump tarpaulin by @guerinoni in #122
- cargo: publish 0.6.0 by @paolobarbolini in #123
New Contributors
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Add a bunch of options on the list objects action by @irevoire in #85
- Make
CreateMultipartUploadResponse
public by @irevoire in #83 - Add wasm-bindgen feature that activates the time crate's wasm-bindgen feature by @pretentious7 in #80
- Do not unwrap when creating a bucket by @irevoire in #82
- Bump MSRV to 1.67 by @paolobarbolini in #87
- Bump quick-xml to 0.30 by @paolobarbolini in #79
New Contributors
- @pretentious7 made their first contribution in #80
- @irevoire made their first contribution in #83
Full Changelog: v0.4.1...v0.5.0
`HeadBucket` requests and `base64` 0.21
What's Changed
- feat: support
HeadBucket
request by @DDtKey in #71 - cargo: bump base64 to v0.21 by @paolobarbolini in #73
New Contributors
Full Changelog: v0.4.0...v0.4.1
Better compatibility with some s3 backends
What's Changed
- Make
MaxKeys
optional inListObjectsV2Response
by @hokwangchoi in #67
New Contributors
- @hokwangchoi made their first contribution in #67
Full Changelog: v0.3.3...v0.4.0
New round of dependencies updates
What's Changed
- cargo: bump quick-xml to 0.26 by @paolobarbolini in #64
- cargo: bump base64 to v0.20 by @paolobarbolini in #65
- cargo: bump quick-xml to 0.27.1 by @paolobarbolini in #68
Full Changelog: v0.3.2...v0.3.3
quick-xml dependency bump 1.61 as the new MSRV
What's Changed
- rust: bump MSRV to 1.61 by @paolobarbolini in #62
- cargo: bump quick-xml to 0.24 by @paolobarbolini in #59
Full Changelog: v0.3.1...v0.3.2
Minor updates
What's Changed
- Fix error message by @hsmtkk in #55
- Make
BucketError
public. by @ryanmcgrath in #57 - Bump quick-xml to 0.23 in 606e27f
New Contributors
- @hsmtkk made their first contribution in #55
- @ryanmcgrath made their first contribution in #57
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Make
ListObjectsContent.storage_class
an option by @Raz-Hemo in #50 - Bump MSRV to 1.56 by @paolobarbolini in b09e722
- Bump edition to 2021 by @paolobarbolini in d3a4b85
New Contributors
Full Changelog: v0.2.1...v0.3.0
rust-crypto dependencies bump
What's Changed
- Use the md-5 crate from RustCrypto by @paolobarbolini in #43
- Upgrade hmac to 0.12, sha2 to 0.10 by @paolobarbolini in #42
Full Changelog: v0.2.0...v0.2.1