Releases: Kong/lua-resty-simdjson
Releases · Kong/lua-resty-simdjson
Release v1.2.0
What's Changed
- chore(ci): pin 3rd-party actions to specific commit hashes by @Water-Melon in #47
- chore(deps): bump simdjson from 3.9.5 to 3.12.0 by @bungle in #46
New Contributors
- @Water-Melon made their first contribution in #47
- @bungle made their first contribution in #46
Full Changelog: v1.1.0...v1.2.0
Release v1.1.0
What's Changed
- chore(ci): cancel previous runs if new commits are pushed to the PR by @chronolaw in #37
- feat(lib): encode empty table to json object by @chronolaw in #38
- fix(decoder): capture errors when iterating on-demand API by @chronolaw in #39
- refactor(src): using std::vector to allocate memory on-demond by @chronolaw in #36
- refactor(src): use padded_string_view to save memory by @chronolaw in #42
- chore(ci): update test matrix to openresty 1.25.3.2 by @chronolaw in #41
- style(lib): simplify the reference of
self.stateby @chronolaw in #43
Full Changelog: 1.0.0...v1.1.0