0.7.6 (2025-03-26)
- 0.7.5 changelog (12db6e4)
- document createVars & driver-specific values (#787) (14c2829)
- fix localhost link (991fc99)
0.7.5 (2025-03-25)
- add ability to access driver context (#781) (c86720a)
- bring actor client up to spec (#752) (d2a5d7e)
- dynamic driver format (#672) (09e6fe1)
- react integration (#674) (de66bf9)
- rivet: add "framework" tag (#754) (412d4cc)
- rust: setup rs actor handle basics (#639) (79f9429)
- cli: add
tsx
package to CLI examples (#772) (ffd46df) - cli: bump minimal rivet version (#777) (7a4ca74)
- cli: fix pnpm create command (#778) (ea21e77)
- cli: fix yarn create (#776) (f826681)
- add changelog (#763) (df647b1)
- change Cloudflare Workers -> Cloudflare Durable Objects (#766) (78b244d)
- clean up changelog formatting (#764) (22fc429)
- rename Cloudflare Durable Objects -> Durable Objects (#770) (a9a5cfa)
- rename platform page Cloudflare Workers -> Cloudflare Durable Objects (#768) (1a7b629)
- add actor-core test (#755) (362d713)
- add docs on rust client (#757) (2ffeb95)
- add e2e test for rust client (#756) (4057e1b)
- add tracing logs (#753) (ec2febd)
- disable cursor example (#785) (8cf2a70)
- move rust/client/ -> clients/rust/ (#759) (5eabc17)
- release 0.7.4 (5186163)
- release 0.7.4 (5c9cba8)
- release 0.7.4 (1168fbb)
- release 0.7.5 (8e39e76)
- release version 0.7.4 (014b4ca)
- release version 0.7.5 (08dfe6f)
- update publish script (#760) (6c5165e)
0.7.3 (2025-03-18)
- actor-core: make invariant a required dependency (#747) (ed893c0)
- cli: update rivet to use new schema (#748) (8bd2fb6)
- cloudflare-workers: fix accepting empty schema (#749) (c05e97d)
0.7.2 (2025-03-18)
- rename all uses of "connection" -> "conn" and "parameter" -> "param" (#733)
- add
ActorContextOf
to get the context of an actor definition (#734) (d64c05d) - add
vars
for storing ephemeral data (#738) (a93fe86) - expose
ActionContextOf
(#740) (97c161c)
- add actor-core type tests (#737) (88e5dca)
- release 0.7.2 (265f2e2)
- release version 0.7.2 (aae7497)
- rename all uses of "connection" -> "conn" and "parameter" -> "param" (#733) (2095fdf)
0.7.1 (2025-03-17)
- rename onInitialize -> onCreate (#714)
- rename rpcs -> actions (#711)
- expose functional interface for actors (#710)
- add client dispose method to clean up actor handles (#686) (ff1e64d)
- cli: add
--skip-manager
flag on deploy (#708) (f46776d) - expose
name
in context (#723) (0fab6ec) - expose functional interface for actors (#710) (803133d)
- client: fix fallback priority of websockets & eventsources (#700) (86550a0)
- client: modify endpoint to start with
ws
andwss
(#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.metadata
optional (#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)
- 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
ActorContext
to 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)
0.7.0 (2025-03-16)
- rename onInitialize -> onCreate (#714)
- rename rpcs -> actions (#711)
- expose functional interface for actors (#710)
- cli: add
--skip-manager
flag on deploy (#708) (f46776d) - expose functional interface for actors (#710) (803133d)
- 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)
0.6.3 (2025-03-13)
- client: fix fallback priority of websockets & eventsources (#700) (86550a0)
- client: modify endpoint to start with
ws
andwss
(#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)
- add explicit error handling for all hono routes (#702) (365de24)
- changelog for 0.6.3 (cf6d723)
- fix grammar on index (#689) (dac5660)
- memory: explicitly pass global state to memory driver (#688) (542bd1c)
- release 0.6.3 (e06db47)
0.6.2 (2025-03-13)
- add inpector (#676) (a38c3af)
- add skip-install flag to create command (#673) (71dbd10)
- cli: tests (#671) (44d1f7b)
- cli: adjust deploy command to use proper lib (#681) (037ed55)
- cli: improve examples, and create-actor help, reduce information overload when deploying (#670) (2f19149)
- bump required rivet cli version to 25.2.0 (#679) (e31e921)
- main: release 0.7.0 (#678) (6a61617)
- release 0.6.2 (4361f9e)
- release version 0.6.2 (677bda2)
- update lockfile (7b61057)
0.6.1 (2025-03-05)
- publish: add build step to publish script (3c43e26)
- publish: add build step to publish script (#667) (3c43e26)
- release 0.6.1 (5e817f6)
- release 0.6.1 (3c43e26)
- release 0.6.1-rc.1 (3c43e26)
- release version 0.6.1 (3c43e26)
- release version 0.6.1-rc.1 (3c43e26)
0.6.0 (2025-03-05)
- @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)
- exclude create-actor from non-core packages validation (#656) (2f2e1da)
- update yarn.lock deps (#655) (39958ab)
- 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)
- 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)
0.4.0 (2025-02-13)
- add connection retry with backoff (#625) (a0a59a6)
- bun: bun support (#623) (003a8a7)
- nodejs: add nodejs support (003a8a7)
- add bun and nodejs packages to publish script (#628) (b0367e6)
- release 0.3.0-rc.1 (16e25e8)
- release 0.4.0 (4ca17cd)
- release 0.4.0-rc.1 (82ae37e)
- release version 0.3.0-rc.1 (5343b64)
- release version 0.4.0 (1f21931)
- release version 0.4.0-rc.1 (9d6bf68)
- update chat demo with topic (#626) (7be4cfb)
0.2.0 (2025-02-06)
- 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)