Skip to content

v0.14.1

Compare
Choose a tag to compare
@geomagilles geomagilles released this 18 Jun 17:06
· 22 commits to main since this release
70b7659

🚀 New Features

  • Users can now update the object mapper for fine-grained control of serialization.
  • Fix #233 - Introduced keySetTable and keyValueTable settings for storage configuration, allowing custom names for storage tables.

🚨 Breaking Changes

  • Renamed Task.set to Task.setContext.
  • workflowId, workflowName, methodId, methodName, tags, and meta are now static properties of the Workflow class.

🔬 Improvements

  • Enhanced the and operator for Deferred.

🪲 Bug Fixes