Skip to content

Releases: taskbadger/taskbadger-python

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

Release v1.1.0

01 Nov 14:02
Compare
Choose a tag to compare

What's Changed

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

Release v1.0.0

31 Oct 09:20
557918f
Compare
Choose a tag to compare

What's Changed

SDK

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

Release v0.8.0

11 Oct 15:42
Compare
Choose a tag to compare

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

28 Sep 14:12
Compare
Choose a tag to compare

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 and max_runtime from minutes to seconds

Full Changelog: v0.6.1...v0.7.1