- Upgraded Celery to 4.3.0
- Really added Celery integration to sentry agent
- Added Celery integration for sentry agent.
- Uses sentry agent for bug reporting. See sentry documentation.
- Changing version of requests to add flexibility.
- Fix handling of service exception messages with UTF-8 content.
- Add a Report class normalizing format of execution reports.
- Add argument permitting annotation uploads in ZIP format.
- Using the package requests[security] rather than requests to avoid download errors with python versions < 2.7.9
- For the download, passing the timeout and the max_try in parameters. Using shutil.copyfileobj to write file on disk
- When sending a task, queue name must be given.
- Honors a new key value called callback_url which is called at the end of a task.
- py3k compatible
- First release