Releases: awslabs/aws-c-io
Releases · awslabs/aws-c-io
Stability fixes
v0.4.6 Fix linked list corruption (#180)
Bug fixes and unified library init/shutdown
v0.4.5 Implement io library-init functions (#177)
Fix Linux Root CA loading
v0.4.4 Pass default CA path and default CA file if neither are specified (#175)
DNS race condition fix
v0.4.3 Replace rw_locks with mutexs, since lru_cache read is a write op (#173)
New TLS Cipher Preferences
v0.4.2 Add TLS Cipher APIs (#161)
Leak fix
Fixes a leak that causes downstream tests to fail
Task logging
Adds string tags to tasks and task logging for easier identification
always attempt to send an alert upon shutdown.
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.
Pre-release
v0.3.14 cleaned up event loop shutdown leak in iocp sockets. Channel now shut…
Darwin PKI import fix
v0.3.13 Fixed bug where cursors were being reinterpreted as bufs (#148)