Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.3.0 source code.tar.gz | 2025-05-27 | 248.4 kB | |
1.3.0 source code.zip | 2025-05-27 | 297.0 kB | |
README.md | 2025-05-27 | 1.4 kB | |
Totals: 3 Items | 546.8 kB | 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 https://github.com/dbos-inc/dbos-transact-py/pull/358
- Increase thread pool by @qianl15 in https://github.com/dbos-inc/dbos-transact-py/pull/359
- Faster Queues by @kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/361
- Small Queue Optimization by @kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/362
- Fix Error Handling by @kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/363
- Fix broken doc link by @qianl15 in https://github.com/dbos-inc/dbos-transact-py/pull/365
- Consolidate Inputs by @kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/366
- Fix Spurious Warning by @kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/367
- Attach DBOS metadata to logs whether OTEL is specified or not by @apoliakov in https://github.com/dbos-inc/dbos-transact-py/pull/368
Full Changelog: https://github.com/dbos-inc/dbos-transact-py/compare/1.2.0...1.3.0