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

Releases: zenaton/zenaton-python

0.4.2

03 Oct 13:32
Compare
Choose a tag to compare

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

26 Aug 14:45
2dc7378
Compare
Choose a tag to compare

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

25 Jun 14:19
7ee695f
Compare
Choose a tag to compare

Fixed

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

0.3.2

21 Jun 14:50
6317beb
Compare
Choose a tag to compare

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

21 Jun 14:53
cb4cb5e
Compare
Choose a tag to compare

Fixed

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

0.3.0

25 Mar 16:00
ec6bda3
Compare
Choose a tag to compare

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

21 Sep 17:30
Compare
Choose a tag to compare
Tests

0.2.2

20 Sep 09:04
Compare
Choose a tag to compare
Version Scheme

0.2.1

17 Sep 16:50
Compare
Choose a tag to compare

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

0.2.0

17 Sep 16:48
Compare
Choose a tag to compare

Initial Release of the fully rewritten library