Skip to content

Commit

Permalink
fix(clustering): add removed fileds for new ai plugins
Browse files Browse the repository at this point in the history
max_request_body_size field
  • Loading branch information
fffonion committed Jun 17, 2024
1 parent ff8aef7 commit d1fa11f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions kong/clustering/compat/removed_fields.lua
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,26 @@ return {
"empty_arrays_mode",
}
},

-- Any dataplane older than 3.8.0
[3008000000] = {
ai_proxy = {
"max_request_body_size",
},
ai_prompt_decorator = {
"max_request_body_size",
},
ai_prompt_guard = {
"max_request_body_size",
},
ai_prompt_template = {
"max_request_body_size",
},
ai_request_transformer = {
"max_request_body_size",
},
ai_response_transformer = {
"max_request_body_size",
},
},
}

0 comments on commit d1fa11f

Please sign in to comment.