Skip to content

Releases: taskbadger/taskbadger-python

Release v2.1.0a2

26 May 18:29

Choose a tag to compare

What's Changed

  • fix: make procrastinate integration tests runnable in CI by @snopoke in #48
  • fix(procrastinate): track periodic tasks via job_manager.defer_periodic_job by @snopoke in #49

Full Changelog: v2.1.0a1...v2.1.0a2

Release v2.1.0a1

26 May 10:07
9e97585

Choose a tag to compare

What's Changed

  • Add Procrastinate integration by @snopoke in #46
  • chore: prep 2.1.0a1 alpha release with procrastinate support by @snopoke in #47

Full Changelog: v2.0.0...v2.1.0a1

Release v2.0.0

05 May 15:25

Choose a tag to compare

What's Changed

  • Move CLI deps (typer, rich) to optional [cli] extra by @snopoke in #42
  • Align Python version support with CI matrix (drop 3.9) by @snopoke in #44
  • Remove deprecated update_progress / increment_progress by @snopoke in #43
  • Refresh lint/format tooling by @snopoke in #45

Full Changelog: v1.7.0...v2.0.0

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