Path to this page:
Subject: CVS commit: pkgsrc/www/hs-websockets
From: Masatake Daimon
Date: 2024-05-01 16:26:59
Message id: 20240501142700.10B41FA2C@cvs.NetBSD.org
Log Message:
www/hs-websockets: Update to 0.13.0.0
- 0.13.0.0 (2023-12-30)
* **BREAKING**: Remove `serverRequirePong` option in favor of the new
implementation.
* **BREAKING**: Client: Rejecting request raises
`RequestRejected RequestHead ResponseHead`
* Timeout initial socket connection after 30s.
* If the socket is closed unexpectedly, raise `ConnectionClosed`.
* Added a way to manually send a Pong message.
* `runServer` now cleans up threads correctly.
* Remove redundant bytestring-builder dependency.
* Introduce `Network.WebSockets.Connection.PingPong` to
handle ping pong for any Connection, be it Client or Server.
* Bump `text `dependency upper bound to 2.2
* Bump `random `dependency lower bound to 1.0.1
Files: