Releases: birgitta410/gocd-api
Releases · birgitta410/gocd-api
0.9.0
0.8.0
- All fields that are aggregated by gocd-api are put into a separate object "summary", to better distinguish between raw data and aggregations
- Downstream pipelines can determine latest changer of upstream dependencies
- Activity knows if stages were cancelled
- Activity knows if stages are only scheduled or actually building
0.7.0
- gocd-api determines names of all pipelines and loads all their data
- Calls to
readData
have to be parametrized with a pipeline name - Getting instance of the API is now asynchronous, first call loads all data into cache
- Caching and reading pipeline history are two different things now (every read led to cache updates before)
- Activity contains stages instead of jobs
0.6.0
- (Hacky) support for self-signed certificates - by not rejecting unauthorised requests...
- Fix: properly filter activities by configured pipeline name
- Support commit info for manually triggered builds
0.5.0
- Adds list of changed files to build_cause
- Handles pipeline runs that were not triggered by a change (but manually, e.g.)
- Adds info texts to each job, as potential displayed tooltips/titles