Skip to content

Releases: pion/turn

v4.1.1

17 Aug 08:08
Compare
Choose a tag to compare

Changelog

  • 78b5b11 Fix lint issues with golangci-lint@v2
  • f02cdb2 Update CI configs to v0.11.22
  • f323322 Fix error reporting in SendIndication handler

v4.1.0

07 Aug 12:30
Compare
Choose a tag to compare

Changelog

  • 189f430 Add a quota handler callback
  • af7dfe3 Add callback API to track allocation lifecycle
  • a4a8111 Update module github.com/pion/logging to v0.2.4
  • 15e51ea Update CI configs to v0.11.20
  • 01ccdc6 Change allocation field close use any type

v4.0.2

15 May 17:04
Compare
Choose a tag to compare

Changelog

  • 61a25e7 Lower priority of per-packet error message
  • 51f0d62 Update CI configs to v0.11.19

v4.0.1

17 Apr 15:42
Compare
Choose a tag to compare

Changelog

  • 3c4173e Avoid calling String() on nil turn address
  • 381c8ad Update social media links, move to discord
  • 437516a Update lint rules, use testify/assert
  • 03a668d Update module golang.org/x/sys to v0.30.0 (#445)
  • 02831c0 Fix data race in WriteTo
  • 98ed93b Fix order dependent test in server_test.go
  • 31282d5 Update module github.com/pion/logging to v0.2.3 (#435)
  • 9d49944 Remove funlen linter (#433)
  • d6b6f05 Update module golang.org/x/crypto to v0.32.0 (#429)
  • 54b9d20 Upgrade golangci-lint, more linters (#432)
  • 7a3d4d2 Update module golang.org/x/sys to v0.29.0 (#426)
  • c6bb67a Update module github.com/stretchr/testify to v1.10.0 (#424)
  • 6f03caf Update README.md (#431)
  • 2a33fd5 Remove trailing newlines from log messages (#430)
  • 3ff9392 Update module golang.org/x/sys to v0.26.0
  • cc03474 Update module golang.org/x/sys to v0.25.0
  • e05fc07 Update module golang.org/x/sys to v0.24.0
  • b3f48c9 Update go.mod version to 1.20
  • 50e1d52 Update CI configs to v0.11.15
  • 01ef67e Fix pkg.go.dev link

v4.0.0

12 Aug 15:34
Compare
Choose a tag to compare

Changelog

  • f5deeb8 Update module github.com/pion/stun/v3 to v3.0.0
  • 27c30c9 Update module github.com/pion/transport/v3 to v3.0.7
  • 9a2e6f8 Update module github.com/pion/transport/v3 to v3.0.6
  • a95f35e Update module github.com/pion/transport/v3 to v3.0.5
  • 5aaecd7 Update module github.com/pion/transport/v3 to v3.0.4
  • b44d85a Update module golang.org/x/sys to v0.21.0
  • 933fb10 Update module golang.org/x/sys to v0.20.0
  • 06c166c Update module golang.org/x/sys to v0.19.0
  • 0bbc3e5 Verify if the TCPalloc serveraddr is *net.UDPAddr

v3.0.3

20 Apr 02:11
Compare
Choose a tag to compare

Changelog

  • 55407d5 Prevent heap allocations in FiveTuple Fingerprint
  • 8958518 Remove pessimistic String calls for low level logs
  • cf40c33 Update CI configs to v0.11.12

v2.1.6

20 Apr 02:15
5df28f1
Compare
Choose a tag to compare

Changelog

  • 5df28f1 Prevent heap allocations in FiveTuple Fingerprint
  • 4c00345 Remove pessimistic String calls for low level logs

v3.0.2

04 Apr 17:52
Compare
Choose a tag to compare

Changelog

  • ed59abf Support stand alone STUN server mode
  • 33c87de Change listening port in test
  • 4a3541a Return errFake in mockClient used for tests
  • 40c468b Update go.mod version to 1.19
  • d62811b Update CI configs to v0.11.7
  • 480d0d3 Update module github.com/pion/transport/v3 to v3.0.2
  • 58a0f1b Update CI configs to v0.11.4
  • 9e4efcc Fix linter errors
  • a9681a0 Add TURN REST format support
  • fb0ab51 Use signed timestamp for nonce
  • a980322 Update CI configs to v0.11.0
  • abd0ced Remove 'AUTHORS.txt' from README.md
  • 8e4763b Remove 'Generate Authors' workflow
  • 0c34bf2 Update module golang.org/x/sys to v0.15.0
  • 87f1d82 Use multistage docker build in turn-server example
  • 6a55914 Fix: Delete allocation on TCP broken pipe
  • 5223e57 Update module golang.org/x/sys to v0.14.0
  • 1f1673d Use secure Crypto APIs
  • f15249d Fix out of bounds access panic

v2.1.5

06 Feb 20:00
Compare
Choose a tag to compare

Changelog

  • c8be609 Use signed timestamp for nonce

v2.1.4

18 Sep 06:21
Compare
Choose a tag to compare

Changelog

  • d87d0f3 Fix out of bounds access panic