Skip to content

Releases: slawlor/ractor

v0.15.12

09 Mar 16:48
e682651

Choose a tag to compare

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

06 Mar 19:40
d81cfda

Choose a tag to compare

What's Changed

  • Rewrite the proc macro crate for the following benefits by @slawlor in #408
  • Update factory processing performance in queueing by @slawlor in #410
  • Rewrite PG to fix race condition problems by @slawlor in #411

Full Changelog: v0.15.10...v0.15.11

v0.15.10

16 Dec 14:42
ba3e9d7

Choose a tag to compare

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

21 Oct 13:54

Choose a tag to compare

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

19 Aug 20:54
1756043

Choose a tag to compare

What's Changed

Full Changelog: v0.15.7...v0.15.8

v0.15.7

06 Aug 00:44
a5e0c65

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.6...v0.15.7

v0.15.6

07 May 14:24
46ac951

Choose a tag to compare

What's Changed

  • Fix bug in draining non-factory-queued routing by @slawlor in #353

Full Changelog: v0.15.5...v0.15.6

v0.15.5

02 May 02:35
642bdcd

Choose a tag to compare

What's Changed

  • [cleanup] Cleanup docs and other stuff on new thread-local actors by @slawlor in #350

Full Changelog: v0.15.4...v0.15.5

v0.15.4

01 May 20:49
56e12a6

Choose a tag to compare

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

10 Apr 17:15

Choose a tag to compare

Ractor v0.15.3 is released! Thanks to all the new contributors helping make this crate better every day.

What's Changed

New Contributors

Full Changelog: v0.15.2...v0.15.3