Releases: awslabs/aws-c-io
Releases · awslabs/aws-c-io
Adds Four New Error Codes
What's Changed
- Add new SeekFailed, GetLengthFailed, GetLengthUnsupported, and SeekUnsupported Errors by @waahm7 in #530
Full Changelog: v0.13.10...v0.13.11
Create setter for TLS Cipher Preference
What's Changed
- fix the crash from log by @TingDaoK in #529
- Create setter for TLS Cipher Preference by @alexw91 in #531
Full Changelog: v0.13.9...v0.13.10
Update CI to fix downstream build
What's Changed
Full Changelog: v0.13.8...v0.13.9
Fix C++ One Definition Rule (ODR) Violations
What's Changed
Full Changelog: v0.13.7...v0.13.8
OSX ECC key support
What's Changed
- OSX ECC key support by @xiazhvera in #524
- Fix aws_import_ecc_key_into_keychain debug by @waahm7 in #526
- sprintf() -> snprintf() by @graebm in #527
- Set thread names to help debugging by @graebm in #519
Full Changelog: v0.13.6...v0.13.7
v0.13.6
What's Changed
Full Changelog: v0.13.5...v0.13.6
Adds AppVerifier, and removes Uri Helpers
What's Changed
- Add AppVerifier by @TwistedTwigleg in #516
- Always set s_s2n_initialized_externally value by @waahm7 in #517
- migrate uri helpers from aws-c-io by @DmitriyMusatkin in #518
- Adds missing const by @waahm7 in #520
New Contributors
- @DmitriyMusatkin made their first contribution in #518
Full Changelog: v0.13.4...v0.13.5
Fixes an issue with event loop group cleanup
What's Changed
- Fixes a missing include that may cause build failures depending on linux distribution by @bretambrose in #514
- Fixes an event loop group clean up failure issue when process is exiting by @waahm7 in #515
New Contributors
Full Changelog: v0.13.3...v0.13.4
Windows heap access violation fix
Fixes a heap access violation found when implementing AppVerifier into the C++ V2 IoT SDK CI. Previously the code would always try to free a certificate context even if it was already freed as part of freeing a private key. Now the code correctly only frees the certificate context when required.
What's Changed
- Fix for heap access violation by @TwistedTwigleg in #513
Full Changelog: v0.13.2...v0.13.3