Skip to content

Releases: taskbadger/taskbadger-python

v1.6.1

04 Mar 18:30
Compare
Choose a tag to compare

What's Changed

  • Deprecate task.update_progress and task.increment_progress in favour of task.update_value and task.increment_value
  • Return boolean from task.udpate_value and task.ping to indicate whether an update was made

Full Changelog: v1.6.0...v1.6.1

v1.6.0

03 Mar 18:55
Compare
Choose a tag to compare

What's Changed

  • Add optional rate limiting for task updates by @snopoke in #35

Full Changelog: v1.5.0...v1.6.0

v1.5.0

14 Feb 13:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

10 Feb 13:22
Compare
Choose a tag to compare

What's Changed

Other changes

Full Changelog: v1.3.4...v1.4.0

v1.3.4

01 Aug 11:06
Compare
Choose a tag to compare

What's Changed

  • Fix serialization error when TB is installed but not configured by @snopoke in #29

Full Changelog: v1.3.3...v1.3.4

v1.3.3

07 Jun 10:31
Compare
Choose a tag to compare

What's Changed

  • Downgrade exception logs from safe methods to warnings

Full Changelog: v1.3.2...v1.3.3

v1.3.2

04 Jun 08:47
Compare
Choose a tag to compare

What's Changed

  • fix celery serialization bug by @snopoke in #28
    • add safe_update method to Task

Full Changelog: v1.3.1...v1.3.2

Release v1.3.1

08 Nov 14:25
Compare
Choose a tag to compare

What's Changed

  • [bug] fix issue where celery signals were not being connected by @snopoke in #27

Full Changelog: v1.3.0...v1.3.1

Release v1.3.0

03 Nov 13:02
Compare
Choose a tag to compare

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

01 Nov 16:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0