Releases: tsimbalar/gha-build-monitor
Releases · tsimbalar/gha-build-monitor
v0.6.0
- deprecate
/dynamic
endpoint and introduce /builds
instead
- add a little html page at
/
v0.5.0
- Add caching to listing of repositories so that consecutive calls are faster during configuration
- update dependencies
v0.4.0
- Distinguish better between builds triggered for
push
and pull_request
. (PR builds now contain PR#
)
v0.3.0
- Show build definitions in folder per
owner
/ repo
- Return User display name when available
v0.2.0
Improve the displayed name of Build Definitions so that it's easier to figure out which build is which.
v0.1.0
Early preview version that supports Catlight Protocol "Dynamic Mode" , mean we should hit GitHub APIs less and avoid reaching rate limits.