All user visible changes to this project will be documented in this file. This project uses Semantic Versioning 2.0.0.
0.10.0 · 2024-10-21
- Bumped up [MSRV] to 1.81 because for
#[expect]
attribute usage. (b0a1dfb6) - Changed return type of
AuthHandler::auth_handle()
tosecrecy::SecretString
. (#3)
0.9.2 · 2024-07-11
0.9.1 · 2024-07-11
0.9.0 · 2024-07-09
- Fixed non-released UDP port of server relay. (webrtc-rs/webrtc#330 by @clia)
- Added
alloc_close_notify
config parameter toServerConfig
andAllocation
to receive notify on allocation close event, with metrics data. (webrtc-rs/webrtc#421 by @clia)