Releases: xgfone/go-websocket
Releases · xgfone/go-websocket
v1.4.0
- Update the log from
github.com/xgfone/logger
to github.com/xgfone/klog
.
v1.3.0
- Changed: update the dependency
github.com/xgfone/gconf
from v1.0.1
to v1.4.0
.
v1.2.0
- Changed:
- Update the dependency
github.com/xgfone/ship
from v1.3.0
to v1.4.0
.
- Update the dependency
github.com/xgfone/logger
from v3.1.0
to v4.0.1
.
- Replace the dependency
github.com/xgfone/go-config
with github.com/xgfone/gconf
.
v1.1.1
- Fix: avoid looping to import the package.
v1.1.0
- Fix: Use the 64-bit length when encoding the content whose length is greater than 65536.
- Added: Allow the user to set the close callback by
SetCloseNotice(cb)
. The callback function cb
will be called when the connection is closed.
- Changed: Update the dependencies and use
go.mod
instead of dep
to manage the dependencies.
v1.0.1
- Fix: the websocket
Connection
header maybe contains many values, such as keep-alive, Upgrade
, not only Upgrade
.
v1.0.0
- Release first stable version.