- Feature: Add button to show/toggle the build description. Thanks to olivgat!
- Feature: Add button to show/toggle the full build name. Thanks to Jan G!
- Update Downstream-Build-Cache to 1.7
- Fix: Major issue where the Build Flow displayed misaligned rows [JENKINS-65051]
- Feature: New "Flattened View", which represents all builds as a matrix (without the edges). Using this much more compact view, a lot more history can be visualized in a smaller area.
- Feature: Switch to hide upstream builds [JENKINS-63299]
- Fix: Security fixes [SECURITY-1940]
- Feature: Add /api/ endpoints for indicating if any builds are still ongoing
- Fix: Update downstream-build-cache dependency to v1.5.2 for performance fixes
- Feature: Rebuild cache asynchronously, allowing the Jenkins UI to be displayed much sooner when starting Jenkins.
- Fix: Updated downstream-build-cache-plugin to v1.4.1 for extra NPE-guards [JENKINS-60504]
- Fix: In rare situations concurrent modification exceptions was thrown if multiple child jobs was started at the same time
- Fix: Wrong build tree was displayed if the root build of the tree was a rebuild of previous build
- Adjust size of the busy animation for history dots
- Fix: Build flow failed to display on build page
- Fix: Ensure Build Flow is dynamically refreshed
- Fix: Null pointer exception for jobs without builds
- Reverse order of the build history dots.
- Feature: Switch to show build execution times.
- Feature: Switch to show dots indicating the build results of the 5 previous builds in each cell.
- Feature: Fullscreen Build Flow. Append "/yabv" to project/build page url.
- Fix: Drop down menu disappeared after Build Flow update.
- Fix: Tweaked animation to make the text more readable.
- Feature: Try to resize Build Flow width to fit within page if possible.
- Feature: Automatically refresh Build Flow graph without reloading the full page (default interval: 10s).
- Feature: Ensure that job names are unique enough to be easily identifiable (especially helpful when rendering multibranch pipeline builds).
- Fix: NPE if CauseAction was missing from build.
- Feature: Include downstream queue items in the build flow graph.
- Use build.displayName instead of build.number when displaying the Build Flow.
- Fix: Missing border on visualized builds with state "not yet built".
- Fix: Builds currently in progress had non-clickable links.
- Raise ordinance on BuildFlowAction.
- First public release.