Skip to content

Releases: hans00/fastWS

v1.1.0

07 Oct 01:54
f830da1
Compare
Choose a tag to compare

change: Upgrade to latest uWebSockets
change: Support for manually upgrade WebSocket
change: Wrap native request and response as Connection
change: Move ws to peer dependencies

v1.0.5

19 May 10:13
Compare
Choose a tag to compare

fix: Loss data when receive over 1 chunk
change: WebSocket ping and pong hook
change: Upgrade to latest uWebSockets

v1.0.4

14 Jan 12:28
Compare
Choose a tag to compare

fix: Auto terminate connection when ping timeout
change: Upgrade uWS and rename experimental_cork to cork

v1.0.3

21 Dec 12:58
Compare
Choose a tag to compare

new: Add support custom parser without extends class
new: Add support for send same name header
new: Add force stop timeout on graceful stop
new: Add client support for browser
change: Correction naming style
fix: fast-ws protocol bug

v1.0.2

18 Dec 07:33
Compare
Choose a tag to compare

new: In RFC 4.4 Message Length, some status must no content
new: OPTIONS can receive data
fix: performance problem
change: Pipe not require known length

v1.0.1-rc.25

17 Dec 17:59
Compare
Choose a tag to compare
update readme

v1.0.1-rc.25

17 Dec 17:59
Compare
Choose a tag to compare
update readme

v1.0.1

17 Dec 17:52
Compare
Choose a tag to compare

new: Add support for listen to specify host
new: Implement QueryString parse
new: Parse multipart and urlencoded-form
new: Options verify
change: Change the serialization of fast-ws protocol
change: Move body to property
change: Disable internal cache default
fix: Abort receive data

v1.0.1-rc.24

13 Dec 12:19
Compare
Choose a tag to compare
v1.0.1-rc.24 Pre-release
Pre-release

new: Support for Electron
new: prebuild ARM64

v1.0.1-rc.23

06 Dec 16:16
Compare
Choose a tag to compare
v1.0.1-rc.23 Pre-release
Pre-release

fix: options is null on Linux