Releases: servo/ipc-channel
Releases · servo/ipc-channel
v0.20.2
What's Changed
- Update windows crate version by @arihant2math in #404
- router: ensure the router proxy loop is broken out of on shutdown by @gterzian in #413
- Implement Sync for
IpcSenderby @jschwe in #415
Internal
- Skip router_flood test for the debug profile by @glyn in #403
- fix: Clippy warning with no features on linux platform by @jerensl in #406
- clippy: GitHub inline annotation by @jerensl in #405
- chore: Fix clippy warning on
force-inprocessfeature by @jerensl in #411 - Added Benchmark that tests serialization and deserialization of an enum. by @Narfinger in #409
- clippy: Add missing
unsafefunction documentation by @jerensl in #412
New Contributors
- @arihant2math made their first contribution in #404
- @jerensl made their first contribution in #406
- @Narfinger made their first contribution in #409
Full Changelog: v0.20.1...v0.20.2
v0.20.1
v0.20.0
Bump version to 0.20.0 (#390) * Bump version to 0.20.0 Signed-off-by: Wu Yu Wei <[email protected]> * Revert rand back to 0.8 Signed-off-by: Wu Yu Wei <[email protected]> * Revert rand version change Signed-off-by: Wu Yu Wei <[email protected]> --------- Signed-off-by: Wu Yu Wei <[email protected]>
v0.19.0
Mark `Router::add_route` as deprecated (#367) * Propagate ipc errors to users of TypedRouterHandle Signed-off-by: Simon Wülker <[email protected]> * Deprecate Router::add_route Signed-off-by: Simon Wülker <[email protected]> * Bump Cargo.toml version Signed-off-by: Simon Wülker <[email protected]> * Use semver-compliant version. Signed-off-by: Josh Matthews <[email protected]> --------- Signed-off-by: Simon Wülker <[email protected]> Signed-off-by: Josh Matthews <[email protected]> Co-authored-by: Josh Matthews <[email protected]>
v0.18.3
Publish 0.18.3. (#360) Signed-off-by: Josh Matthews <[email protected]>