This repository was archived by the owner on Oct 22, 2025. It is now read-only.
v0.7.1
0.7.1 (2025-03-17)
⚠ BREAKING CHANGES
- rename onInitialize -> onCreate (#714)
- rename rpcs -> actions (#711)
- expose functional interface for actors (#710)
Features
- add client dispose method to clean up actor handles (#686) (ff1e64d)
- cli: add
--skip-managerflag on deploy (#708) (f46776d) - expose
namein context (#723) (0fab6ec) - expose functional interface for actors (#710) (803133d)
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)
- fix schedule logging schedule errors (#709) (f336561)
- implement schedule event saving functionality (#687) (59f78f3)
- make
UserErrorOptions.metadataoptional (#724) (32037c6) - 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)
Documentation
Chores
- add explicit error handling for all hono routes (#702) (365de24)
- add ws & eventsource as dev dependencies of actor-core so it can build (1cdf9c4)
- changelog for 0.6.3 (cf6d723)
- fix grammar on index (#689) (dac5660)
- fix typo of "Actor Core" -> "ActorCore" (#707) (d1e8be5)
- increase RPC timeout from 5s to 60s (#705) (ec6a478)
- main: release 0.6.2 (#693) (73c3399)
- main: release 0.6.3 (#697) (40fbcc1)
- main: release 0.7.0 (#717) (675d13c)
- make order of generic params consistent in
ActorConfig(#725) (6ea34e5) - manually define generic actor config types with hybrid zod validation (#729) (a72eab8)
- memory: explicitly pass global state to memory driver (#688) (542bd1c)
- move auth to root level of sidebar (#720) (0b8beb7)
- pass
ActorContextto allon*events (#727) (586fb11) - release 0.6.2 (4361f9e)
- release 0.6.3 (e06db47)
- release 0.7.0 (0a9b745)
- release 0.7.1 (3fe4c3a)
- release version 0.6.2 (677bda2)
- release version 0.7.0 (0fbc3da)
- rename onInitialize -> onCreate (#714) (3b9b106)
- rename rpcs -> actions (#711) (8957e56)
- return server from nodejs
serve(#726) (be84bda) - show full subpath to value that cannot be serialized when setting invalid state (#706) (a666bc3)
- update changelog for 0.7.0 (#715) (dba8085)
- update changelog for 0.7.1 (#731) (f2e0cb3)
- update lockfile (7b61057)
- update platforms to support
ActorCoreApp(#712) (576a101)