Releases: simdjson/simdjson
Releases · simdjson/simdjson
Version 3.13.0
What's Changed
- missing string_view include by @lemire in #2361
- fix VS2017 exception detection by @huangqinjin in #2359
- do not try to include <string_view> without C++17 for MSVC by @huangqinjin in #2360
- [documentation] We run on practically all systems. by @lemire in #2365
- Treat -0 as -0.0 when SIMDJSON_MINUS_ZERO_AS_FLOAT is set by @lemire in #2364 this feature might be of interest to the ladybird folks and @awesomekling
- slightly better documentation of the C++20 features by @lemire in #2371
- chore: add greptimedb to the real-world usage list by @shuiyisong in #2372
- fix for issue 2373 by @lemire in #2374
- adding test for issue 2375 by @lemire in #2376
- Emscripten buildby @lemire in #2377
- making it easier to convert to std::string by @lemire in #2378
New Contributors
- @huangqinjin made their first contribution in #2359
- @shuiyisong made their first contribution in #2372
Full Changelog: v3.12.3...v3.13.0
Version 3.12.3
What's Changed
- doc: replace ndjson[dot]org with ndjson spec by @yokofly in #2340
- fix several typos by @striezel in #2348
- Add link to zimdjson by @EzequielRamis in #2352
- Support for deserializing map types with C++20 by @lemire in #2353
- fixing issue 2354: get_bool() on document with trailing spaces by @lemire in #2356
New Contributors
- @yokofly made their first contribution in #2340
- @EzequielRamis made their first contribution in #2352
Full Changelog: v3.12.2...v3.12.3
Version 3.12.2
What's Changed
Full Changelog: v3.12.1...v3.12.2
Version 3.12.1
This release adds a zip file to the release process. It is otherwise identical to 3.12.0.
Fixes #2332
Full Changelog: v3.12.0...v3.12.1
Version 3.12.0
Version 3.11.6
This is a non-technical patch release: there are no changes. The patch release 3.11.5 has no known issue.
Full Changelog: v3.11.5...v3.11.6
Version 3.11.5
Version 3.11.4
What's Changed
- adding char bit check (pedantic) by @lemire in #2316
- Enabling PPC64 (was always disabled by default) by @lemire in #2320
- let us be more careful with concepts, we require __cpp_concepts >= 201907L and check for old versions of Apple clang by @lemire in #2321
Full Changelog: v3.11.3...v3.11.4
Version 3.11.3
Version 3.11.2
What's Changed
- Disabling memory sanitizer with parse_string by @zhanglistar in #2310
- Removed a few ';' (see nodejs/node#56177), credit to @anonrig
New Contributors
- @zhanglistar made their first contribution in #2310
Full Changelog: v3.11.1...v3.11.2