Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Releases: zenaton/zenaton-python

0.4.2

Choose a tag to compare

@antoinereyt antoinereyt released this 03 Oct 13:32

Added

  • Added custom_id argument for workflow schedule.
  • Dispatch of tasks and workflows are now done using the API instead of a local agent.
  • Pause, Resume and Kill workflows are now done using the API instead of a local agent.
  • Send event to workflow is now done using the API instead of a local agent.
  • Find workflow is now done using the API instead of a local agent.

0.4.0

Choose a tag to compare

@MrYawe MrYawe released this 26 Aug 14:45
2dc7378

Added

  • Added a intent_id property when dispatching workflows and tasks, sending events to workflows, and
    pausing/resuming/killing workflows.

  • Added scheduling: schedule(cron)

0.3.3

Choose a tag to compare

@geomagilles geomagilles released this 25 Jun 14:19
7ee695f

Fixed

  • Fix a typo in client.py that prevents correct executions of versions

0.3.2

Choose a tag to compare

@Ciboulette Ciboulette released this 21 Jun 14:50
6317beb

Fixed

  • Calling day_of_month on a wait task now waits for to wait for the next day having the requested day number, even if that means waiting for next month. (i.e calling Wait().day_of_month(31) on February, 2nd will wait for March, 31st)
  • Fixed Wait task behavior in some edge cases
  • Encodes HTTP params before sending request

Added

  • Added event_data property when sending event.

0.3.1

Choose a tag to compare

@Ciboulette Ciboulette released this 21 Jun 14:53
cb4cb5e

Fixed

  • Fixed MANIFEST.in file not included files required by setup.py.

0.3.0

Choose a tag to compare

@pylebecq pylebecq released this 25 Mar 16:00
ec6bda3

Added

Calling dispatch on tasks now allows to process tasks asynchronously

Fixed

Fixed Wait task behavior in some edge cases
Encodes HTTP params before sending request

0.2.3

Choose a tag to compare

@yannbu yannbu released this 21 Sep 17:30
Tests

0.2.2

Choose a tag to compare

@yannbu yannbu released this 20 Sep 09:04
Version Scheme

0.2.1

Choose a tag to compare

@yannbu yannbu released this 17 Sep 16:50

Top Level Module Change (Zenaton.core -> zenaton)

0.2.0

Choose a tag to compare

@yannbu yannbu released this 17 Sep 16:48

Initial Release of the fully rewritten library