Skip to content

1.14.0

Choose a tag to compare

@kraftp kraftp released this 16 Sep 16:47
· 35 commits to main since this release
7173cbd

New Features

Workflow Debouncing. When you debounce a workflow, you delay its execution until some time has passed since the workflow has last been called. Debouncing is really useful for preventing wasted work when a workflow may be triggered multiple times in quick succession. For example, if a user is editing an input field, you can debounce their changes to execute a processing workflow only after they haven't edited the field for some time.

Docs: https://docs.dbos.dev/python/reference/contexts#debouncing

What's Changed

New Contributors

Full Changelog: 1.13.0...1.14.0