v0.8.0
What's Changed
Features
- Updated to Bevy 0.12 and latest Bevy GGRS by @bushrat011899 in #366
Bug fixes
- Fix broken
matchbox_server
docker image by @johanhelsing in #293 - fix:
receive()
no longer blocks infinitely by @simbleau in #330 - Don't log null ice candidates as errors on native by @simbleau in #327
- Remove unwraps in MessageLoop by @simbleau in #283
- Fix GLIB version mismatch in ARM docker image by @KAIYOHUGO in #343
- Fix bevy matchbox signaling panic by @johanhelsing in #355
Command::apply
, not write - fixbevy_matchbox
withsignaling
feature by @RJ in #346- Add missing
RTCIceCredentialType
to theRTCIceServer
by @tedsteen in #320
Other changes
- Update to webrtc 0.9 by @tedsteen in #318
- Test
bevy_matchbox
signaling
feature in CI by @johanhelsing in #354 - Fix pink materials in bevy_ggrs example by @johanhelsing in #358
- Add examples for
bevy_matchbox
by @johanhelsing in #362 - Fix a clippy lint by @JoJoJet in #307
- Add more information to error messages by @JoJoJet in #306
New Contributors
- @JoJoJet made their first contribution in #307
- @tedsteen made their first contribution in #318
- @RJ made their first contribution in #346
- @KAIYOHUGO made their first contribution in #343
- @bushrat011899 made their first contribution in #366
Full Changelog: v0.7.0...v0.8.0