What's Changed
- Fix race condition in cJSON_Parse.* calls by @waahm7 in #972
- Add getter for thread name by @DmitriyMusatkin in #969
- fix: build and tests on OpenBSD by @knightjoel in #976
- Added extern_c_begin and extern_c_end to JSON by @TwistedTwigleg in #977
- fix: NETBSD -> NetBSD by @knightjoel in #979
- Added Utf8 validation callback to allow extra validation by @xiazhvera in #980
- Rename aws_utf8_validator -> aws_utf8_decoder by @xiazhvera in #981
- use BMI2 cpuid instead for
_mulx_u32
by @TingDaoK in #974 - Assert that each error-info-list starts with correct value by @graebm in #978
New Contributors
- @knightjoel made their first contribution in #976
- @xiazhvera made their first contribution in #980
Full Changelog: v0.8.9...v0.8.10