Skip to content

Releases: awslabs/aws-c-io

Adds Four New Error Codes

16 Nov 18:54
453c48b
Compare
Choose a tag to compare
Pre-release

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

16 Nov 00:43
d353ffd
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.13.9...v0.13.10

Update CI to fix downstream build

10 Nov 18:25
b51cb53
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.13.8...v0.13.9

Fix C++ One Definition Rule (ODR) Violations

09 Nov 01:13
8c15cd7
Compare
Choose a tag to compare

What's Changed

  • Fix C++ One Definition Rules (ODR) Violations by @graebm in #528

Full Changelog: v0.13.7...v0.13.8

OSX ECC key support

04 Nov 17:22
51d4a94
Compare
Choose a tag to compare
OSX ECC key support Pre-release
Pre-release

What's Changed

Full Changelog: v0.13.6...v0.13.7

v0.13.6

26 Oct 21:32
0440595
Compare
Choose a tag to compare
v0.13.6 Pre-release
Pre-release

What's Changed

  • Use const in aws_host_resolver_new_default by @waahm7 in #522

Full Changelog: v0.13.5...v0.13.6

Adds AppVerifier, and removes Uri Helpers

13 Oct 22:31
cd02413
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.4...v0.13.5

Fixes an issue with event loop group cleanup

07 Sep 02:03
442f923
Compare
Choose a tag to compare

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

30 Aug 19:18
b76fd20
Compare
Choose a tag to compare
Pre-release

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

Full Changelog: v0.13.2...v0.13.3

Allow mix of static and shared libs

24 Aug 20:21
2edb5e4
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.13.1...v0.13.2