Skip to content

Releases: pyasi/pybuildkite

Bug fixes

28 Jan 01:32
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed a bug which didn't allow you to query builds using a single Build State.
  • Fixed bugs with the jobs endpoint which caused 500s

Allow for Pagination

20 Nov 03:39
0e931eb
Compare
Choose a tag to compare
  • Added the ability to perform pagination to ensure that users can get all results from the Buildkite API

Ability to query multiple build states

01 Nov 16:58
b8e51e4
Compare
Choose a tag to compare
  • We've added the ability to have multiple build states to your queries so you can check for Running and Scheduled builds (for example)
  • We've also upped the standard items per page to the max 100

Completion of REST functionality

18 Oct 00:44
8019dee
Compare
Choose a tag to compare

Added functionality to create and delete pipelines. This completes all REST functionality for the Buildkite API according to https://buildkite.com/docs/apis/rest-api

Initial Release

17 Oct 01:06
Compare
Choose a tag to compare

This release comes with almost all functionality. The unfinished functionality is DELETE requests and some pipeline API requests. These features are in progress and coming soon.