Releases: simdjson/simdjson-java
Releases · simdjson/simdjson-java
0.3.0
What's Changed
- Added UTF-8 validation by @Nostimo in #13
- Update benchmark dependencies by @plokhotnyuk in #31
- Add support for 512-bit vectors in utf-8 validator by @piotrrzysko in #32
- Add schema-based parsing by @piotrrzysko in #43
- Update README by @piotrrzysko in #44
New Contributors
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- Adding remarks regarding the Java 20 requirement by @lemire in #16
- Enable 512-bit vector support by @steveatgh in #20
- Parsing Unicode escape sequences by @piotrrzysko in #21
- Handle non-ASCII characters in field names by @piotrrzysko in #24
- Test all supported vector widths by @steveatgh in #25
- Fixed detection of unsigned add overflow by @piotrrzysko in #27
- Switch to JDK 18 as minumum supported version by @deejay1 in #29
- Specify in Gradle the minimum supported Java version by @piotrrzysko in #30
New Contributors
- @lemire made their first contribution in #16
- @steveatgh made their first contribution in #20
- @deejay1 made their first contribution in #29
Full Changelog: 0.1.0...0.2.0
0.1.0
What's Changed
- first version by @piotrrzysko in #1
- Add a benchmark for jsoniter-scala by @plokhotnyuk in #2
- Changed package to org.simdjson by @piotrrzysko in #4
- Added CI by @piotrrzysko in #10
- Updated auto-generated licence file by @piotrrzysko in #11
- Number parsing by @piotrrzysko in #14
- Publishing to Maven repository by @piotrrzysko in #15
New Contributors
- @piotrrzysko made their first contribution in #1
- @plokhotnyuk made their first contribution in #2
Full Changelog: https://github.com/simdjson/simdjson-java/commits/0.1.0