- #330 Fix the problem that the UDP port of the server relay is not released by @clia.
- Added
alloc_close_notify
config parameter toServerConfig
andAllocation
, to receive notify on allocation close event, with metrics data.
- Added
delete_allocations_by_username
method onServer
. This method provides possibility to manually delete allocation #263 by @logist322. - Added
get_allocations_info
method onServer
. This method provides possibility to get information about allocations #288 by @logist322. - Increased minimum support rust version to
1.60.0
. - Increased required
webrtc-util
version to0.7.0
.
- #15 update deps + loosen some requirements by @melekes.
- #11 Fixed spelling of convenience by @Charles-Schleich .
- Increase min version of
log
dependency to0.4.16
. #250 Fix log at ^0.4.16 to make tests compile by @k0nserv. - #246 Fix warnings on windows by @https://github.com/xnorpx.
Before 0.6.0 there was no changelog, previous changes are sometimes, but not always, available in the GitHub Releases.