Skip to content

Releases: taskbadger/taskbadger-python

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 14 Feb 13:01

What's Changed

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

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 13:22

What's Changed

Other changes

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

v1.3.4

Choose a tag to compare

@github-actions github-actions released this 01 Aug 11:06

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

Choose a tag to compare

@github-actions github-actions released this 07 Jun 10:31

What's Changed

  • Downgrade exception logs from safe methods to warnings

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

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 04 Jun 08:47

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

Choose a tag to compare

@github-actions github-actions released this 08 Nov 14:25

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

Choose a tag to compare

@github-actions github-actions released this 03 Nov 13:02

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

Choose a tag to compare

@github-actions github-actions released this 01 Nov 16:03

What's Changed

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

Release v1.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Nov 14:02

What's Changed

Full Changelog: v1.0.0...v1.1.0

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Oct 09:20
557918f

What's Changed

SDK

Full Changelog: v0.8.0...v1.0.0