diff options
| author | Shulhan <ms@kilabit.info> | 2023-07-03 20:05:45 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-07-07 19:28:38 +0700 |
| commit | 8755d82aceb53131d3feb8080ad6cec5ca12d48c (patch) | |
| tree | 60fe886e939b5925e2764bbf98c5a51b00ce77ef /share.go | |
| parent | 8683dfc01f04019e2a9a75090f2c73502ae6a8f6 (diff) | |
| download | pakakeh.go-0.48.0.tar.xz | |
Release share v0.48.0 (2023-07-07)v0.48.0
This release bring many enhancements to lib/websocket including timeout,
handling upgrade and read/write concurrently using goroutine.
=== Breaking changes
* lib/net: changes the WaitRead/Event model on Poll
=== Bug fixes
* lib/websocket: call Quit when handshake contains close or invalid frame
* lib/websocket: revert maxBuffer back to 1024
=== New features
* lib/ascii: add type Set
* lib/net: implement generic PollEvent
=== Enhancements
* lib/websocket: add option to set read/write timeout on Server
* lib/websocket: handle concurrent upgrade using goroutine
* lib/websocket: handle concurrent Server read using goroutines
* lib/websocket: handle concurrent ping using goroutines
=== Chores
* websocket/testdata: rewrite autobahn test using container
Diffstat (limited to 'share.go')
| -rw-r--r-- | share.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,5 +8,5 @@ package share var ( // Version of this module. - Version = `0.48.0-dev` + Version = `0.48.0` ) |
