Releases: pion/ice
Releases · pion/ice
v4.2.7
v4.2.6
Changelog
- bd194f6 Support append rewrite rule for UDP/TCP mux (#923)
- 6e0640f Update module github.com/pion/turn/v5 to v5.0.4 (#919)
- 2f58c00 Reject oversized DTLS-in-STUN ACK lists (#917)
- ec96b86 [codex] Fix renomination attribute ordering (#916)
- d94afce Make it possible to conditionally insert attributes (#914)
v4.2.5
v4.2.4
v4.2.3
Changelog
v4.2.2
Changelog
- fdd86c4 Respect transport parameters and allowed net types (#901)
- e29653e Add remote candidate IP filtering to ICE Agent (#898)
- 3cabadd Bail early in listenUDPInPortRange on interface-level errors (#896)
- 8f6a882 Honor interface/IP filters for srflx and relay STUN requests (#899)
- 398ac7c Fix lint issues for golangci-lint v2.10.1
- a289f71 Update CI configs to v0.12.1
v4.2.1
Changelog
- bca1b4c Use semver format for go version
- 4881fc3 Upgrade pion/dtls to fix a CVE
- 9d68de2 Check if only the NOMINATION attribute is set
- 292e240 Avoid link-local IPv6 in active TCP tests
- 74a026b Align mdns and TCPMux for active TCP connectivity
- da652e1 Bound mdns remote resolution time
- 256ca98 Update CI configs to v0.11.39
- c5b305b Update golang Docker tag to v1.26 (#886)
- 7aa0886 Add DTLS-in-STUN (SPED) attributes (#861)
- 91a3151 Fix relay candidate preference (#880)
- 3a1823b Unmarshal
.invalidhostname (#883) - cdbf668 Update CI configs to v0.11.37
v4.2.0
Changelog
- 4da5bc1 Improve active_tcp test timeout
- 7fd68a3 Upgrade to transport v4
- 9d57f1f Update module github.com/pion/dtls/v3 to v3.0.10 (#871)
- aebfe98 Add UpdateOptions for runtime agent configuration (#866)
- fcd8591 Update module github.com/pion/stun/v3 to v3.1.0
- f0c4479 Add API to write to specific candidate pair
- 89b9c27 Update CI configs to v0.11.36
- 0c736db Fix gosec slice bounds warning
- 2bd4cd8 Update example to the new API
- 37cc4c1 Fix config api deprecation comments
- d594d8d Clean up parseAddr
- d82936b Refactor and test handleInbound
- a221984 Clean up getting candidate stats
- 205bf93 Propagate and implement deadlines
- c21e2f1 Use 1 microsecond tolerance for equality tests
- e5a0d2a Make linter happy
- 945cf9f Use a reference time for storing nanos
- c9e85c7 Store lastSent and lastReceived as int64
- 18ff63e Test relay gathering vnet
v4.1.0
Changelog
- a42e726 Deprecate AgentConfig
- f808e10 Allow any port range
- 58ab74b Update module github.com/pion/dtls/v3 to v3.0.9
- 030bb33 Advertise only tcp-mux bind address
- 8d84083 Update golang Docker tag to v1.25 (#847)
- c29a72c Update module github.com/pion/stun/v3 to v3.0.2 (#844)
- fc739a1 Emit a disconnected state before failing
- ff7c443 Return early if ctx is cancelled
- 7ce2014 Add AddressRewriter rules