Releases: pion/ice
Releases · pion/ice
v4.0.5
v4.0.4
What's Changed
- docs(agent_config.go): update KeepaliveInterval default value to 2 sec by @amincheloh in #730
- Add nil checks to agent_handlers by @dkess in #751
- Use addrEqual for candidate comparison by @paulwe in #752
New Contributors
- @amincheloh made their first contribution in #730
Full Changelog: v4.0.3...v4.0.4
v4.0.3
Changelog
- 8b8fffd Use named return val for IP/if filter
- 1c850ea Pass UDPAddr.Zone to net.ListenUDP
- 2c699d8 Update module github.com/stretchr/testify to v1.10.0 (#743)
- 59d8563 Update module github.com/pion/dtls/v3 to v3.0.4
- 9407bb0 Accept use-candidate unconditionally for ice-lite (#739)
- 166b1b7 Use sync.Pool for candidate inbound buffer
v2.3.37
v4.0.2
Changelog
- 854fdfd Add ability to get selected candidate pair stats (#735)
- 410d6ec Update module github.com/pion/dtls/v3 to v3.0.3
- 0a8def8 Update module golang.org/x/net to v0.29.0
- 1f9684c Switch udp_mux_test to use sha256 instead of sha1 (#733)
- 2d9be9b Add round trip time measurement to candidate pair (#731)
- 277014e Update module golang.org/x/net to v0.28.0
- 9a25a32 Update go.mod version to 1.20
- 19b596b Update module github.com/pion/dtls/v3 to v3.0.2
- bf68674 Update CI configs to v0.11.15