Skip to content

1.8.0

Latest
Compare
Choose a tag to compare
@dandavison dandavison released this 10 Oct 21:17
· 3 commits to main since this release
b162151

Get from PyPI

Highlights

  • New @workflow.init decorator allows __init__ to receive the workflow arguments. This can be useful for message handlers, since these may execute before the @workflow.run method.

Specific Changes

2024-09-24 - 0995ae0 - Workflow init (#645)
2024-09-25 - 3cf1b85 - Change client-side default to match server-side default (#649)
2024-09-25 - a1b5d65 - cargo update -p quinn-proto (#651)
2024-09-30 - 2e6d742 - Insert guard clause for workflow.upsert_search_attributes on empty inputs (#630)
2024-10-03 - badbb9e - Add documentation of signal and update handlers (#658)