Skip to content

0.1.1

Compare
Choose a tag to compare
@czue czue released this 25 Jan 07:14
· 55 commits to master since this release

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