github.com/gorilla/websocket
v1.5.3
#101 most downloaded on Go modules
gorilla/websocket
What this package is like to depend on
Last release 1 years ago
19 Mar 2025
Ships unpredictably
gaps range from 2 weeks to 8 months
Most releases are documented
notes for 8 of 11 stable releases
Nothing withdrawn
no release was ever pulled
13 years old
461 releases · first in 2013
0 releases in the last 12 months
see the full history below
Release timeline
461 releases · Oct 2013 to Mar 2025Releases
latest 60 of 461-
v1.5.4-0.20250319132907-e064f32e367419 Mar 2025 pre-releaseNothing published for this version
-
v1.5.4-0.20240804212023-5e002381133d04 Aug 2024 pre-releaseNothing published for this version
-
v1.5.4-0.20240714151512-85fb2d81364714 Jul 2024 pre-releaseNothing published for this version
-
v1.5.4-0.20240706001204-3810b2346f4906 Jul 2024 pre-releaseNothing published for this version
-
v1.5.4-0.20240702125206-a62d9d2a841302 Jul 2024 pre-releaseNothing published for this version
-
v1.5.4-0.20240702123431-682b25fffcaa02 Jul 2024 pre-releaseNothing published for this version
-
v1.5.4-0.20240701034119-8915bad18b7501 Jul 2024 pre-releaseNothing published for this version
-
v1.5.4-0.20240701033937-6426a30ef7f101 Jul 2024 pre-releaseNothing published for this version
-
v1.5.4-0.20240620001125-1d5465562bd120 Jun 2024 pre-releaseNothing published for this version
-
v1.5.4-0.20240619073146-70bf50955e0819 Jun 2024 pre-releaseNothing published for this version
-
v1.5.4-0.20240619071342-f78ed9f987d919 Jun 2024 pre-releaseNothing published for this version
-
v1.5.4-0.20240619071342-17f407278f1319 Jun 2024 pre-releaseNothing published for this version
-
v1.5.4-0.20240619071111-688592ebe68e19 Jun 2024 pre-releaseNothing published for this version
-
v1.5.4-0.20240619071025-7e5e9b5a25ec19 Jun 2024 pre-releaseNothing published for this version
-
v1.5.314 Jun 2024Release notes
Open source →Important change
This reverts the websockets package back to 931041c
What's Changed
- Fixes subprotocol selection (aling with rfc6455) by @KSDaemon in #823
- Update README.md, replace master to main by @mstmdev in #862
- Use status code constant by @mstmdev in #864
- conn.go: default close handler should not return ErrCloseSent. by @pnx in #865
- fix: replace ioutil.readfile with os.readfile by @rfyiamcool in #868
- fix: add comment for the readBufferSize and writeBufferSize by @rfyiamcool in #869
- Remove noisy printf in NextReader() and beginMessage() by @bcreane in #878
- docs(echoreadall): fix function echoReadAll comment by @XdpCs in #881
- make tests parallel by @ninedraft in #872
- Upgrader.Upgrade: use http.ResposnseController by @ninedraft in #871
- Do not handle network error in
SetCloseHandler()by @nak3 in #863 - perf: reduce timer in write_control by @rfyiamcool in #879
- fix: lint example code by @rfyiamcool in #890
- feat: format message type by @rfyiamcool in #889
- Remove hideTempErr to allow downstream users to check for errors like net.ErrClosed by @UnAfraid in #894
- Do not timeout when WriteControl deadline is zero in #898
- Excludes errchecks linter by @apoorvajagtap in #904
- Return errors instead of printing to logs by @apoorvajagtap in #897
- Revert " Update go version & add verification/testing tools (#840)" by @apoorvajagtap in #908
- Fixes broken random value generation by @apoorvajagtap in #926
- Reverts back to v1.5.0 by @apoorvajagtap in #929
New Contributors
- @KSDaemon made their first contribution in #823
- @mstmdev made their first contribution in #862
- @pnx made their first contribution in #865
- @rfyiamcool made their first contribution in #868
- @bcreane made their first contribution in #878
- @XdpCs made their first contribution in #881
- @ninedraft made their first contribution in #872
- @nak3 made their first contribution in #863
- @UnAfraid made their first contribution in #894
- @apoorvajagtap made their first contribution in #904
Full Changelog: v1.5.1...v1.5.3
-
v1.5.3-0.20250319132907-e064f32e367419 Mar 2025 pre-releaseNothing published for this version
-
v1.5.3-0.20240614031803-ce903f6d1d9614 Jun 2024 pre-releaseNothing published for this version
-
v1.5.201 May 2024Release notes
Open source →What's Changed
- Fixes subprotocol selection (aling with rfc6455) by @KSDaemon in #823
- Update README.md, replace master to main by @mstmdev in #862
- Use status code constant by @mstmdev in #864
- conn.go: default close handler should not return ErrCloseSent. by @pnx in #865
- fix: replace ioutil.readfile with os.readfile by @rfyiamcool in #868
- fix: add comment for the readBufferSize and writeBufferSize by @rfyiamcool in #869
- Remove noisy printf in NextReader() and beginMessage() by @bcreane in #878
- docs(echoreadall): fix function echoReadAll comment by @XdpCs in #881
- make tests parallel by @ninedraft in #872
- Upgrader.Upgrade: use http.ResposnseController by @ninedraft in #871
- Do not handle network error in
SetCloseHandler()by @nak3 in #863 - perf: reduce timer in write_control by @rfyiamcool in #879
- fix: lint example code by @rfyiamcool in #890
- feat: format message type by @rfyiamcool in #889
- Remove hideTempErr to allow downstream users to check for errors like net.ErrClosed by @UnAfraid in #894
- Do not timeout when WriteControl deadline is zero in #898
- Excludes errchecks linter by @apoorvajagtap in #904
- Return errors instead of printing to logs by @apoorvajagtap in #897
- Revert " Update go version & add verification/testing tools (#840)" by @apoorvajagtap in #908
- Fixes broken random value generation by @apoorvajagtap in #926
New Contributors
- @KSDaemon made their first contribution in #823
- @mstmdev made their first contribution in #862
- @pnx made their first contribution in #865
- @rfyiamcool made their first contribution in #868
- @bcreane made their first contribution in #878
- @XdpCs made their first contribution in #881
- @ninedraft made their first contribution in #872
- @nak3 made their first contribution in #863
- @UnAfraid made their first contribution in #894
- @apoorvajagtap made their first contribution in #904
Full Changelog: v1.5.1...v1.5.2
-
v1.5.2-0.20250319132907-e064f32e367419 Mar 2025 pre-releaseNothing published for this version
-
v1.5.2-0.20240501132154-b2c246b2ec6f01 May 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240501132154-750bf92096b401 May 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240501132154-1bddf2e0dba601 May 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240402023357-58af150309a402 Apr 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240402023357-09a6bab4667f02 Apr 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240320031628-e5f1a0aad0ac20 Mar 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240306035606-b2a86a17447306 Mar 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240215025916-695e9095ce8715 Feb 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240214040106-d293aa53e1c714 Feb 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240214040106-0cfb2cafd04914 Feb 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240214035058-316861440d2214 Feb 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240123035811-d15aba1e612523 Jan 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240123035811-d08ee1ad9b8a23 Jan 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240122040208-cf50a3efbbd422 Jan 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240122040208-9a2140519af422 Jan 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240122040208-7d5b8cce7eaf22 Jan 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240122040208-4965080703ee22 Jan 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240122035210-1e975a03cea122 Jan 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240122035210-0f0acefeac0022 Jan 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240122034655-4a5e66f7633022 Jan 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20240118062103-871f6bbc741518 Jan 2024 pre-releaseNothing published for this version
-
v1.5.2-0.20231211040854-dcea2f088ce111 Dec 2023 pre-releaseNothing published for this version
-
v1.5.2-0.20231207050123-01b0aaed92c907 Dec 2023 pre-releaseNothing published for this version
-
v1.5.2-0.20231207045812-286c8961924a07 Dec 2023 pre-releaseNothing published for this version
-
v1.5.2-0.20231113005423-6f5d2139f4b913 Nov 2023 pre-releaseNothing published for this version
-
v1.5.2-0.20231109114205-629990daa33a09 Nov 2023 pre-releaseNothing published for this version
-
v1.5.2-0.20231108185741-b6a0d77c050008 Nov 2023 pre-releaseNothing published for this version
-
v1.5.2-0.20231107133530-aa976062fe5907 Nov 2023 pre-releaseNothing published for this version
-
v1.5.2-0.20231105215518-705b04d977e205 Nov 2023 pre-releaseNothing published for this version
-
v1.5.118 Oct 2023Release notes
Open source →What's Changed
- Add check for Sec-WebSocket-Key header by @hirasawayuki in #752
- Changed the method name UnderlyingConn to NetConn by @JWSong in #773
- remove all versions < 1.16 and add 1.18 by @ChannyClaus in #793
- Check for and report bad protocol in TLSClientConfig.NextProtos by @ChannyClaus in #788
- check err before GotConn for trace by @junnplus in #798
- Update README.md by @coreydaley in #839
- Correct way to save memory using write buffer pool and freeing net.http default buffers by @FMLS in #761
- Update go version & add verification/testing tools by @coreydaley in #840
- update golang.org/x/net by @coreydaley in #856
- update GitHub workflows by @coreydaley in #857
New Contributors
- @hirasawayuki made their first contribution in #752
- @JWSong made their first contribution in #773
- @ChannyClaus made their first contribution in #793
- @junnplus made their first contribution in #798
- @coreydaley made their first contribution in #839
- @FMLS made their first contribution in #761
Full Changelog: v1.5.0...v1.5.1
-
v1.5.1-0.20250319132907-e064f32e367419 Mar 2025 pre-releaseNothing published for this version
-
v1.5.1-0.20231018122741-ac0789be117218 Oct 2023 pre-releaseNothing published for this version
-
v1.5.1-0.20231017235741-78c34874c83817 Oct 2023 pre-releaseNothing published for this version
-
v1.5.1-0.20230826200145-666c197fc91526 Aug 2023 pre-releaseNothing published for this version
-
v1.5.1-0.20230817152509-80393295c11817 Aug 2023 pre-releaseNothing published for this version
-
v1.5.1-0.20230715200406-8983b963247d15 Jul 2023 pre-releaseNothing published for this version
-
v1.5.1-0.20230715145414-931041c5ee6d15 Jul 2023 pre-releaseNothing published for this version
-
v1.5.1-0.20221209160316-76ecc29eff7909 Dec 2022 pre-releaseNothing published for this version
-
v1.5.1-0.20220712153730-af47554f343b12 Jul 2022 pre-releaseNothing published for this version
-
v1.5.1-0.20220621175414-bc7ce893c36521 Jun 2022 pre-releaseNothing published for this version
-
v1.5.1-0.20220620234242-27d91a9be56520 Jun 2022 pre-releaseNothing published for this version