Skip to content

Releases: pion/ice

v2.3.2

28 Mar 16:28
Compare
Choose a tag to compare

Changelog

  • cf6f758 Fix gathering candidates race condition
  • be72bc7 Update AUTHORS.txt
  • 16e669e Cleanup common sections in README
  • d5fb816 Cleanup badges in README
  • daacdc3 Update module github.com/stretchr/testify to v1.8.2

v2.3.1

24 Feb 18:55
Compare
Choose a tag to compare

Changelog

  • 1f4b50d Add ServerName to tlsConfig for TLS-over-TCP
  • 0f8dbfa Update module github.com/pion/dtls/v2 to v2.2.6
  • b585d43 Update module github.com/pion/dtls/v2 to v2.2.5
  • 67f28cf Move util.go to more appropriately named files
  • 16d645c Move atomicError type into internal package
  • 583ad44 Replace closable interface by io.Closer
  • 359f068 Move fakePacketConn to dedicated file
  • 19ffbe7 Rename TestPairPriority and refactor it
  • b7897a6 Extract TestPairPriority

v2.3.0

09 Feb 08:32
Compare
Choose a tag to compare

Changelog

  • 228c31f Fix comment and error name
  • 69c6b0e Add comment to new Net field in UDPMuxParams
  • d28e9f7 Remove duplicate package comment
  • ef54990 Fix linter warnings
  • 0194bd6 Use new pion/transport Net interface
  • c8cff3a Rename TestPairSearch and refactor it
  • 0d1c333 Extract TestPairSearch from agent_test.go
  • 4dea724 Update module github.com/pion/dtls/v2 to v2.2.4
  • 7c67930 Update module github.com/pion/dtls/v2 to v2.2.3
  • 611feb7 Update module github.com/pion/dtls/v2 to v2.2.2
  • c0be5d1 Fix TestUnspecifiedUDPMux
  • c3e0417 Remove redundant check for null pointer

v2.2.16

03 Feb 05:29
Compare
Choose a tag to compare

Same as v2.2.15 but correct branch commit.

Changelog

  • 3ed38e9 Update module github.com/pion/mdns to v0.0.7

v2.2.15

03 Feb 05:05
Compare
Choose a tag to compare

Changelog

  • 704f8f3 Update module github.com/pion/mdns to v0.0.7

v2.2.14

02 Feb 19:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.13...v2.2.14

v2.2.13

30 Dec 07:27
Compare
Choose a tag to compare

Changelog

  • 283943e Aggressive nomination on binding response
  • ea00dc7 Update module golang.org/x/net to v0.2.0
  • 96fb0c1 Update module github.com/pion/transport to v0.14.1
  • 819d332 Update module github.com/pion/turn/v2 to v2.0.9

v2.2.12

22 Nov 09:31
Compare
Choose a tag to compare

Changelog

  • e90a58e Add option to include loopback candidate
  • 7f13fd1 Close connection if candidates already exist
  • b57764d Update CI configs to v0.8.1
  • f87e3be Do not show a warning for closed connections
  • bce6de3 Implement copy() for CandidateRelay
  • d415139 Refactor variable names from buffer to buf
  • dbb9a44 Fix comenting style
  • 85bda0b Refactor and simplify handleInboundCandidateMsg()
  • 2b0f884 Refactor muxs to muxes
  • dc5bce4 Refactor variable names {r,s}addr to {r,s}Addr
  • fdfe34a Harmonize capitalization of variable names
  • 97c77bb Refactor port{min,max} to port{Min,Max}
  • 90a16ec Fix several typos throughout the codebase
  • 9ab8f71 Cancel previous gathering routine on restart
  • 7f2d498 Fix a wrong variable name caused by copy & paste
  • bafaab6 Update module golang.org/x/net to v0.1.0
  • 8f3fba4 Update CI configs to v0.8.0
  • 8c1adf1 Change writeTo failed log level to info

v2.1.7

27 Apr 06:26
Compare
Choose a tag to compare

Fix UDPMux logger.
If no logger is passed in, it will be created.
Error running webrtc/examples/ice-single-port :
invalid memory address or nil pointer dereference

v0.2.8: Respect port range for srv reflexive candidates

10 May 21:43
Compare
Choose a tag to compare
Modified gatherCandidatesReflective to respect port min and max
constraints when allocating connections for server reflexive
candidates.