Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-05 | 1.1 kB | |
v1.8.14 source code.tar.gz | 2025-09-05 | 66.1 kB | |
v1.8.14 source code.zip | 2025-09-05 | 97.0 kB | |
Totals: 3 Items | 164.2 kB | 0 |
Changes
- fix: match Origin scheme if defined in OriginPatterns by @mafredri in https://github.com/coder/websocket/pull/536
- refactor: use
context.AfterFunc
to track timeouts instead of goroutine by @ash2k in https://github.com/coder/websocket/pull/532 - refactor: add
ErrMessageTooBig
sentinel error for limited reads by @DanielleMaywood in https://github.com/coder/websocket/pull/535 - build: update to Go 1.23 by @mafredri in https://github.com/coder/websocket/pull/524
- build: add Makefile by @mafredri in https://github.com/coder/websocket/pull/525
- chore: update LICENSE file by @mtojek in https://github.com/coder/websocket/pull/526
- chore: apply various modernisations by @Jacalz in https://github.com/coder/websocket/pull/531
New Contributors
- @mtojek made their first contribution in https://github.com/coder/websocket/pull/526
- @ash2k made their first contribution in https://github.com/coder/websocket/pull/532
- @DanielleMaywood made their first contribution in https://github.com/coder/websocket/pull/535
Full Changelog: https://github.com/coder/websocket/compare/v1.8.13...v1.8.14