Skip to content

Releases: taskbadger/taskbadger-python

Release v1.7.0

16 Feb 08:55

Choose a tag to compare

What's Changed

  • Support project API keys with auto-detection of org/project by @snopoke in #40

Full Changelog: v1.6.3...v1.7.0

v1.6.3

05 Feb 10:45

Choose a tag to compare

What's Changed

  • Add tracking for Celery canvas primitives (map/starmap/chunks) by @snopoke in #38

Full Changelog: v1.6.2...v1.6.3

v1.6.2

04 Dec 11:28

Choose a tag to compare

  • Remove upper bound on httpx dependnecy

Full Changelog: v1.6.1...v1.6.2

v1.6.1

04 Mar 18:30

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

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

Choose a tag to compare

What's Changed

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

v1.4.0

10 Feb 13:22

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

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

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

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