This repository was archived by the owner on Oct 22, 2025. It is now read-only.
v0.7.0
·
36 commits
to 675d13c2852a3c0b811fef51ac9dd4b8b47cd6be
since this release
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)