Skip to content

Releases: chainstack/ngx_http_websocket_stat_module

Update Nginx to 1.25.5

29 Aug 02:28
6c4a5c9
Compare
Choose a tag to compare

What's Changed

  • update latest nginx with test and e2e by @naviat in #11

New Contributors

Full Changelog: v3.0.3...v3.0.4

Update nginx in tests & fix e2e

27 Jul 13:18
f7ec840
Compare
Choose a tag to compare
v3.0.3

Fix nginx module e2e and upgrade nginx (#10)

Fix issue with requests received before srv_conf section is loaded

19 Sep 12:21
c5dc734
Compare
Choose a tag to compare

What's Changed

  • Fix issue with requests received before srv_conf section is loaded by @SozinM in #7

New Contributors

  • @SozinM made their first contribution in #7

Full Changelog: v3.0.1...v3.0.2

Fix concurrent requests issues

30 Apr 08:50
71e9d01
Compare
Choose a tag to compare
v3.0.1

Merge pull request #5 from chainstack/bug/concurrent-requests-corrupt…

New repo structure and directives

26 Apr 07:29
0588ca1
Compare
Choose a tag to compare
  • Add tests and github actions workflow
  • Move all source files to src/
  • ws_log_format message is splitted to ws_log_format server and ws_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

21 Apr 10:41
a45e146
Compare
Choose a tag to compare
  • Added ws_log_enabled directive that accepts one of the on and off values
  • Added new parameter message for ws_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_sizetemplate 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)

15 Apr 17:51
ffc8ee2
Compare
Choose a tag to compare

Changed

v1.0.0: Convert config to the new format

24 Mar 05:49
0267b18
Compare
Choose a tag to compare
https://www.nginx.com/resources/wiki/extending/converting/