Releases: moby/spdystream
Releases · moby/spdystream
[v0.5.0] Avoid leaking timeout timer channels and update github actions
What's Changed
- remove empty go.sum by @thaJeztah in #100
- gha: update actions and go versions by @thaJeztah in #102
- Avoid leaking goroutines on close by @liggitt in #101
Full Changelog: v0.4.0...v0.5.0
[v0.4.0] fix goroutine leak and remove unused code
[v0.3.0] Release with fixes for a race condition
What's Changed
- gha: update go versions by @thaJeztah in #90
- Fix Ping data-race by @tigrato in #91
- Fix unit test races (carry #48) by @thaJeztah in #89
- Fixed data race in Stream.IsFInished() by @code-qote in #96
New Contributors
- @tigrato made their first contribution in #91
- @code-qote made their first contribution in #96
Full Changelog: v0.2.0...v0.3.0
[v0.2.0] Switching name from docker/spdystream to moby/spdystream
Changes are here:
v0.1.0...v0.2.0
If you need to use the older docker/spdystream as import, please use the 0.1.0
tag.
[v0.1.0] Initial release after repository moved from docker/spdystream to moby/spdystream
List of changes are here:
6480d4a...18f9c86