Releases: taskbadger/taskbadger-python
Releases · taskbadger/taskbadger-python
v1.3.4
v1.3.3
What's Changed
- Downgrade exception logs from
safe
methods to warnings
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
Full Changelog: v1.3.1...v1.3.2
Release v1.3.1
What's Changed
Full Changelog: v1.3.0...v1.3.1
Release v1.3.0
What's Changed
Celery Integration
-
allow specifying task names to include / exclude from tracking:
CelerySystemIntegration(include=["my.tasks..*"], exclude=[".*healthcheck.*"])
Full Changelog: v1.2.0...v1.3.0
Release v1.2.0
What's Changed
Full Changelog: v1.1.0...v1.2.0
Release v1.1.0
Release v1.0.0
What's Changed
SDK
@track
Function decorator for tracking python functions with Task Badger- Celery integration
Full Changelog: v0.8.0...v1.0.0
Release v0.8.0
What's Changed
CLI
Add new basic operation commands:
- get
- list
- create
- update
SDK
- Upgrade dependencies
- Add session objects to allow reuse HTTP connections
- Add optional
data_merge_strategy
create_task_safe
now returns the whole task instead of just the task ID
Full Changelog: v0.7.1...v0.8.0
Release v0.7.1
What's Changed
- update gen code + better error handling by @snopoke in #6
- update schema with changes from API by @snopoke in #20
- This changes the units for
stale_timeout
andmax_runtime
from minutes to seconds
- This changes the units for
Full Changelog: v0.6.1...v0.7.1