We just released DBOS Transact for Go v0.16.0
This release adds support for SQLite as a durability backend. SQLite is a great fit for local development, edge deployments, and lightweight applications that still need reliable recovery from failures.
Release notes: github.com/dbos-inc/dbo...
What's Changed
Add DBOSContext.WithCancel by @merlinfuchs in #319
Fix goroutine leak when ReadStreamAsync consumer stops reading by @merlinfuchs in #318
Sqlite by @maxdml in #317
Add missing enque...