Add CHANGES and release note for [GL #4425]

This commit is contained in:
Aydın Mercan 2024-01-16 14:38:21 +03:00
parent 2690dc48d3
commit cc2713700a
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,6 @@
6325. [func] Expose the TCP client count in statistics channel.
[GL #4425]
6324. [bug] Changes to "listen-on" statements were ignored on
reconfiguration unless the port or interface address was
changed, making it impossible to change a related

View file

@ -25,6 +25,9 @@ New Features
consult the documentation for additional details.
:gl:`#3504`
- The statistics channel now includes counters that indicate the number
of currently connected TCP IPv4/IPv6 clients. :gl:`#4425`
Removed Features
~~~~~~~~~~~~~~~~