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

  • Always return a float to ensure it can be JSON-serialized by @chisvi in #9
  • Fixes for issues 10 and 11 by @mcrot in #12
  • Added result output by @ivn86 in #3
  • Stopping celery task by @snakesonabrain in #4
  • Allows adding an optional description string to customize progress message by @Madjura in #18
  • Implement WebSockets by @EJH2 in #17
  • Websocket tweaks by @czue in #19
  • Fix HTTPS websocket support by @EJH2 in #20
  • Fix Javascript by @EJH2 in #22
  • Add logical package structure for websockets by @EJH2 in #23
  • Update README.md by @robertschulze in #24
  • adding result data to 'onSuccess' function by @oisinBates in #30
  • Stop Tasks and include exception message by @oisinBates in #31
  • Update Readme.md by @ashutoshsingh0223 in #32
  • Added my Github demo and guide to the Demo section by @eeintech in #37
  • use textContent instead of innerHTML by @OmarWKH in #42
  • More error handling in the polling client by @OmarWKH in #43
  • tweaks for 0.11 release by @czue in #45
  • better message when progress first starts by @czue in #46
  • Make CeleryWebSocketProgressBar a subclass of CeleryProgressBar by @OmarWKH in #47
  • Show task started even if it doesn't update progress by @OmarWKH in #48
  • Websocket Optimization by @EJH2 in #51
  • introducing KnownResult for WS by @OmarWKH in #52
  • switch from f-string to string format by @czue in #57
  • Remove stop_task by @EJH2 in #60
  • Support Retries by @EJH2 in #61
  • Custom Colors by @EJH2 in #62
  • Support Revoked State by @EJH2 in #63
  • Support Ignored State by @EJH2 in #64
  • Moved getMessageDetails to onSuccessDefault handler by @eeintech in #67
  • Add never_cache Decorator to get_progress View by @JoeSc in #71
  • Fix result onerror by @OmarWKH in #69
  • Hotfix support for Channels v3 by @EJH2 in #72
  • Maintenance and support for Django >= 3.1 by @abedyngash in #79
  • Log and print unknown state by @OmarWKH in #82

New Contributors

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