Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-14 | 1.8 kB | |
v1.8.13 source code.tar.gz | 2025-03-14 | 65.6 kB | |
v1.8.13 source code.zip | 2025-03-14 | 96.4 kB | |
Totals: 3 Items | 163.8 kB | 2 |
Changes
- Use new atomic types from Go 1.19 by @Jacalz in https://github.com/coder/websocket/pull/444
- Fix coverage by @mafredri in https://github.com/coder/websocket/pull/466
- Clean out env passed to wasmbrowsertest in TestWasm by @mafredri in https://github.com/coder/websocket/pull/469
- Sunset the dev branch by @mafredri in https://github.com/coder/websocket/pull/471
- Replace filepath.Match with path.Match by @KianYang-Lee in https://github.com/coder/websocket/pull/452
- internal/bpool: add New function by @bestgopher in https://github.com/coder/websocket/pull/465
- accept: Add unwrapping for hijack like http.ResponseController by @mafredri in https://github.com/coder/websocket/pull/472
- docs: Fix docs and examples related to r.Context() usage by @mafredri in https://github.com/coder/websocket/pull/477
- Fix a typo in chat_test.go by @henrybear327 in https://github.com/coder/websocket/pull/491
- fix: avoid writing messages after close and improve handshake by @FrauElster and @mafredri in https://github.com/coder/websocket/pull/476
- Disable AppArmor in CI to allow chrome sandbox by @igolaizola in https://github.com/coder/websocket/pull/511
- ci: disable AppArmor on daily and static workflows by @igolaizola in https://github.com/coder/websocket/pull/513
- Fix build with Go 1.24 by @flyn-org in https://github.com/coder/websocket/pull/508
- Add ping and pong received callbacks by @igolaizola in https://github.com/coder/websocket/pull/509
- ci: update wasmbrowsertest to a specific commit by @igolaizola in https://github.com/coder/websocket/pull/514
- ci: lock down staticcheck and govulncheck in lint.sh by @mafredri in https://github.com/coder/websocket/pull/523
Full Changelog: https://github.com/coder/websocket/compare/v1.8.12...v1.8.13