Skip to content

Releases: czue/celery-progress

0.4

12 Jun 15:46
Compare
Choose a tag to compare
0.4

What's Changed

This release adds an increment_progress() method and the GroupProgress class to support group results.

  • updates to make APIs easier to work with by @czue in #116
  • support group results by @czue in #115

Full Changelog: 0.3...0.4

0.3

03 Apr 15:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2...0.3

0.2

02 Mar 08:32
Compare
Choose a tag to compare
0.2

What's Changed

  • Allow default colors to be accessed without class instantiation by @giovcandido in #100
  • Changed url to re_path for compatibility with Django >= 4. by @Whitie in #101
  • Fixed TypeError in JS. by @Whitie in #103
  • wrapped async_to_sync in closing function by @boxofbox in #107

New Contributors

Full Changelog: 0.1.3...0.2

0.1.3

13 Dec 12:50
670166f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.2...0.1.3

0.1.2

25 Jan 07:15
Compare
Choose a tag to compare

What's Changed

  • don't crash on default success if progress / message elements are null by @czue in #87
  • Allow overriding a few default messages by @czue in #89
  • update readme with wrapper examples by @timnyborg in #90
  • clarify old urls should be removed by @timnyborg in #91
  • Fetch the task state only once at the beginning and store it in local variable by @mobiware in #92
  • Lint: Update dead README images by @EJH2 in #94

New Contributors

Full Changelog: 0.1.1...0.1.2

0.1.1

25 Jan 07:14
Compare
Choose a tag to compare

Note: these release notes include all PRs before 0.1.1.

What's Changed

New Contributors

Full Changelog: https://github.com/czue/celery-progress/commits/0.1.1