Skip to content

Releases: durch/rust-s3

v0.34.0-rc3

16 Oct 11:42
Compare
Choose a tag to compare
  • Quality of life improvements
  • Reusable client for tokio backend
  • Backend specific RwLock

Full Changelog: v0.34.0-rc1...v0.34.0-rc3

v0.34.0-rc1

15 Oct 21:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.34.0-beta2...v0.34.0-rc1

v0.34.0-beta2

07 Apr 19:23
Compare
Choose a tag to compare
v0.34.0-beta2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.33.0...v0.34.0-beta2

V0.33.0

07 Apr 18:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.32.0...v0.33.0

0.33.0-beta2

26 Sep 21:29
Compare
Choose a tag to compare
0.33.0-beta2 Pre-release
Pre-release
  • Automatically refreshed credentials, some API breakage with Bucket credentials methods

Full Changelog: 0.33.0-beta1...0.33.0-beta2

0.33.0-beta1

25 Sep 15:13
Compare
Choose a tag to compare
0.33.0-beta1 Pre-release
Pre-release

Bigger breaking changes

  • Code reorg - all Request and execution backend code now lives in the request mod
  • get_object_stream renamed to get_object_to_writer
  • get_object_async_stream renamed to get_object_stream
  • get_object_stream returnes a new ResponseDataStream type with a bytes() method which returns a Stream<Item = Bytes>

What's Changed

New Contributors

Full Changelog: v0.32.0...0.33.0-beta1

v0.32.0

21 Jul 22:05
f453fc2
Compare
Choose a tag to compare

What's Changed

  • (Vec, u16), replaced by ResponseData struct
  • fail-on-err is now default
  • Derive Serialize and Deserialize for Region and Credentials by @fmckeogh in #277
  • Set the patch version of time by @hotate29 in #276
  • fix: abort multipart upload if chunk PutObject request failed by @gritsenkob in #274
  • Allow setting the content type for multipart uploads by @ns-sjorgedeaguiar in #272

New Contributors

Full Changelog: v0.31.0...v0.32.0

0.31.0

21 Apr 22:10
32a5a69
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.30.0...v0.31.0

v0.30.0

04 Mar 09:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.29.0...v0.30.0

v0.29.0

12 Feb 22:06
d1f231a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.28.0...v0.29.0