docs: add changelog for PR #12993

This commit is contained in:
zmstone 2024-05-08 17:04:53 +02:00
parent 9edbad5459
commit c75cee3c04
1 changed files with 5 additions and 0 deletions

View File

@ -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.