Releases: slawlor/ractor
Releases · slawlor/ractor
v0.15.12
What's Changed
- Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #415
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #416
- Bump peter-evans/create-or-update-comment from 4 to 5 by @dependabot[bot] in #414
- Bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #417
- Bump peter-evans/find-comment from 3 to 4 by @dependabot[bot] in #418
- Network fixes for clusters by @slawlor in #412
- Fixes delay with initial messages and avoids nagle problems in TCP
- Fixes the Windows IPV4 regression on network connections
- Also fixes a flaky test and divergence in supervision linking of thread local and non-thread-local actors
Full Changelog: v0.15.11...v0.15.12
v0.15.11
v0.15.10
What's Changed
- add 'spawn_instant' to thead_local actor, similar to the normal actor by @0x53A in #397
- feat(derive): Support generic types for Ractor messages by @iskng in #399
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #400
- Performance improvements giving ~15% better message processing latencies and MPS metrics along with enhanced documentations by @slawlor in #402
- Cleanup proc macro to give more structured errors and cleaner parsing by @slawlor in #403
Full Changelog: v0.15.9...v0.15.10
v0.15.9
What's Changed
- Bump actions/setup-node from 4 to 5 by @dependabot[bot] in #388
- derive: fix RpcReplyPort generic extraction using last() path segment… by @iskng in #393
- Bump actions/setup-node from 5 to 6 by @dependabot[bot] in #394
- ractor_cluster: Add external transport injection (ClusterBidiStream), docs + tests by @iskng in #391
New Contributors
Full Changelog: v0.15.8...v0.15.9
v0.15.8
v0.15.7
What's Changed
- apply opinionated rustfmt by @slawlor in #354
- fix: mismatched types by @leoregul in #360
- Improving error messages when we cannot deconvert a type. by @krisajenkins in #366
- remove unnecessary arcs in ActorProperties by @Kannen in #373
- [WASM] remove MaybeSend, ensure 'timeout' is Send by @0x53A in #362
- Impl PartialEq, Eq, Hash for ActorRef by @realchonk in #368
- Update ractor to 0.15.7 by @slawlor in #380
New Contributors
- @leoregul made their first contribution in #360
- @krisajenkins made their first contribution in #366
- @Kannen made their first contribution in #373
- @0x53A made their first contribution in #362
- @realchonk made their first contribution in #368
Full Changelog: v0.15.6...v0.15.7
v0.15.6
v0.15.5
v0.15.4
What's Changed
- Send call request without requiring await by @slawlor in #345
- update: use xvfb and headful browser to execute unit tests for wasm32-unknown-unknown by @Officeyutong in #346
- cleanup: remove mod.rs and other lints by @slawlor in #347
- Add support for thread-local actors by @slawlor in #349
Full Changelog: v0.15.3...v0.15.4
v0.15.3
Ractor v0.15.3 is released! Thanks to all the new contributors helping make this crate better every day.
What's Changed
- Support dynamic NodeServer port allocation by @NilsDeckert in #335
- fix: rename cargo config for xtask alias by @chenyukang in #338
- Support for target
wasm32-unknown-unknownin browser by @Officeyutong in #341
New Contributors
- @NilsDeckert made their first contribution in #335
- @Officeyutong made their first contribution in #341
Full Changelog: v0.15.2...v0.15.3