Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

49 lines (34 loc) · 1.77 KB

webrtc-ice changelog

Unreleased

Breaking changes

  • remove non used MulticastDnsMode::Unspecified variant #404:

v0.9.0

  • Increased minimum support rust version to 1.60.0.

Breaking changes

  • 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.

v0.8.2

  • Add IP filter to ICE AgentConfig #306 and #318.
  • Add rust-version at 1.57.0 to Cargo.toml. This was already the minimum version so does not constitute a change.

v0.8.1

This release was released in error and contains no changes from 0.8.0.

v0.8.0

Prior to 0.8.0

Before 0.8.0 there was no changelog, previous changes are sometimes, but not always, available in the GitHub Releases.