Skip to content

0.0.16 (2026-02-10)

Choose a tag to compare

@github-actions github-actions released this 10 Feb 16:38
3233038

Fixes

  • Remove all memory-based fakes (MemoryMessageStorage, MemoryRunnerStorage, MemoryWorkflowStorage, MemoryWorkflowEngine, TestCluster) and replace with PostgreSQL-backed integration tests. Entities are now fully stateless — state management is the application's responsibility via direct database access. Rewrite README to document the new API: stateless entities with #[rpc]/#[rpc(persisted)], durable workflows with self.tx (ActivityTx), activity groups, RPC groups, singletons, and cron jobs.