Releases: chainstack/ngx_http_websocket_stat_module
Releases · chainstack/ngx_http_websocket_stat_module
Update Nginx to 1.25.5
Update nginx in tests & fix e2e
v3.0.3 Fix nginx module e2e and upgrade nginx (#10)
Fix issue with requests received before srv_conf section is loaded
Fix concurrent requests issues
v3.0.1 Merge pull request #5 from chainstack/bug/concurrent-requests-corrupt…
New repo structure and directives
- Add tests and github actions workflow
- Move all source files to src/
ws_log_format message
is splitted tows_log_format server
andws_log_format client
- Fix: wrong buffer length is used to while processing data to sent to the client
- Fix: incorrect length was passed when sending closing packet
- Remove ws_max_connections directive and request_id header processing
v2.0.0: New directives
- Added
ws_log_enabled
directive that accepts one of theon
andoff
values - Added new parameter
message
forws_log_format
directive that specifies the template for a string that is logged when full WS event is received or sent - Made
ws_log
directive options, it defaults to the current error_log file - Added
$ws_message_size
template variable that shows to the size of the received/sent WS event - Fixed a bug when endpoint stops working after reloading nginx config
v1.0.1: Feautre/add logging (#1)
Changed
- Use "headers_in" instead of "upstream" to access "upgrade" flag (https://www.nginx.com/resources/wiki/extending/api/http/#c.ngx_http_upstream_t)
v1.0.0: Convert config to the new format
https://www.nginx.com/resources/wiki/extending/converting/