Releases: pion/transport
Releases · pion/transport
v2.2.5
v3.0.2
What's Changed
- Start pion/transport@v3 by @Sean-Der in #266
- Update module golang.org/x/net to v0.15.0 by @renovate in #267
- Update module golang.org/x/sys to v0.13.0 by @renovate in #268
- Update module golang.org/x/net to v0.17.0 [SECURITY] by @renovate in #269
- Update module golang.org/x/net to v0.19.0 by @renovate in #270
- Update CI configs to v0.11.0 by @pionbot in #273
- Update CI configs to v0.11.3 by @pionbot in #275
- Update module golang.org/x/sys to v0.17.0 by @renovate in #277
- Update module github.com/stretchr/testify to v1.9.0 by @renovate in #279
- Update module golang.org/x/net to v0.22.0 by @renovate in #276
Full Changelog: v2.2.4...v3.0.2
v2.2.4
v3.0.1
v3.0.0
v2.2.3
v2.2.2
Changelog
- a788a32 Add support to disable read batch
- 46a4b2c Add batch read/write for udp listener
- 6890c79 Update CI configs to v0.10.11
- f2dffd8 Remove named return values
- 3cefa92 Update replaydetector tests to include latest
- d490a2c Add latest seqnum notify to replaydetector
- 571eb96 Update module golang.org/x/net to v0.13.0
- 41845b0 Update module golang.org/x/net to v0.12.0
- a789100 Add Daniel Mangum to AUTHORS.txt
- 5ecc325 Document all public netctx methods
- 668c2ec Use net.ErrClosed instead of io.EOF
- a4c1f18 Refactor ConnCtx/PacketConnCtx to Conn/PacketConn
- 764757e Use netctx in stress tests
- 7447e09 Add unit tests for PacketConnCtx
- 8a710a5 Add context wrapped net.PacketConn
- 55834f5 Use NewConnCtx instead of New
- c13b96e Mark connctx package as deprecated
- 7614929 Move ConnCtx to the netctx package
- 4b89bf8 Update module golang.org/x/sys to v0.10.0
- 30cd328 Update module golang.org/x/net to v0.11.0
- c8e9e56 Update module golang.org/x/net to v0.10.0
- 2cec8d1 Update module github.com/stretchr/testify to v1.8.4
- 4385551 Remove sync.Pool from udp.listener.readloop
v2.2.1
Changelog
- 0646cde Update AUTHORS.txt
- 861dc39 Notify read error if udp.listener.readloop exit
- a9d5f4e Fix golangci-lint warnings
- dabec8e Add benchmarks for connctx
- bda0665 Fix typo in TestReadTimeout
- b93120c Update CI configs to v0.10.9
- 5e9c2f0 Bring back LICENSE file
- 604c2bb Update module github.com/stretchr/testify to v1.8.3
- 36cf9dc Update CI configs to v0.10.8
- 67238c1 Update module golang.org/x/net to v0.9.0
- 1a29910 Make package REUSE compliant
- 28fbb3b Update CI configs to v0.10.7
v2.2.0
v2.1.0
Changelog
- 5c3a487 Fix invalid nolint directive
- 4dd98b1 Add StrictDeadline option to packetio.Buffer
- ca7eeb3 Merge github.com/pion/udp into this package
- 9ec3bb2 Disable TBF tests for WASM due to poor performance
- 8cca64e Make TBF refill only when new chunks arrive
- 2008af3 Update CI configs to v0.10.6
- ce17e12 Harmonize sections in README
- e69fe78 Update module golang.org/x/sys to v0.7.0
- d41a02d Silence linter error
- 0b8c287 Simplify notifying readers
- 0091c4c Update module golang.org/x/net to v0.8.0
- 3e3eeb7 Disable assembler code under gccgo
- 1a96097 Add build tags for go1.15 and earlier
- 22a2f3b Cleanup common sections in README
- b8978be Cleanup badges in README
- 4506eb1 Update module github.com/stretchr/testify to v1.8.2