Celery-progress

Latest version: v0.5

Safety actively analyzes 701671 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.1.5

Added instruction in ReadMe how-to run this demo app
Simplified part of code and templates
Upgraded packages requirements

0.1.3

What's Changed
* Update Classifiers by hamzdiou in https://github.com/czue/celery-progress/pull/96
* add pyproject.toml by czue in https://github.com/czue/celery-progress/pull/99

New Contributors
* hamzdiou made their first contribution in https://github.com/czue/celery-progress/pull/96

**Full Changelog**: https://github.com/czue/celery-progress/compare/0.1.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 https://github.com/czue/celery-progress/pull/87
* Allow overriding a few default messages by czue in https://github.com/czue/celery-progress/pull/89
* update readme with wrapper examples by timnyborg in https://github.com/czue/celery-progress/pull/90
* clarify old urls should be removed by timnyborg in https://github.com/czue/celery-progress/pull/91
* Fetch the task state only once at the beginning and store it in local variable by mobiware in https://github.com/czue/celery-progress/pull/92
* Lint: Update dead README images by EJH2 in https://github.com/czue/celery-progress/pull/94

New Contributors
* timnyborg made their first contribution in https://github.com/czue/celery-progress/pull/90
* mobiware made their first contribution in https://github.com/czue/celery-progress/pull/92

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

New Contributors
* chisvi made their first contribution in https://github.com/czue/celery-progress/pull/9
* mcrot made their first contribution in https://github.com/czue/celery-progress/pull/12
* ivn86 made their first contribution in https://github.com/czue/celery-progress/pull/3
* snakesonabrain made their first contribution in https://github.com/czue/celery-progress/pull/4
* Madjura made their first contribution in https://github.com/czue/celery-progress/pull/18
* robertschulze made their first contribution in https://github.com/czue/celery-progress/pull/24
* oisinBates made their first contribution in https://github.com/czue/celery-progress/pull/30
* ashutoshsingh0223 made their first contribution in https://github.com/czue/celery-progress/pull/32
* eeintech made their first contribution in https://github.com/czue/celery-progress/pull/37
* OmarWKH made their first contribution in https://github.com/czue/celery-progress/pull/42
* JoeSc made their first contribution in https://github.com/czue/celery-progress/pull/71
* abedyngash made their first contribution in https://github.com/czue/celery-progress/pull/79

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

0.1.0

Features:
- Celery task is used to run wget process to download from a URL
- Celery-progress bar is updated according to the wget process output (download percentage)
- If task completes successfully, the downloaded file is immediately deleted

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.