Pion Ice Versions Save

A Go implementation of ICE

v2.3.24

2 weeks ago

Changelog

  • da3175f Add BindingRequestHandler

v3.0.7

2 weeks ago

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.23

2 weeks ago

Changelog

  • 01f82e2 Remove pessimistic String calls for low level logs

v2.3.22

2 weeks ago

Changelog

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

v2.3.21

2 weeks ago

Changelog

  • e1c2d85 Avoid allocation storing last active time

v2.3.20

2 weeks ago

Changelog

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

v2.3.19

3 weeks ago

Changelog

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

v2.3.18

3 weeks ago

Changelog

  • d9a6837 Reduce allocation in udp muxed conn addr decode (#686)

v2.3.17

4 weeks ago

Changelog

  • 528d31f Prevent allocation from encoding UDP address (#684)

v2.3.16

4 weeks ago

Changelog

  • 1684ed2 Prevent heap allocations in udp muxed conn addr (#683)