Skip to content

Odds and Ends

Pre-release
Pre-release
Compare
Choose a tag to compare
@aaronsky aaronsky released this 25 May 05:11

This release makes a couple of breaking changes:

  • Buildkite (the client class) has been renamed to BuildkiteClient to remove confusion and also work around an LLDB bug
  • Proper handling of 204 No Content responses was introduced, because I neglected it originally. These responses are now treated appropriately as successful.
  • GraphQL.Content no longer must be Encodable, making the requirements for being a GraphQL response less onerous.

This release also fixes a bug with Team.Resources.List where the Everyone team has no description nor creator.

Finally, the package is published on the Buildkite docs now! Hooray!