Skip to content

Releases: fasthttp/websocket

v1.4.3-rc.1

12 Feb 10:01
Compare
Choose a tag to compare
  • 19b712c Upgrade fasthttp to v1.20.0 and others dependencies (Sergio Andres Virviescas Santana)

v1.4.3-beta.5

09 Jan 14:52
Compare
Choose a tag to compare
  • 4316aeb Upgrade gotils (Sergio Andres Virviescas Santana)
  • 3850145 Upgrade dependencies (Sergio Andres Virviescas Santana)

v1.4.3-beta.4

13 Dec 16:34
Compare
Choose a tag to compare
  • 4a68976 Upgrade fasthttp to v1.18.0 (Sergio Andres Virviescas Santana)

v1.4.3-beta.3

09 Nov 17:08
Compare
Choose a tag to compare
  • c20da60 Upgrade fasthttp to v1.17.0 (Sergio Andres Virviescas Santana)
  • 9b699bb Upgrade gotils (Sergio Andres Virviescas Santana)
  • gorilla/websocket changes
    • 78ab81e docs: clarify that sub protocols are not set via responseHeader arg. (Matt Silverlock)
    • 873e67e Fix how the client checks for presence of Upgrade: websocket, Connection: upgrade (#604) (Ran Benita)

v1.4.3-beta.2

24 Aug 09:42
Compare
Choose a tag to compare
  • 1e3c35c Add support to Go 1.15 (Sergio Andres Virviescas Santana)
  • d86adbc Remove support to Go 1.11 (Sergio Andres Virviescas Santana)
  • 0dcb7f5 Upgrade fasthttp to v1.16.0 (Sergio Andres Virviescas Santana)

v1.4.3-beta.1

19 Jul 18:41
Compare
Choose a tag to compare

Notable Changes

  • Added full support for Windows
  • Deprecated Go 1.9/1.10

v1.4.2 (re-upload)

20 Mar 07:40
Compare
Choose a tag to compare
  • 6c44d30 Add support to Go v1.14 (Sergio Andres Virviescas Santana)
  • 2f79dd4 Improve Sec-Websocket-Version check (Sergio Andres Virviescas Santana)
  • 5ac4ed4 Upgrade fasthttp to v1.9.0 (Sergio Andres Virviescas Santana)
  • 0ddde9e Add go.1.13 support and upgrade gotils (Sergio Andres Virviescas Santana)
  • 41f3051 Use tokenContainsValue instead of just equalASCIFold (Sergio Andres Virviescas Santana)
  • f0e625d Use equalASCIFold to check upgrade (Sergio Andres Virviescas Santana)

v1.4.1

01 Sep 13:01
Compare
Choose a tag to compare

Notable Changes

⚠️ This release fixes a potential denial-of-service (DoS) vector in gorilla/websocket, and we recommend that all users upgrade to this version (v1.4.1) or later

The vulnerability could allow an attacker to consume excessive amounts of memory on the server by bypassing read limits, and potentially cause the server to go out-of-memory (OOM).

See the published security advisory for more details.

Credit to Max Justicz (https://justi.cz/) for discovering and reporting this, as well as providing a robust PoC and review.

CHANGELOG

  • cdeeb14 Upgrade gotils (Sergio Andres Virviescas Santana)
  • 9f866a0 Upgrade fasthttp to v1.4.0 (Sergio Andres Virviescas Santana)
  • 1f864ca Create SECURITY.md (Kirill Danshin)
  • 898d5d0 Upgrade fasthttp to v1.3.0 and gotils (Sergio Andres Virviescas Santana)
  • d07f92a Add support to go 1.12 (Sergio Andres Virviescas Santana)
  • 8e5a1dc Upgrade fasthttp to v1.2.0 (Sergio Andres Virviescas Santana)
  • 7eb5830 Avoid defer (Sergio Andres Virviescas Santana)
  • 6af130c Upgrade fasthttp and gotils (Sergio Andres Virviescas Santana)
  • 9ead52e Improvements (Sergio Andres Virviescas Santana)
  • 7301318 Update README, dep will be deprecated (Sergio Andres Virviescas Santana)
  • 9ffe4aa Remove dep support (Sergio Andres Virviescas Santana)
  • 55b3f8b Support Go modules (Sergio Andres Virviescas Santana)
  • 184a914 Add "in bytes" to sizes in fasthttp documentation (Sergio Andres Virviescas Santana)

v1.4.0

15 Sep 14:15
cefc411
Compare
Choose a tag to compare

v1.3.0 - Fasthttp support

26 Aug 15:59
Compare
Choose a tag to compare

CHANGELOG