Skip to content

Releases: pion/transport

v2.2.5

28 Apr 03:52
c72ccc1
Compare
Choose a tag to compare

Changelog

  • c72ccc1 Reuse notify channel when blocked on read
  • 465cf31 Reuse timer in Deadline
  • 84665ab Add logging to UDP conn

v3.0.2

27 Mar 15:23
4a53ae5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.4...v3.0.2

v2.2.4

08 Sep 20:01
Compare
Choose a tag to compare

Changelog

  • 536a6d1 Use atomic Int32 instead of Bool

v3.0.1

04 Sep 03:12
Compare
Choose a tag to compare

Changelog

  • 701ff64 Use atomic Int32 instead of Bool

v3.0.0

02 Sep 18:04
Compare
Choose a tag to compare

Changelog

  • a66d5b7 Update AUTHORS.txt
  • 82ae7e5 Update AUTHORS.txt
  • b1019b7 Remove named return values
  • 241097e Update replaydetector tests to include latest
  • 0d51df0 Add latest seqnum notify to replaydetector
  • 03c807b Start pion/transport@v3

v2.2.3

02 Sep 17:54
Compare
Choose a tag to compare

Changelog

  • 6bdfa93 Revert ReplayDetector API Changes
  • e136b3a Update module golang.org/x/net to v0.14.0
  • c808973 Update module golang.org/x/sys to v0.11.0

v2.2.2

01 Sep 02:08
Compare
Choose a tag to compare

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

19 May 10:33
Compare
Choose a tag to compare

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

17 Apr 17:23
Compare
Choose a tag to compare

Changelog

  • b083211 Add note that package isnt intended for production
  • 36f2d7f Add pion/dtls/internal/net/dpipe package
  • 83341e0 Revert "Add StrictDeadline option"

v2.1.0

12 Apr 07:24
Compare
Choose a tag to compare

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