Skip to content

Releases: codingjoe/joeflow

1.0.6

09 Nov 09:28
649e294
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.5...1.0.6

1.0.5

08 Apr 10:15
8ea4038
Compare
Choose a tag to compare
  • Rerun unsuccessful celery tasks indefinitely

1.0.4

08 Jan 09:44
Compare
Choose a tag to compare
  • Fix #26 -- Change workflow URLs to expect an integer PK

1.0.3

22 Oct 14:35
Compare
Choose a tag to compare
  • Fix TaskViewMixin shadowing create_task method
  • Fix TaskViewMixin create tasks form_valid only

1.0.2

05 Oct 14:53
Compare
Choose a tag to compare
  • Fix outdated documentation
  • Add missing Django 3.1 PyPi classifier

1.0.1

29 Sep 12:20
Compare
Choose a tag to compare
  • Fix tutorial workflow documentation

1.0.0

08 Sep 07:20
Compare
Choose a tag to compare
Display if an edge was traveled or not and add all edges

1.0a3

14 Aug 09:48
Compare
Choose a tag to compare
1.0a3 Pre-release
Pre-release
  • Render graph edges with correct colors #15

1.0a2

10 Aug 07:18
Compare
Choose a tag to compare
1.0a2 Pre-release
Pre-release
  • Resolve #8 -- Use a DB table lock over a Redis lock
  • Fix #7 -- Switch to varchar from text to support Oracle indices

1.0a1

28 May 15:10
Compare
Choose a tag to compare
1.0a1 Pre-release
Pre-release
  • Add Dramatiq support as an alternative to Celery
  • Add Django 3.0 support
  • Add Python 3.8 support