Skip to content

Commit

Permalink
chore(deps): bump lua-resty-ljsonschema to 1.2.0 (#10537)
Browse files Browse the repository at this point in the history
* chore(deps): bump `lua-resty-ljsonschema` to 1.2.0 (#13783)

* chore(deps): Bumped lua-resty-ljsonschema to 1.2.0, adding support for `null`
as a valid option in `enum` types and properly calculation of utf8 string
length instead of byte count.

FTI-5870, FTI-6171

* updated .requirements

* updated changelog
  • Loading branch information
liverpool8056 authored Oct 29, 2024
1 parent 2cf683b commit 81ec11b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .requirements
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RESTY_JSONSCHEMA_RS=be1cb91fdf9a5b686420ac3f23b0d1cdc050fa61
KONG_LICENSING=b6e4ca3ee3747d76c87a1c66825bf5dcb4fabdf3


KONGROCKS=v1.2.74
KONGROCKS=v1.2.75


# EE Debugging tools
Expand Down
2 changes: 2 additions & 0 deletions changelog/unreleased/kong/bump-lua-resty-ljsonschema.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
message: "Updated lua-resty-ljsonschema to 1.2.0. Fixed UTF-8 string length calculation and added support for `null` in `enum` types."
type: dependency
2 changes: 1 addition & 1 deletion kong-3.9.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies = {
"lua-resty-session == 4.0.5",
"lua-resty-timer-ng == 0.2.7",
"lpeg == 1.1.0",
"lua-resty-ljsonschema == 1.1.6-2",
"lua-resty-ljsonschema == 1.2.0",
"lua-resty-jq == 0.1.0",
"lua-resty-snappy == 1.0-1",
"lua-resty-ada == 1.1.0",
Expand Down

0 comments on commit 81ec11b

Please sign in to comment.