summaryrefslogtreecommitdiff
path: root/releasenotes/notes/non-final-builds-2-d9024df868c7e038.yaml
blob: 30b83b81e736b6be891fd51778dedf515db11a0a (plain)
1
2
3
4
5
6
7
8
9
---
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.