This repository was archived by the owner on Oct 22, 2025. It is now read-only.
Releases: rivet-dev/rivetkit
Releases · rivet-dev/rivetkit
v0.7.0
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-managerflag on deploy (#708) (f46776d) - expose functional interface for actors (#710) (803133d)
Bug Fixes
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
0.6.3 (2025-03-13)
Features
Bug Fixes
- client: fix fallback priority of websockets & eventsources (#700) (86550a0)
- client: modify endpoint to start with
wsandwss(#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
0.6.2 (2025-03-13)
Features
- add inpector (#676) (a38c3af)
- add skip-install flag to create command (#673) (71dbd10)
- cli: tests (#671) (44d1f7b)
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
v0.6.0
0.6.0 (2025-03-05)
Features
- @actor-core/cli: add cli (#642) (d919f1a)
- add config validation (#648) (3323988)
- add cors support (#647) (ef13939)
- add release candidate support to publish script (#660) (f6c6adc)
- create-actor: add create-actor lib (#641) (05b5894)
- support transport negotiation between client and server (#636) (a6fa986)
Bug Fixes
- exclude create-actor from non-core packages validation (#656) (2f2e1da)
- update yarn.lock deps (#655) (39958ab)
Documentation
- add changelog (#651) (4931a2a)
- add changelog for v0.6.0 (#661) (22fa68c)
- add llm resources (#653) (de201a4)
- fix private method name in schedule example (#643) (8ada3a7)
- new landing page (#630) (b8e4a8b)
- replace managing actors with building actors & interacting with actors (436d76c)
- replace managing actors with building actors & interacting with actors (#654) (436d76c)
- update Bluesky profile URL (#644) (5e4d5ee)
- update changelog for add your own driver (#652) (dc17dd1)
- update feature comparison table (#640) (237784e)
- update quickstart guide (436d76c)
- update Rivet documentation links (#664) (1ab1947)
Code Refactoring
Chores
- add aider to gitignore (#635) (b8cedf2)
- add commit logging to publish script (#657) (6d9b73b)
- add docs-bump command (0d9ebb8)
- bump mintlify (6e88f31)
- bump mintlify (64b99e4)
- bump mintlify (42a1d83)
- bump mintlify (e6f0263)
- cloudflare-workers: export ActorHandle with createRouter (#649) (8c226be)
- docs-bump command (1d93be1)
- publish: improve git push error handling (6209d07)
- publish: improve git push error handling (#659) (6209d07)
- release 0.5.0 (6e3aa0b)
- release 0.6.0 (df72a82)
- release 0.6.0-rc.1 (6209d07)
- release 0.6.0-rc.1 (9f015f8)
- release 0.6.0-rc.1 (6794336)
- release version 0.5.0 (cec9ae1)
- release version 0.5.0 (2f9766f)
- release version 0.6.0 (bb97593)
- release version 0.6.0-rc.1 (8a92416)
- release: check for changes before version commit (9f015f8)
- release: check for changes before version commit (#658) (9f015f8)
- release: check if package already published before publishing (#650) (9cddff4)
- switch docs middleware to production URL (#632) (4698d60)
- update platform guides for create-actor (#662) (09626c0)
- update readme for new quickstart (#663) (572a6ef)
- update rivet links (#634) (f5a19b3)
v0.4.0
v0.2.0
0.2.0 (2025-02-06)
Features
Bug Fixes
Code Refactoring
Continuous Integration
Chores
- release 0.2.0 (ed90143)
- release version 0.0.2 (887af89)
- release version 0.0.2 (64b0cb4)
- release version 0.0.2 (405b520)
- release version 0.0.2 (9e2d438)
- release version 0.0.3 (951740e)
- release version 0.0.4 (fbd865c)
- release version 0.0.5 (1b4e780)
- release version 0.0.6 (375a709)
- release version 0.1.0 (b797be8)
- rename
ProtocolFormat->Encoding(#618) (69ed424) - update images (5070663)
- update release commit format (#615) (f7bf62d)
- updated logos and hero (3e8c99e)