-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pdk): fix a bug that pdk.log.serialize() does not properly handle…
… JSON nulls (#13376) * fix(pdk): fix a bug that pdk.log.serialize() will throw an error when json entity set via pdk.log.set_serialize_value contains cjson.null as value. * handle cdata null --------- Co-authored-by: Zachary Hu <6426329+outsinre@users.noreply.github.com>
- Loading branch information
1 parent
6f5684d
commit 163f72a
Showing
3 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
message: Fixed an issue that pdk.log.serialize() will throw an error when JSON entity set by serialize_value contains json.null | ||
type: bugfix | ||
scope: PDK |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
163f72a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bazel Build
Docker image available
kong/kong:163f72a53c14ef71c6991762edfbf76b5e822e7f
Artifacts available https://github.com/Kong/kong/actions/runs/10033983922