Releases: buildkite/go-buildkite
Releases · buildkite/go-buildkite
v2.3.1 (🙅💣 Defuse)
Changed
- Go Modules: /v2 suffix on module path #63 (@pda)
- This makes v2.3.x findable by Go Modules aware version of Go, but also introduced the requirement of Semantic Import Versioning which means callers appending the new
/v2
package path suffix, as seen in theexamples/*.go
files.
- This makes v2.3.x findable by Go Modules aware version of Go, but also introduced the requirement of Semantic Import Versioning which means callers appending the new
v2.3.0 (🙀 Exploding Kittens)
- Add Annotations API support #62 (toolmantim)
- Add the
step_key
field to Jobs #61 (toolmantim) - Add header times to job log #59 (kushmansingh)
- run tests on go 1.13 #58 (yob)
- Fix tests: compile error, segfault. #57 (pda)
- Go modules; delete vendor/ #56 (pda)
- License/Copyright tidy #55 (pda)
- Add functionality for teams endpoint #54 (pyasi)
- Add client func for the Artifacts ListByJob endpoint #53 (aashishkapur)
- Add support for the Job ArtifactsURL field #52 (aashishkapur)
- Added include_retried_jobs for BuildsListOptions #51 (NorseGaud)
- Add support for getting a job's log output #48 (y-yagi)
- Fixed spelling errors in comment #46 (eightseventhreethree)
- Add YAML support to types #44 (gdhagger)
- Include
source
field for the builds API response #49 (angulito) - Add missing AgentListOptions. #50 (philwo)
- Add filtering option for listing builds by commit #47 (srmocher)
- Add cancel build function #45 (dschofie)
- Add pull request build information to CreateBuild #43 (jradtilbrook)
- Allow updating pipeline provider settings #41 (gdhagger)
- Explicitly set JSON content-type on API requests #40 (matthewd)