Releases: awslabs/aws-c-common
Releases · awslabs/aws-c-common
Move is ipv4/ipv6 functions from Aws-c-sdkutils to Aws-c-common
What's Changed
- Switch test harness to print errors in decimal by @DmitriyMusatkin in #1100
- Add list membership API and uint64 hash utilities by @bretambrose in #1103
- Clarity updates for uint64_t hash helper by @bretambrose in #1104
- Move is ipv4/ipv6 functions from Aws-c-sdkutils to Aws-c-common by @waahm7 in #1105
Full Changelog: v0.9.15...v0.9.16
v0.9.15
What's Changed
- claim range for aws-crt-kotlin by @aajtodd in #1095
- Remove unused external headers by @TingDaoK in #1097
- Best Effort Thread Pinning to CPU_ID by @waahm7 in #1096
- Add support for WIN ARM64 by @alfred2g in #1092
- Better vectorization and crc64. Cleaned up cmake and added better runtime cpu detection by @JonathanHenson in #1083
- Avoid overallocating for strings by @DmitriyMusatkin in #1099
New Contributors
Full Changelog: v0.9.14...v0.9.15
Accept all RFC3339-compliant timestamps
What's Changed
Full Changelog: v0.9.13...v0.9.14
v0.9.13
What's Changed
- cJSON update to 1.7.17 by @graebm in #1081
- Add more generic AVX feature detection as well as flags for if avx512… by @JonathanHenson in #1041
- chore: relax stale issue timings by @kellertk in #1085
- Use _Exit() on test failure, to avoid LeakSanitizer spam by @graebm in #1088
- Fix a bunch of places we forget to aws_raise_error() by @graebm in #1089
- Consistently use lowercase for Windows libraries and header files by @giordano in #1058
New Contributors
Full Changelog: v0.9.12...v0.9.13
Change port from uint16_t to uint32_t, to support VSOCK
What's Changed
Full Changelog: v0.9.11...v0.9.12
add a query string helper
What's Changed
Full Changelog: v0.9.10...v0.9.11
Fix cross process lock
What's Changed
- Fixed directory creation to ignore umask, and allow cross process loc… by @JonathanHenson in #1078
Full Changelog: v0.9.9...v0.9.10
Fix WSL Crash
Android Logging Update
Adds high resolution clock timestamps to android logging in order to investigate scheduling/clock misbehavior.
Added cross process lock.
Adds a cross process locking API