Skip to content

Releases: mycrl/turn-rs

v3.1.0

14 Sep 21:16
d7b9785
Compare
Choose a tag to compare

What's Changed

  • feat: turn rest api rfc support; by @mycrl in #98

Full Changelog: v3.0.1...v3.1.0

Feature

turn-rs provides turn rest api support for this rfc, you can authenticate the user with a static key, but it should be noted that there is a conflict between setting a static key and dynamically authenticating via hooks api, if you set a static key, then turn-rs will not dynamically request a key from an external service via hooks api.

New configuration item added:

[auth]
static_auth_secret = ""

Configuration items that change:

[auth]
user1 = "test"

to

[auth.static_credentials]
user1 = "test"

v3.1.0-beta

13 Sep 09:16
Compare
Choose a tag to compare
v3.1.0-beta Pre-release
Pre-release

v3.0.1

11 Sep 02:23
0c98a15
Compare
Choose a tag to compare

What's Changed

  • Statically link libs for general Linux by @suhaibmalik in #93
  • Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #95

New Contributors

Full Changelog: v2.1.3...v3.0.1

v3.0.0

14 Jun 23:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v3.0.0

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