v0.7.0
What's Changed
To make this changelog useful, it only includes PRs relevant to users of the library (i.e. dependency updates, ci changes etc.)
Features
- Move task handle into bevy Resource / Component by @garryod in https://github.com
- Add signalling utils to
bevy_matchbox
by @garryod in #215 - Derive Display for PeerID by @garryod in #255
- Bevy 0.11 by @simbleau in #277
- Added connection attempt delay by @simbleau in #227
Bug fixes
- fix: failed send panic by @mikeder in #220
WebRtcConnection.update_peers()
error handling. by @gibbz00 in #223
Other changes
matchbox_server
re-written withmatchbox_signaling
by @simbleau in #225- Update webrtc-rs to 0.8 by @johanhelsing in #239
New Contributors
- @mikeder made their first contribution in #213
- @alepez made their first contribution in #222
- @gibbz00 made their first contribution in #223
Full Changelog: v0.6.1...v0.7.0