Related Documentation
Made by
Kong Inc.
Supported Gateway Topologies
hybrid db-less traditional
Supported Konnect Deployments
hybrid cloud-gateways serverless
Compatible Protocols
grpc grpcs http https
Minimum Version
Kong Gateway - 3.8

3.10.0.0

Release date 2025/03/27

Feature

  • Added the schema field allow_duplicate_object_entry_name to allow or disallow duplicate object keys in JSON payloads. When set to false, the plugin will reject JSON payloads with duplicate object keys. The default value is true, which is same as the previous behavior.

Bugfix

  • This plugin now accurately supports proxying for non-POST/PUT/PATCH requests.

3.9.0.0

Release date 2024/12/12

Bugfix

  • Fixed an issue where the length counting of escape sequences, non-ASCII characters, and object entry names in JSON Strings was incorrect; now using UTF-8 character count instead of bytes.

  • Fixed an issue where certain default parameter values were incorrectly interpreted as 0 in some environments (e.g., ARM64-based):

    • max_container_depth
    • max_object_entry_count
    • max_object_entry_name_length
    • max_array_element_count
    • max_string_value_length

3.8.1.0

Release date 2024/11/04

Bugfix

  • Fixed an issue where the length counting of escape sequences, non-ASCII characters, and object entry names in JSON Strings was incorrect; now using UTF-8 character count instead of bytes.

  • Fixed an issue where certain default parameter values were incorrectly interpreted as 0 in some environments (e.g., ARM64-based):

    • max_container_depth
    • max_object_entry_count
    • max_object_entry_name_length
    • max_array_element_count
    • max_string_value_length

3.8.0.0

Release date 2024/09/11

Feature

  • Added JSON threat protection plugin. Validates JSON nesting depth, array elements, object entries, key length, and string length. Logs or terminates violating requests.

Something wrong?

Help us make these docs great!

Kong Developer docs are open source. If you find these useful and want to make them better, contribute today!