Skip to content

Releases: awslabs/aws-c-s3

v0.2.3

20 Jan 00:57
d7bfe60
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

12 Jan 19:51
71de410
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

08 Dec 16:02
374191a
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

02 Dec 19:13
1dbf2d8
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.51...v0.2.0

API Break change: checksum related API update

26 Oct 23:09
a41255e
Compare
Choose a tag to compare

What's Changed

NOTE: this breaks the previous API of checksum related configurations in meta request options.

Full Changelog: v0.1.50...v0.2.0

Fix crash when aws_s3_meta_request has function called on it after completion

21 Oct 03:10
1850681
Compare
Choose a tag to compare

What's Changed

  • don't invoke on_body callback if there is no body to report. by @TingDaoK in #220
  • s3_meta_request: fix typo by @grrtrr in #222
  • Fix crash when aws_s3_meta_request has function called on it after completion by @graebm in #217

Full Changelog: v0.1.49...v0.1.50

Flow-control for multipart downloads

27 Sep 18:38
d70205e
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Flow-control for multipart downloads by @graebm in #213

Full Changelog: v0.1.48...v0.1.49

Fix endpoints race condition

14 Sep 22:30
3530a06
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Fix race condition with aws_s3_endpoint acquire/release by @graebm in #209

Full Changelog: v0.1.47...v0.1.48

Exposes additional configuration options to override for S3ClientConfig

07 Sep 16:55
3d9174d
Compare
Choose a tag to compare

What's Changed

  • don't cover the error code with retry failure by @TingDaoK in #207
  • s3_endpoint: log ID of new connection_manager instead of nil by @grrtrr in #201
  • Expose additional configuration options for Http connection manager by @waahm7 in #204

New Contributors

Full Changelog: v0.1.46...v0.1.47

Allow mix of static and shared libs

24 Aug 20:31
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.1.45...v0.1.46