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 https://github.com/czue/celery-progress/pull/116 * support group results by czue in https://github.com/czue/celery-progress/pull/115
What's Changed * fix retry errors by czue in https://github.com/czue/celery-progress/pull/112 * fix: Change retry logic to extract next run from traceback by adinhodovic in https://github.com/czue/celery-progress/pull/111 * fix: Add simple retries on network errors by adinhodovic in https://github.com/czue/celery-progress/pull/113
New Contributors * adinhodovic made their first contribution in https://github.com/czue/celery-progress/pull/111
What's Changed * Allow default colors to be accessed without class instantiation by giovcandido in https://github.com/czue/celery-progress/pull/100 * Changed url to re_path for compatibility with Django >= 4. by Whitie in https://github.com/czue/celery-progress/pull/101 * Fixed TypeError in JS. by Whitie in https://github.com/czue/celery-progress/pull/103 * wrapped async_to_sync in closing function by boxofbox in https://github.com/czue/celery-progress/pull/107
New Contributors * giovcandido made their first contribution in https://github.com/czue/celery-progress/pull/100 * Whitie made their first contribution in https://github.com/czue/celery-progress/pull/101 * boxofbox made their first contribution in https://github.com/czue/celery-progress/pull/107
Updated Django to 4.2, Redis to 4.5 and celery-progress to 0.3
0.1.7
- Upgraded to Django 4.1, Celery 5.2, Redis 4.4 and celery-progress `0.1.3`. - Cleaned-up requirements - Added warning in README about starting Celery without `redis-server` running in background