summaryrefslogtreecommitdiff
path: root/share.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-07-03 20:05:45 +0700
committerShulhan <ms@kilabit.info>2023-07-07 19:28:38 +0700
commit8755d82aceb53131d3feb8080ad6cec5ca12d48c (patch)
tree60fe886e939b5925e2764bbf98c5a51b00ce77ef /share.go
parent8683dfc01f04019e2a9a75090f2c73502ae6a8f6 (diff)
downloadpakakeh.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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/share.go b/share.go
index 6ad0ddb4..81e93154 100644
--- a/share.go
+++ b/share.go
@@ -8,5 +8,5 @@ package share
var (
// Version of this module.
- Version = `0.48.0-dev`
+ Version = `0.48.0`
)