Skip to content

Version 4.3.1

Latest

Choose a tag to compare

@lemire lemire released this 20 Feb 21:18
· 9 commits to master since this release

What's Changed

Gotchas

If you run your code with development checks (in debug mode, or by setting #define SIMDJSON_DEVELOPMENT_CHECKS 1 prior to including the simdjson header), then the 4.3 series has additional checks for unsafe coding practices with respect to iterators. It is therefore possible that code that appeared to work with 4.2 or earlier might not work anymore. Refer to our documentation for the safe use of iterators.

Full Changelog: v4.3.0...v4.3.1