Skip to content

Releases: Kong/lua-resty-simdjson

Release v1.2.0

28 Jan 16:53
v1.2.0
176755a

Choose a tag to compare

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

Full Changelog: v1.1.0...v1.2.0

Release v1.1.0

16 Aug 03:09
7e6466c

Choose a tag to compare

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.state by @chronolaw in #43

Full Changelog: 1.0.0...v1.1.0

1.0.0

25 Jul 07:45
b861c98

Choose a tag to compare

First release version.