7444fbd8c3
Now that 3.19.1 has been merged, re-add these notes (with modified ids) so they will appear in the next release. Change-Id: If2906763c51f1c829b1bbc1c5672b5e3f3746c6f
10 lines
392 B
YAML
10 lines
392 B
YAML
---
|
|
features:
|
|
- |
|
|
The builds/ and buildset/ API endpoints now include information about
|
|
retried builds. They are called non-final as those are all builds that
|
|
were retried at least once and thus weren't visible to the user so far.
|
|
|
|
The builds/ API can filter those retried builds and you might exclude
|
|
them from API result by setting ``final=false`` in the API request.
|