v0.4.0
What's Changed
Most notably, we added support for TURN servers and authentication, added a native implementation (still no cross-play, though, see #47 )
- Add support for native clients by @johanhelsing in #8
- Simple wasm demo by @sapir in #17
- #13: scoped rooms by @Vrixyz in #19
- update "ggrs_socket" feature and matchbox_demo to ggrs 0.9 by @gschup in #20
- Remove WebRtcNonBlockingSocket by @johanhelsing in #23
- Add KeepAlive request to prevent websockets from auto-closing by @johanhelsing in #24
- Make ICE server URLs configurable by @heartlabs in #28
- Server: Don't panic when signal receiver is unknown by @johanhelsing in #33
- Update matchbox_demo to Bevy 0.8 by @tracteurblinde in #39
- Upgrade version of webrtc dependency by @heartlabs in #40
- Fix deprecated JsValue::from_serde usage by @johanhelsing in #42
- Add ice auth support by @johanhelsing in #37
- Rustdocs for everything! by @johanhelsing in #43
New Contributors
- @Vrixyz made their first contribution in #19
- @gschup made their first contribution in #20
- @heartlabs made their first contribution in #28
- @tracteurblinde made their first contribution in #39
Full Changelog: v0.3.0...v0.4.0