stem_sqlite 0.1.0-alpha.4
stem_sqlite: ^0.1.0-alpha.4 copied to clipboard
SQLite broker and result backend for Stem.
0.1.0-alpha.4 #
- Added durable watcher tables and atomic event resolution so Durable Workflows resume with stored payloads and metadata.
- Auto-versioned checkpoints and rewind logic now align with the core runtime,
while
saveStepupdates run heartbeats for better ownership tracking. - Suspension records capture
resumeAt/deadlinevalues sourced from the injected workflow clock. - Published
sqliteWorkflowStoreFactoryso local development and CLI tooling can bootstrap SQLite-backed Durable Workflows without external services.
0.1.0-alpha.3 #
- First public alpha release extracted from the core Stem workspace.