Releases: simdjson/simdjson
Releases · simdjson/simdjson
Version 4.2.1
What's Changed
Full Changelog: v4.2.0...v4.2.1
Version 4.2.0
What's Changed
- Feature/ondemand wildcard support by @hiteshmk05 in #2533
- Compile-time parsing (C++26) by @lemire in #2534
- fix: cmake error when CMAKE_CXX_FLAGS is empty by @hiteshmk05 in #2535
New Contributors
- @hiteshmk05 made their first contribution in #2533
Full Changelog: v4.1.0...v4.2.0
Version 4.1.0
What's Changed
- Fix yyjson leaks when running
./bench_ondemandby @jaja360 in #2485 - chore: fix small error in docs by @0xflotus in #2497
- JSONPath is now an RFC by @lemire in #2517
- add missing OUT_OF_CAPACITY error code to error codes array by @kevyang in #2527
- Docs: Fix outdated references to JsonStream by @SyntaxColoring in #2531
- removing an unnecessary branch by @lemire in #2530
- Adding support for compiled json path + json pointer (reflection based) by @FranciscoThiesen in #2483
New Contributors
- @jaja360 made their first contribution in #2485
- @toto6038 made their first contribution in #2484
- @kevyang made their first contribution in #2527
- @SyntaxColoring made their first contribution in #2531
Full Changelog: v4.0.7...v4.1.0
Version 4.0.7
What's Changed
- Fixed
string_builder::operator std::string()by @toughengineer in #2465 - Improve DOM implementation by @evbse in #2434
- Francisco/using iterators for containers by @FranciscoThiesen in #2470
- Adding extract_into functionality + test (targets simdjson >= 4.0 as it relies on reflection) by @FranciscoThiesen in #2471
- fixing off-by-one mistake in the documentation by @lemire in #2477
- Fix: Correct narrowing conversion in lsx string parsing by @wszqkzqk in #2481
- Adding extract_from functionality + unit tests by @FranciscoThiesen in #2475
New Contributors
Full Changelog: v4.0.6...v4.0.7
Version 4.0.6
What's Changed
- complete support for custom_serializable by @lemire in #2463
- when using static reflection, generate an error on missing fields unless they are std::optional-like by @lemire in #2461
- fix compile-time warnings when building with C++20 with exceptions disabled under GCC/clang by @lemire in #2464 see nodejs/node#59883
Full Changelog: v4.0.5...v4.0.6
Version 4.0.5
What's Changed
Full Changelog: v4.0.4...v4.0.5
Version 4.0.4
Version 4.0.3
What's Changed
- fix some typos by @striezel in #2446
- minor patch which allows us to pass mutable strings to simdjson::from… by @lemire in #2448
Full Changelog: v4.0.2...v4.0.3
Version 4.0.2
What's Changed
- removing leftover <experimental/...> by @lemire in #2438
- fixes #2440 by @lemire in #2441 reported by @clausecker
Full Changelog: v4.0.1...v4.0.2