Skip to content

Commit

Permalink
docs: add changelog for PR #12993
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed May 8, 2024
1 parent 9edbad5 commit c75cee3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changes/ce/fix-12993.en.md
@@ -0,0 +1,5 @@
Fix listener config update API when handling an unknown zone.

Prior to this fix, when a listener config is updated with an unknown zone, for example `{"zone": "unknown"}`,
the change would be accepted, causing all clients to crash when connect.
After this fix, updating listener with an unknown zone name will get a "Bad request" response.

0 comments on commit c75cee3

Please sign in to comment.