Releases: TeskaLabs/cysimdjson
Releases · TeskaLabs/cysimdjson
24.12
cysimdjson v23.08
What's Changed
- Install for Windows by @Vizonex in #40
- Fix memory leak from keys (issue 41) by @lemire in #42
- Upgrade to SIMDJSON 3.2.1 by @ateska in #44
- SIMDJSON parse and load releases GIL. by @ateska in #45
- Add a C API capability to export parsed JSON as a string. by @ateska in #46
New Contributors
Full Changelog: 21.11...23.08
cysimdjson v23.07
What's Changed
- cysimdjson works on Windows now as well as on Linux and Mac OSX
- Exclude the dynamic loading trick from Windows. by @ateska in #31
- Fix: Install for windows users by @Vizonex in #40
- Fix: memory leak from keys (issue 41) by @lemire in #42
- Upgrade to simdjson 3.2.1 by @ateska in #44
- SIMDJSON parse and load releases GIL. by @ateska in #45
New Contributors
Full Changelog: 21.11...23.07
cysimdjson v21.11
A switch from beta into production.
cysimdjson v21.11 beta 1
The beta release after cycle of the internal stabilisation.
What's Changed
- Introduce a parser from string. by @ateska in #16
- Add export-to-Python methods and dict-like .get() by @ateska in #18
- Upgrade to SIMDJSON v0.9.6 by @ateska in #19
- Add a C API by @ateska in #20
- Significant refactoring that changes the approach to the "element". by @ateska in #21
Full Changelog: 21.4-alpha...21.11-beta
cysimdjson v21.4 alpha 4
Initial alpha release.