Skip to content

Releases: awslabs/aws-c-common

Move is ipv4/ipv6 functions from Aws-c-sdkutils to Aws-c-common

22 Apr 16:32
70b8fcd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.15...v0.9.16

v0.9.15

02 Apr 22:37
ae7b067
Compare
Choose a tag to compare
v0.9.15 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.9.14...v0.9.15

Accept all RFC3339-compliant timestamps

05 Mar 17:35
fcadc0d
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Accept all RFC3339-compliant timestamps by @graebm in #1093

Full Changelog: v0.9.13...v0.9.14

v0.9.13

14 Feb 21:30
15a2534
Compare
Choose a tag to compare
v0.9.13 Pre-release
Pre-release

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

30 Dec 00:13
8eaa098
Compare
Choose a tag to compare

What's Changed

  • Change port from uint16_t to uint32_t, to support VSOCK by @graebm in #1079

Full Changelog: v0.9.11...v0.9.12

add a query string helper

28 Dec 22:46
b7e04ca
Compare
Choose a tag to compare
Pre-release

What's Changed

  • add a query string helper from byte cursor directly by @TingDaoK in #1080

Full Changelog: v0.9.10...v0.9.11

Fix cross process lock

16 Nov 22:16
80f21b3
Compare
Choose a tag to compare
Pre-release

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

11 Nov 21:18
fefbf4b
Compare
Choose a tag to compare
Fix WSL Crash Pre-release
Pre-release

What's Changed

Full Changelog: v0.9.8...v0.9.9

Android Logging Update

07 Nov 22:04
00157ef
Compare
Choose a tag to compare
Pre-release

Adds high resolution clock timestamps to android logging in order to investigate scheduling/clock misbehavior.

Added cross process lock.

07 Nov 20:32
fb3182c
Compare
Choose a tag to compare
Pre-release

Adds a cross process locking API