Skip to content

Releases: mycrl/turn-rs

v2.1.3

16 Mar 04:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.2...v2.1.3

v2.1.2

31 Dec 15:54
Compare
Choose a tag to compare

What's Changed

  • fix: some stupid mistakes; by @mycrl in #85

Full Changelog: v2.1.1...v2.1.2

v2.1.1

27 Dec 14:57
Compare
Choose a tag to compare

What's Changed

  • fix: github actions workflow; by @mycrl in #84

Full Changelog: v2.1.0...v2.1.1

v2.1.0

26 Dec 08:15
Compare
Choose a tag to compare
v2.1.0 Pre-release
Pre-release

Warning: This version of turn balance implementation has serious problems, please do not use this version.

Feature

  • turn load balance supports.
  • turn load balance client sdk.

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

24 Dec 15:01
Compare
Choose a tag to compare

What's Changed

  • feat: docker image auto release workflow; by @timzaak in #80
  • feat: turn-rs version 2.0; by @mycrl in #82

New Contributors

Full Changelog: v1.1.2...v2.0.0

v1.1.2

05 Aug 03:30
Compare
Choose a tag to compare

Fix

  • Fix the problem that the xor peer address will not be returned correctly in a multi-interface environment;

Full Changelog: v1.1.1...v1.1.2

v1.1.1

02 Aug 11:58
Compare
Choose a tag to compare

Change

  • optimize internal implementation and improve performance;

Fix

  • mainly repair some problems with different IPs of multiple interfaces;

What's Changed

  • feat: stats report and dashboard; by @mycrl in #73
  • fix types error and custom service host; by @mycrl in #74
  • feat: improve tests; by @mycrl in #75
  • fix: multiple interfaces by @mycrl in #76
  • rw: simpler implementation; by @mycrl in #77

Full Changelog: v1.1.0...v1.1.1

v1.1.0

24 Jun 23:08
Compare
Choose a tag to compare

Feature

  • support the turn of tcp transport.
  • forwarding between tcp and udp transport.
  • removed monitoring interface.
[[turn.interfaces]]
transport = "tcp"
bind = "127.0.0.1:3478"
external = "127.0.0.1:3478"

What's Changed

Full Changelog: v1.0.4...v1.1.0

v1.0.4

11 May 06:59
Compare
Choose a tag to compare

Feature

[[turn.interfaces]]
bind = "127.0.0.1:3478"
external = "127.0.0.1:3478"

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

24 Jan 08:01
Compare
Choose a tag to compare

Change

Full Changelog: v1.0.2...v1.0.3