Releases: czue/celery-progress
Releases · czue/celery-progress
0.4
0.3
What's Changed
- fix retry errors by @czue in #112
- fix: Change retry logic to extract next run from traceback by @adinhodovic in #111
- fix: Add simple retries on network errors by @adinhodovic in #113
New Contributors
- @adinhodovic made their first contribution in #111
Full Changelog: 0.2...0.3
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
- @giovcandido made their first contribution in #100
- @Whitie made their first contribution in #101
- @boxofbox made their first contribution in #107
Full Changelog: 0.1.3...0.2
0.1.3
0.1.2
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
- @timnyborg made their first contribution in #90
- @mobiware made their first contribution in #92
Full Changelog: 0.1.1...0.1.2
0.1.1
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
- @chisvi made their first contribution in #9
- @mcrot made their first contribution in #12
- @ivn86 made their first contribution in #3
- @snakesonabrain made their first contribution in #4
- @Madjura made their first contribution in #18
- @robertschulze made their first contribution in #24
- @oisinBates made their first contribution in #30
- @ashutoshsingh0223 made their first contribution in #32
- @eeintech made their first contribution in #37
- @OmarWKH made their first contribution in #42
- @JoeSc made their first contribution in #71
- @abedyngash made their first contribution in #79
Full Changelog: https://github.com/czue/celery-progress/commits/0.1.1