Skip to content

Releases: TeskaLabs/cysimdjson

24.12

22 Mar 14:52
Compare
Choose a tag to compare

What's Changed

  • Upgrade of SIMDJSON to 3.8.0
  • Few smaller fixes

cysimdjson v23.08

25 Jul 09:22
12e5782
Compare
Choose a tag to compare

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

20 Jul 10:35
a45c185
Compare
Choose a tag to compare

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

22 Mar 08:41
e01ec21
Compare
Choose a tag to compare

A switch from beta into production.

cysimdjson v21.11 beta 1

05 Nov 15:56
Compare
Choose a tag to compare

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

07 Apr 19:22
Compare
Choose a tag to compare
Pre-release

Initial alpha release.