Skip to content

Releases: TkTech/chancy

v0.10.6

08 Sep 09:45

Choose a tag to compare

  • Fix async push_many

v0.10.5

08 Sep 01:46

Choose a tag to compare

  • Added a basic CLI (experimental)
  • Removed migrate() from SyncChancy
  • Documentation fixes

v0.10.3

06 Sep 05:31

Choose a tag to compare

Full Changelog: v0.10.2...v0.10.3

v0.10.2

05 Sep 06:36

Choose a tag to compare

  • Expanded documentation
  • Added a Sequence as a special, simple kind of linear workflow.

v0.10.1

05 Sep 04:05

Choose a tag to compare

  • Re-add a react-based frontend for the API

v0.9.3

03 Sep 15:02

Choose a tag to compare

  • Global queue based rate limiting
  • Simplified workflow state tracking and behavior.

v0.9.2

28 Aug 09:43

Choose a tag to compare

  • Include Jinja2 as an explicit dependency for the web dependency group.

v0.9.1

28 Aug 09:35

Choose a tag to compare

  • Remove an accidental dependency on Jinja2 in the cron plugin

v0.9.0

09 Aug 13:46

Choose a tag to compare

Error capture, among other things.

v0.8.0

02 Aug 10:51

Choose a tag to compare

  • Significant refactor of how queues work, which are now global and are stored in the database
  • chancy.executors.async_ renamed to chancy.executors.asyncex
  • A new plugin, WorkflowPlugin, is now available for simple DAGs.
  • Pruner plugin now calls the cleanup() method on the various plugins when it triggers, giving other plugins a chance to cleanup custom tables and this is used by the Workflows plugin.
  • Some documentation improvements