Dbos

Latest version: v0.24.1

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.24.0

What's Changed
* Support configuration through DBOS constructor by maxdml in https://github.com/dbos-inc/dbos-transact-py/pull/236
* Add connection timeout + fix scheduler not handling errors by qianl15 in https://github.com/dbos-inc/dbos-transact-py/pull/237
* Fix FastAPI Debugging by devhawk in https://github.com/dbos-inc/dbos-transact-py/pull/238
* Better Conductor error message by qianl15 in https://github.com/dbos-inc/dbos-transact-py/pull/239
* Websocket check pending workflows by qianl15 in https://github.com/dbos-inc/dbos-transact-py/pull/240
* Test + Improve Step Retries by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/243
* Config pool sizes by maxdml in https://github.com/dbos-inc/dbos-transact-py/pull/242
* Support error message in conductor by qianl15 in https://github.com/dbos-inc/dbos-transact-py/pull/245
* Improve Config Experience by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/244
* Fix Spurious Warning by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/247
* Unpin FastAPI CLI by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/249
* add start_workflow_async by devhawk in https://github.com/dbos-inc/dbos-transact-py/pull/248
* Conductor Tweaks by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/251
* Allow multiple logs and traces endpoints in the python DBOSConfig. by apoliakov in https://github.com/dbos-inc/dbos-transact-py/pull/250
* Enable websocket logging by qianl15 in https://github.com/dbos-inc/dbos-transact-py/pull/252

New Contributors
* apoliakov made their first contribution in https://github.com/dbos-inc/dbos-transact-py/pull/250

**Full Changelog**: https://github.com/dbos-inc/dbos-transact-py/compare/0.23.0...0.24.0

0.23.0

What's Changed
* Real workflow cancel by manojdbos in https://github.com/dbos-inc/dbos-transact-py/pull/218
* Consistent Environment Variables by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/224
* Always set executor ID correctly when starting a workflow by qianl15 in https://github.com/dbos-inc/dbos-transact-py/pull/225
* make cancel use admin api by manojdbos in https://github.com/dbos-inc/dbos-transact-py/pull/228
* Improve List Workflows by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/229
* (fix) Update path to start_postgres_docker.py by skuenzli in https://github.com/dbos-inc/dbos-transact-py/pull/230
* Fix invalid escape sequence by chuck-dbos in https://github.com/dbos-inc/dbos-transact-py/pull/227
* Sort Order When Listing Workflows by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/231
* Debug Mode by devhawk in https://github.com/dbos-inc/dbos-transact-py/pull/222
* Fix race conditions with clear_queue_assignment by maxdml in https://github.com/dbos-inc/dbos-transact-py/pull/232
* Conductor Support by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/223
* Simplify Recovery Code by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/234
* Get Workflow by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/233
* Use the same column to manage queue executor_id by maxdml in https://github.com/dbos-inc/dbos-transact-py/pull/235

New Contributors
* skuenzli made their first contribution in https://github.com/dbos-inc/dbos-transact-py/pull/230

**Full Changelog**: https://github.com/dbos-inc/dbos-transact-py/compare/0.22.0...0.23.0

0.22.0

What's Changed
* Expand Support for Decorating Class Methods by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/212
* Automatic Application/Workflow Versioning by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/215
* Catch Exceptions During System Database Migration by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/210
* Fix q global concurrency by maxdml in https://github.com/dbos-inc/dbos-transact-py/pull/211
* Fix the warning message under fastapi dev runs by qianl15 in https://github.com/dbos-inc/dbos-transact-py/pull/213
* Fix db_wizard behavior and add a test by qianl15 in https://github.com/dbos-inc/dbos-transact-py/pull/216
* add an admin endpoint to query workflow queues metadata by maxdml in https://github.com/dbos-inc/dbos-transact-py/pull/196
* Fix wf status updated at by maxdml in https://github.com/dbos-inc/dbos-transact-py/pull/217
* Fix db_wizard when dbos-config has no database by qianl15 in https://github.com/dbos-inc/dbos-transact-py/pull/219
* Check for conflicting decorators - Py version by chuck-dbos in https://github.com/dbos-inc/dbos-transact-py/pull/220
* Fix Auth by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/221


**Full Changelog**: https://github.com/dbos-inc/dbos-transact-py/compare/0.21.0...0.22.0

0.21.0

What's Changed
* Add a test for SQLAlchemy ORM by qianl15 in https://github.com/dbos-inc/dbos-transact-py/pull/199
* remove explicit notion of recovery by maxdml in https://github.com/dbos-inc/dbos-transact-py/pull/198
* Update Workflow Status by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/201
* Test & Improve Queue Semantics by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/202
* Queue List by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/205
* Fix queue recovery by maxdml in https://github.com/dbos-inc/dbos-transact-py/pull/204
* Consistent Sort Order by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/207


**Full Changelog**: https://github.com/dbos-inc/dbos-transact-py/compare/0.20.0...0.21.0

0.20.0

What's Changed
* Workflow cancel , restart, resume as admin API by manojdbos in https://github.com/dbos-inc/dbos-transact-py/pull/187
* Don't set workflow ID if the header is not set by qianl15 in https://github.com/dbos-inc/dbos-transact-py/pull/188
* Add More Templates by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/189
* Support stacked decorators for async workflows by devhawk in https://github.com/dbos-inc/dbos-transact-py/pull/192
* Wrap Existing FastAPI Lifespan Handlers by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/191
* Better Destroy by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/193
* Improve dbos init --config by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/194
* Reset System Database by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/197
* Add Toolbox Template by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/200


**Full Changelog**: https://github.com/dbos-inc/dbos-transact-py/compare/0.19.0...0.20.0

0.19.0

What's Changed
* Better error message, fix transaction error recording by qianl15 in https://github.com/dbos-inc/dbos-transact-py/pull/181
* Workflow status optimization / queue fix by chuck-dbos in https://github.com/dbos-inc/dbos-transact-py/pull/179
* Queues max worker concurrency by maxdml in https://github.com/dbos-inc/dbos-transact-py/pull/177
* Better Database Connection Parameter Management by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/182
* Workflow cmds by manojdbos in https://github.com/dbos-inc/dbos-transact-py/pull/180
* Add missed dbos_class decorators by chuck-dbos in https://github.com/dbos-inc/dbos-transact-py/pull/183
* Facilitate backward compatible changes to the Queue signature by maxdml in https://github.com/dbos-inc/dbos-transact-py/pull/184
* Prevent different workflows starting with the same ID by qianl15 in https://github.com/dbos-inc/dbos-transact-py/pull/185
* Readme Updates by kraftp in https://github.com/dbos-inc/dbos-transact-py/pull/186


**Full Changelog**: https://github.com/dbos-inc/dbos-transact-py/compare/0.18.0...0.19.0

Page 1 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.