Skip to content

Releases: WillemDeGroef/python-durable

v0.2.3

11 Mar 16:22

Choose a tag to compare

What's Changed

  • Fix @wf.task Pydantic model serialization/deserialization

Full Changelog: v0.2.2...v0.2.3

v0.2.2

11 Mar 13:11

Choose a tag to compare

What's Changed

  • Fix DurableAgent returning dict instead of Pydantic model on replay

Full Changelog: v0.2.1...v0.2.2

v0.2.1

11 Mar 09:03

Choose a tag to compare

What's Changed

  • Fix DurableAgent JSON serialization for SQLiteStore

Full Changelog: v0.2.0...v0.2.1

v0.2.0

11 Mar 08:33
49734e9

Choose a tag to compare

v0.1.1

28 Feb 10:59

Choose a tag to compare

What's New

  • Redis store — Added RedisStore backend as an alternative to SQLite for distributed workflows
  • Signal support — Workflows can now send and wait for signals, enabling coordination between runs

Full Changelog: v0.1.0...v0.1.1

v0.1.0

20 Feb 13:50

Choose a tag to compare

github workflow