Skip to content

Releases: pion/ice

v3.0.8

02 Jul 14:55
Compare
Choose a tag to compare

What's Changed

  • Update module github.com/pion/dtls/v2 to v2.2.11 by @renovate in #696
  • Revert "Avoid allocation storing last active time" by @jech in #699
  • Update module golang.org/x/net to v0.26.0 by @renovate in #701
  • Cleanly close agent goroutines by @edaniels in #706

Full Changelog: v3.0.7...v3.0.8

v2.3.27

02 Jul 14:54
822108b
Compare
Choose a tag to compare

Full Changelog: v2.3.25...v2.3.27

v2.3.25

11 Jun 09:59
3cdd012
Compare
Choose a tag to compare

Changelog

  • Revert "Avoid allocation storing last active time" by @jech in #698
  • Fix Callback ordering for ConnectionState by @sukunrt in #702

Full Changelog: v2.3.24...v2.3.25

v3.0.7

02 May 03:29
Compare
Choose a tag to compare

Changelog

  • 07b74c8 Add BindingRequestHandler
  • b5f4ca0 Remove pessimistic String calls for low level logs
  • 78a9ef9 Update module golang.org/x/net to v0.24.0
  • 1d06841 Clean up packet queue in udpMuxedConn Close
  • ed41bbf Return io.EOF from closed udpMuxedConn
  • edb6929 Avoid allocation storing last active time
  • d30f13f Return io.ErrClosedPipe from closed udpMuxedConn
  • 75ca3a2 Skip UDP address serialization in muxed conn (#688)
  • a834f55 Remove pessimistic String calls for low level logs (#687)
  • c1b4386 Reduce allocation in udp muxed conn addr decode (#686)
  • 7263f68 Update module github.com/pion/turn/v3 to v3.0.3
  • 82b41d9 Prevent allocation from encoding UDP address (#684)
  • 75092df Update module golang.org/x/net to v0.23.0 [SECURITY]
  • e6b8683 Fix doc comments about AgentConfig
  • ad02407 Improve STUN resolution error message
  • 6f743e3 Handle timer stop race in agent connectivity check (#677)
  • 0062167 Reuse connectivity check ticker (#676)

v2.3.24

02 May 03:37
Compare
Choose a tag to compare

Changelog

  • da3175f Add BindingRequestHandler

v2.3.23

01 May 13:28
01f82e2
Compare
Choose a tag to compare

Changelog

  • 01f82e2 Remove pessimistic String calls for low level logs

v2.3.22

01 May 05:38
ea1501b
Compare
Choose a tag to compare

Changelog

  • ea1501b Clean up packet queue in udpMuxedConn Close
  • 60ca972 Return io.EOF from closed udpMuxedConn

v2.3.21

01 May 00:56
e1c2d85
Compare
Choose a tag to compare

Changelog

  • e1c2d85 Avoid allocation storing last active time

v2.3.20

30 Apr 11:07
51293a0
Compare
Choose a tag to compare

Changelog

  • 51293a0 Return io.ErrClosedPipe from closed udpMuxedConn
  • 89d2c47 Skip UDP address serialization in muxed conn (#688)

v2.3.19

21 Apr 08:56
48cce13
Compare
Choose a tag to compare

Changelog

  • 48cce13 Remove pessimistic String calls for low level logs (#687)