Skip to content

Releases: awslabs/aws-c-s3

Max connections override

31 Mar 22:42
651171f

Choose a tag to compare

Pre-release

Added max connections override for capping the amount of active client connections.

Improving request flow

31 Mar 16:53
3276dfe

Choose a tag to compare

Pre-release

Request preparation (ie: signing, reading from a stream, etc.) will now happen in a different ELG from the network IO ELG.

User-Agent Changes

10 Mar 17:52
50e505c

Choose a tag to compare

User-Agent Changes Pre-release
Pre-release
  • Adding user-agent information about the client to request headers.

Bug Fixes

02 Mar 18:26
c03a30e

Choose a tag to compare

Bug Fixes Pre-release
Pre-release
  • Fixing bug with num_active_vip_connections counter
  • Fixing two race conditions related to client clean up

Logging Changes

01 Mar 22:14
708eeeb

Choose a tag to compare

Logging Changes Pre-release
Pre-release
  • Additional logging and removing toggle for client stats logging.

New managed thread API

18 Feb 00:03
2cd5c53

Choose a tag to compare

Pre-release

Convert to new managed thread system for threads that cannot be reliably explicitly joined.

v0.1.6

15 Feb 19:21
ab2120f

Choose a tag to compare

v0.1.6 Pre-release
Pre-release
  • Addressed the issue of downloading an empty file

Streaming Requests Bug Fix

15 Feb 16:54
977815f

Choose a tag to compare

Pre-release
  • Fix for issue where a canceled meta request could hold onto requests that are waiting to be streamed, preventing it from being cleaned up.

Various Improvements

12 Feb 21:59
f732c85

Choose a tag to compare

Various Improvements Pre-release
Pre-release
  • Refactoring meta request types to have a cleaner implementation/improve cancel functionality stability.
  • Added a mitigation for issue where global request limit was being hit, which was negatively impacting performance.

Test updates and tls failure crash fix

12 Feb 18:17
e7f3dfe

Choose a tag to compare

Pre-release
  • Fix a client creation crash when tls initialization fails
  • Mark a few more tls-using tests as net