Odds and Ends
Pre-release
Pre-release
This release makes a couple of breaking changes:
Buildkite
(the client class) has been renamed toBuildkiteClient
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 beEncodable
, 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!