1.3.0
What's Changed
Note
This release includes a key schema update that improves performance for both queues and workflows. We've merged dbos.workflow_inputs and dbos.workflow_queue tables into a unified dbos.workflow_status table.
Please make sure that if you upgrade your app, also upgrade your DBOS client (and vice versa). Applications running with older versions can co-exist with the new schema.
Details
- Fix Recv by @kraftp in #358
- Increase thread pool by @qianl15 in #359
- Faster Queues by @kraftp in #361
- Small Queue Optimization by @kraftp in #362
- Fix Error Handling by @kraftp in #363
- Fix broken doc link by @qianl15 in #365
- Consolidate Inputs by @kraftp in #366
- Fix Spurious Warning by @kraftp in #367
- Attach DBOS metadata to logs whether OTEL is specified or not by @apoliakov in #368
Full Changelog: 1.2.0...1.3.0