Skip to content

Releases: xgfone/go-websocket

v1.4.0

24 May 03:40
Compare
Choose a tag to compare
  • Update the log from github.com/xgfone/logger to github.com/xgfone/klog.

v1.3.0

23 Apr 08:47
Compare
Choose a tag to compare
  • Changed: update the dependency github.com/xgfone/gconf from v1.0.1 to v1.4.0.

v1.2.0

23 Apr 08:41
Compare
Choose a tag to compare
  • 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

23 Apr 08:37
Compare
Choose a tag to compare
  • Fix: avoid looping to import the package.

v1.1.0

05 Apr 06:42
Compare
Choose a tag to compare
  • 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

02 Mar 07:48
Compare
Choose a tag to compare
  • Fix: the websocket Connection header maybe contains many values, such as keep-alive, Upgrade, not only Upgrade.

v1.0.0

02 Mar 07:04
Compare
Choose a tag to compare
  • Release first stable version.

v0.9.0

02 Mar 07:03
Compare
Choose a tag to compare
  • The old history version.