Skip to content

Releases: taskbadger/taskbadger-python

Release v2.1.0a2

Choose a tag to compare

@github-actions github-actions released this 26 May 18:29

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

Choose a tag to compare

@github-actions github-actions released this 26 May 10:07
9e97585

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

Choose a tag to compare

@github-actions github-actions released this 05 May 15:25

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

Choose a tag to compare

@github-actions github-actions released this 16 Feb 08:55

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

Choose a tag to compare

@github-actions github-actions released this 05 Feb 10:45

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

Choose a tag to compare

@github-actions github-actions released this 04 Dec 11:28
  • Remove upper bound on httpx dependnecy

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

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 04 Mar 18:30

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

Choose a tag to compare

@github-actions github-actions released this 03 Mar 18:55

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

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