Skip to content

Commit

Permalink
fix(clustering): fix aws-lambda plugin's empty_arrays_mode remove fie…
Browse files Browse the repository at this point in the history
…ld version
  • Loading branch information
windmgc authored and bungle committed Jun 5, 2024
1 parent a38d6ae commit 792635b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kong/clustering/compat/removed_fields.lua
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,11 @@ return {
"llm.auth.azure_client_id",
"llm.auth.azure_client_secret",
"llm.auth.azure_tenant_id",
},
}
},

-- Any dataplane older than 3.8.0
[3008000000] = {
aws_lambda = {
"empty_arrays_mode",
}
Expand Down

0 comments on commit 792635b

Please sign in to comment.