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

Releases: rivet-dev/rivetkit

v0.7.0

16 Mar 13:28
6a61617

Choose a tag to compare

0.7.0 (2025-03-16)

⚠ BREAKING CHANGES

  • rename onInitialize -> onCreate (#714)
  • rename rpcs -> actions (#711)
  • expose functional interface for actors (#710)

Features

  • cli: add --skip-manager flag on deploy (#708) (f46776d)
  • expose functional interface for actors (#710) (803133d)

Bug Fixes

  • fix schedule logging schedule errors (#709) (f336561)

Documentation

Chores

  • add ws & eventsource as dev dependencies of actor-core so it can build (1cdf9c4)
  • fix typo of "Actor Core" -> "ActorCore" (#707) (d1e8be5)
  • increase RPC timeout from 5s to 60s (#705) (ec6a478)
  • release 0.7.0 (0a9b745)
  • release version 0.7.0 (0fbc3da)
  • rename onInitialize -> onCreate (#714) (3b9b106)
  • rename rpcs -> actions (#711) (8957e56)
  • show full subpath to value that cannot be serialized when setting invalid state (#706) (a666bc3)
  • update changelog for 0.7.0 (#715) (dba8085)
  • update platforms to support ActorCoreApp (#712) (576a101)

v0.6.3

13 Mar 07:57
40fbcc1

Choose a tag to compare

0.6.3 (2025-03-13)

Features

  • add client dispose method to clean up actor handles (#686) (ff1e64d)

Bug Fixes

  • client: fix fallback priority of websockets & eventsources (#700) (86550a0)
  • client: modify endpoint to start with ws and wss (#690) (8aed4ce)
  • cli: escape combined command, allow npx to install pkg (#695) (0f173e6)
  • cli: force to use npx when calling @rivet-gg/cli (#698) (7d3d1d9)
  • correct "onwer" typo to "owner" in deploy command (#694) (cbc1255)
  • implement schedule event saving functionality (#687) (59f78f3)
  • remove use of .disconnect in example (382ddb8)
  • skip CORS for WebSocket routes (#703) (d51d618)
  • use app.notFound instead of app.all("*") for 404 handling (#701) (727dd28)

Chores

v0.6.2

13 Mar 01:59
73c3399

Choose a tag to compare

0.6.2 (2025-03-13)

Features

Bug Fixes

  • cli: adjust deploy command to use proper lib (#681) (037ed55)
  • cli: improve examples, and create-actor help, reduce information overload when deploying (#670) (2f19149)

Chores

v0.6.1

05 Mar 20:19
6a30f8c

Choose a tag to compare

0.6.1 (2025-03-05)

Chores

v0.6.0

05 Mar 08:08
5ae31ee

Choose a tag to compare

0.6.0 (2025-03-05)

Features

Bug Fixes

  • exclude create-actor from non-core packages validation (#656) (2f2e1da)
  • update yarn.lock deps (#655) (39958ab)

Documentation

Code Refactoring

  • move redis p2p logic to generic driver (#645) (35c5f71)

Chores

v0.4.0

13 Feb 13:14
f78e9f2

Choose a tag to compare

0.4.0 (2025-02-13)

Features

Bug Fixes

  • keep NodeJS process alive with interval (#624) (9aa2ace)

Chores

v0.2.0

06 Feb 11:32
f523bdb

Choose a tag to compare

0.2.0 (2025-02-06)

Features

Bug Fixes

  • cloudflare-workers: accept requests proxied to actor without upgrade header (#616) (71246d3)

Code Refactoring

Continuous Integration

Chores