Skip to content

Releases: awslabs/aws-c-io

Stability fixes

03 Sep 19:15
Compare
Choose a tag to compare
Stability fixes Pre-release
Pre-release
v0.4.6

Fix linked list corruption (#180)

Bug fixes and unified library init/shutdown

22 Aug 17:29
c46ea51
Compare
Choose a tag to compare
v0.4.5

Implement io library-init functions (#177)

Fix Linux Root CA loading

13 Aug 20:26
Compare
Choose a tag to compare
Pre-release
v0.4.4

Pass default CA path and default CA file if neither are specified (#175)

DNS race condition fix

09 Aug 18:16
9e00321
Compare
Choose a tag to compare
Pre-release
v0.4.3

Replace rw_locks with mutexs, since lru_cache read is a write op (#173)

New TLS Cipher Preferences

01 Aug 17:26
Compare
Choose a tag to compare
Pre-release
v0.4.2

Add TLS Cipher APIs (#161)

Leak fix

09 Jul 18:22
19e46bf
Compare
Choose a tag to compare
Leak fix Pre-release
Pre-release

Fixes a leak that causes downstream tests to fail

Task logging

01 Jul 18:57
8603ec6
Compare
Choose a tag to compare
Task logging Pre-release
Pre-release

Adds string tags to tasks and task logging for easier identification

always attempt to send an alert upon shutdown.

20 Jun 20:42
d86357c
Compare
Choose a tag to compare
v0.3.15

Make sure to send alerts upon shutdown when free_scarce_resources isn…

Fixed leack in iocp sockets. Channel shutdown doesn't do the DOS mitigation shutdown path by default anymore when an error code is passed.

19 Jun 00:00
9d70079
Compare
Choose a tag to compare
v0.3.14

cleaned up event loop shutdown leak in iocp sockets. Channel now shut…

Darwin PKI import fix

14 Jun 00:37
815c4f6
Compare
Choose a tag to compare
Darwin PKI import fix Pre-release
Pre-release
v0.3.13

Fixed bug where cursors were being reinterpreted as bufs (#148)