Skip to content

Releases: taskbadger/taskbadger-python

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

Release v0.6.1

13 Jul 13:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

Release v0.6.0

13 Jul 13:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

Release v0.5.0

01 Jun 14:47
Compare
Choose a tag to compare
  • Add support for webhook integrations

Full Changelog: v0.4.4...v0.5.0

v0.4.4

24 May 19:36
Compare
Choose a tag to compare
  • Add 'safe' functions