Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

0.9.0

Choose a tag to compare

@NathanFlurry NathanFlurry released this 01 Jul 09:51
· 336 commits to main since this release

Features

Fixes

  • update websocket to use event listeners (#1009) (5523057)
  • update FakeWebSocket to handle onopen assigned after open event fired (#1006) (0a8fd96)
  • fix reporting errors for sse initiation (#955) (8c7c933)
  • fix sse support (#954) (ab4b02c)
  • tests v0.8.0 fix (#929) (811e3de)
  • resume dev command when build fails (#944) (8385863)
  • uncomment header display rules for homepage and introduction (#921) (25f9f96)

Refactors

  • rename ALL_PUBLIC_HEADERS to ALLOWED_PUBLIC_HEADERS (#1026) (1a0c27c)
  • implement lazy loading and deterministic actor IDs (#1020) (aea38ce)
  • comment out logger name in log formatter (#1019) (5c8c4f5)
  • simplify server creation with createServer API (#1018) (d6f0cde)
  • 0.9 (#987) (5564ec9)
  • rename all uses of "rpc" to "action" internally (#965) (f9c7450)
  • replace actor tags with key-based identification (#949) (9b5e607)
  • rename ActorHandle to ActorConn for clarity (#948) (627c9c3)
  • update actor API to separate tags parameter (#947) (1e33009)
  • remove redundant createState in chat room examples (#918) (bc2b890)

Docs

Chores

CI

Tests

Full Changelog: v0.8.0...v0.9.0