ice

A Go implementation of ICE

MIT License

Stars
431
Committers
70

Bot releases are visible (Hide)

ice - v2.3.25

Published by sukunrt 4 months ago

Changelog

Full Changelog: https://github.com/pion/ice/compare/v2.3.24...v2.3.25

ice - v2.3.24

Published by github-actions[bot] 6 months ago

Changelog

  • da3175f Add BindingRequestHandler
ice - v3.0.7

Published by github-actions[bot] 6 months 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)
ice - v2.3.23

Published by github-actions[bot] 6 months ago

Changelog

  • 01f82e2 Remove pessimistic String calls for low level logs
ice - v2.3.22

Published by github-actions[bot] 6 months ago

Changelog

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

Published by github-actions[bot] 6 months ago

Changelog

  • e1c2d85 Avoid allocation storing last active time
ice - v2.3.20

Published by github-actions[bot] 6 months ago

Changelog

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

Published by github-actions[bot] 6 months ago

Changelog

  • 48cce13 Remove pessimistic String calls for low level logs (#687)
ice - v2.3.18

Published by github-actions[bot] 6 months ago

Changelog

  • d9a6837 Reduce allocation in udp muxed conn addr decode (#686)
ice - v2.3.17

Published by github-actions[bot] 6 months ago

Changelog

  • 528d31f Prevent allocation from encoding UDP address (#684)
ice - v2.3.16

Published by github-actions[bot] 6 months ago

Changelog

  • 1684ed2 Prevent heap allocations in udp muxed conn addr (#683)
ice - v2.3.15

Published by github-actions[bot] 6 months ago

Changelog

  • eb30993 Handle timer stop race in agent connectivity check (#677)
  • 675c8ba Reuse connectivity check ticker (#676)
ice - v3.0.6

Published by github-actions[bot] 6 months ago

Changelog

  • 0860817 Rename to utils_test to drop stretchr/testify dep
  • fd4b1f8 Update CI configs to v0.11.12
  • e253b36 Update module github.com/pion/turn/v3 to v3.0.2
ice - v3.0.5

Published by github-actions[bot] 7 months ago

Changelog

  • c1e4dd1 Stun -> STUN for Config Entry
ice - v3.0.4

Published by github-actions[bot] 7 months ago

Changelog

  • edaa25e Expose stunGatherTimeout in Agent struct (#668)
  • a12f670 Update go.mod version to 1.19
  • bca4f2f Update module github.com/pion/mdns/v2 to v2.0.7
  • 0bdcf93 Update CI configs to v0.11.7
  • 39c0392 Support IPv6 from mDNS
  • ae1ba6f Update CI configs to v0.11.4
  • 66051b6 Improve performance of UDPMux map lookups
  • 52f2075 Replace t.(Error/Fatal) with require.NoError
  • b2e40ad Partial undo of 85a3a7f52407
  • 85a3a7f Simplify usage of test.TimeOut()
  • 01c3535 Simplify usage of test.CheckRoutines()
  • 05ab684 Use testify/require instead of testify/assert
  • fdca6c4 Move taskloop into dedicated package
  • b36d332 Remove afterRun from Task Loop
  • d17be4d Use Notification Queue from 67cc918a518d more
  • b386d44 Fix type of CandidatePairState constants
  • 8680cd5 Match libwebrtc's TURN protocol priority
  • 67cc918 Fix ConnectionState being reported out of order
  • 77cc354 Respect IncludeLoopback in UDPMuxDefault
  • a728446 Allow using mDNS candidates with UDP multiplexing
  • 970978e Start listening range at 1024 instead of 1
  • 5fcf038 Update module github.com/pion/mdns to v2
  • f0c60fe Update module github.com/stretchr/testify to v1.9.0
  • 70eda83 Update module golang.org/x/net to v0.22.0
  • 26ba6df Fix WASM build
  • 2d7ced1 Fix linter errors
  • cb8a47a Refine TCPMux memory usage
ice - v2.3.14

Published by github-actions[bot] 8 months ago

Changelog

  • 3f14618 Refine TCPMux memory usage
ice - v2.3.13

Published by edaniels 8 months ago

What's Changed

Full Changelog: https://github.com/pion/ice/compare/v2.3.12...v2.3.13

ice - v3.0.3

Published by edaniels 8 months ago

What's Changed

Full Changelog: https://github.com/pion/ice/compare/v3.0.2...v3.0.3

ice - v2.3.12

Published by github-actions[bot] 9 months ago

Changelog

  • 8c013b0 Trace log inbound messages (#641)
ice - v3.0.2

Published by adriancable about 1 year ago

This principally updates mdns to v0.0.9 Without this, pion/ice/v3 will use mdns v0.0.8 which uses transport/v2. The result is that a pion/webrtc/v4 install will end up depending on both transport/v2 and transport/v3.

What's Changed

Full Changelog: https://github.com/pion/ice/compare/v3.0.1...v3.0.2