Releases: mycrl/turn-rs
Releases · mycrl/turn-rs
v3.2.0-beta.1
What's Changed
- A single socket can be bound to only one channel.
v3.2.0-beta
What's Changed
- Optimize internal mutex lock performance.
- Configuration items can be set directly on the cli.
- Feature Request: Integrated Prometheus Metrics Exporter
- Firefox no candidates responded
- A single socket supports only one address assignment
v3.1.0
What's Changed
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
v3.0.1
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
- @suhaibmalik made their first contribution in #93
Full Changelog: v2.1.3...v3.0.1
v3.0.0
What's Changed
- Bump h2 from 0.3.24 to 0.3.26 by @dependabot in #89
- Bump rustls from 0.21.10 to 0.21.11 by @dependabot in #91
Full Changelog: v2.1.3...v3.0.0
v2.1.3
What's Changed
- feat: turn-rs rust drive or sdk; by @mycrl in #86
- Bump h2 from 0.3.22 to 0.3.24 by @dependabot in #87
- Bump mio from 0.8.10 to 0.8.11 by @dependabot in #88
New Contributors
- @dependabot made their first contribution in #87
Full Changelog: v2.1.2...v2.1.3
v2.1.2
v2.1.1
v2.1.0
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