Skip to content

Releases: gobwas/ws

v1.4.0

03 May 09:36
4f03007
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.4.0

v1.3.2

08 Jan 08:30
4600238
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

03 Nov 12:52
516805a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

09 Aug 20:56
fe40e5d
Compare
Choose a tag to compare

What's Changed

  • autobahn,wsutil: fix typos in comments and logs by @alexandear in #174
  • .github: run tests with Go 1.15 by @alexandear in #173
  • Hijack connection through http.ResponseController in http upgrader by @xakep666 in #181

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

18 May 06:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

10 Apr 08:01
Compare
Choose a tag to compare

IMPORTANT

❗❗❗The next release v1.3.0 (Apr-May 2023) will drop support for old Go versions (pre-1.17). Consider updating your tooling.

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

12 Jul 09:40
Compare
Choose a tag to compare

Notes

Compression support

This release adds wsflate package implementing WebSocket Compression Extension logic.

API

  • Added ws.UnmaskFrame() and ws.UnmaskFrameInPlace() helpers to be symmetrical with already existing ws.MaskFrame() and ws.MaskFrameInPlace()
  • Added ws/wsutil.Reader.MaxFrameSize field (thanks to @agnivade)
  • Added ability to obtain WebSocket handshake rejection HTTP status code from errors returned during upgrade

Bug Fixes

  • Fixed incorrect buffer recalculation logic inside wsutil.Writer.Grow(), which was leading to panic with message "wsutil: buffer grow leads to its reduce" (thanks to @ZekeLu)

Development

  • Added go.mod declaration which makes ws to be a Go module
  • Moved from Travis CI to GitHub Actions
  • Update a dependencies for Autobahn tests

v1.1.0-rc.6

10 Jul 15:12
3e35716
Compare
Choose a tag to compare
v1.1.0-rc.6 Pre-release
Pre-release

I will release this version on Monday, if no bugs/problems will be found! 🎉

v1.1.0-rc.5

11 Feb 08:49
Compare
Choose a tag to compare
v1.1.0-rc.5 Pre-release
Pre-release

Doc tweaks.

v1.1.0-rc.4

06 Feb 17:38
Compare
Choose a tag to compare
v1.1.0-rc.4 Pre-release
Pre-release

Minor tweaks.