- remove non used
MulticastDnsMode::Unspecified
variant #404:
- Increased minimum support rust version to
1.60.0
.
- Make functions non-async #338:
Agent
:get_bytes_received
;get_bytes_sent
;on_connection_state_change
;on_selected_candidate_pair_change
;on_candidate
;add_remote_candidate
;gather_candidates
.
unmarshal_candidate
;CandidateHostConfig::new_candidate_host
;CandidatePeerReflexiveConfig::new_candidate_peer_reflexive
;CandidateRelayConfig::new_candidate_relay
;CandidateServerReflexiveConfig::new_candidate_server_reflexive
;Candidate
:addr
;set_ip
.
- Add IP filter to ICE
AgentConfig
#306 and #318. - Add
rust-version
at 1.57.0 toCargo.toml
. This was already the minimum version so does not constitute a change.
This release was released in error and contains no changes from 0.8.0.
- Increased min version of
log
dependency to0.4.16
. #250 Fix log at ^0.4.16 to make tests compile by @k0nserv. - Increased serde's minimum version to 1.0.102 #243 Fixes for cargo minimal-versions contributed by algesten
Before 0.8.0 there was no changelog, previous changes are sometimes, but not always, available in the GitHub Releases.