Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.12
->8.13
1.39.0
->1.43.0
1.39.0
->1.43.0
1.39.0
->1.43.0
4.29.2
->4.30.1
4.29.2
->4.30.1
2.7.1
->2.8.0
2.1.0-1.0.29
->2.1.10-1.0.31
2.1.0-1.0.29
->2.1.10-1.0.31
0.6.1
->0.6.2
2.1.0
->2.1.10
2.1.0
->2.1.10
2.1.0
->2.1.10
2.1.0
->2.1.10
2.1.0
->2.1.10
2.1.0
->2.1.10
2.1.0
->2.1.10
2.54
->2.55
2.54
->2.55
2.54
->2.55
2.54
->2.55
2.54
->2.55
3.0.2
->3.0.3
3.0.2
->3.0.3
33.7.0
->33.10.0
1.3.0-alpha02
->1.3.0-beta01
2.8.5
->2.8.9
2.8.5
->2.8.9
6.25.0
->7.0.2
1.0.0-beta01
->1.0.0-beta02
1.1.1
->1.1.3
1.1.1
->1.1.3
1.7.6
->1.7.8
1.1.0-rc01
->1.1.0
1.1.0-rc01
->1.1.0
1.1.0-rc01
->1.1.0
1.8.0-alpha07
->1.8.0-rc01
2025.02.00
->2025.03.00
1.9.3
->1.10.1
31.7.3
->31.9.0
31.7.3
->31.9.0
31.7.3
->31.9.0
31.7.3
->31.9.0
8.7.3
->8.9.0
8.7.3
->8.9.0
8.7.3
->8.9.0
8.7.3
->8.9.0
8.7.3
->8.9.0
2.1.4
->2.1.5
0.37.0
->0.37.2
Release Notes
gradle/gradle (gradle)
v8.13
Compare Source
v8.12.1
: 8.12.1Compare Source
The Gradle team is excited to announce Gradle 8.12.1.
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Abhiraj Adhikary,
Ayush Saxena,
Björn Kautler,
davidburstrom,
Dominic Fellbaum,
Emmanuel Ferdman,
Finn Petersen,
Johnny Lim,
Mahdi Hosseinzadeh,
Martin Bonnin,
Paint_Ninja,
Petter Måhlén,
Philip Wedemann,
stegeto22,
Tanish,
TheGoesen,
Tim Nielens,
Trout Zhang,
Victor Merkulov
Upgrade instructions
Switch your build to use Gradle 8.12.1 by updating your wrapper:
See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
takahirom/roborazzi (io.github.takahirom.roborazzi)
v1.43.0
Compare Source
Bugfix
Added error handling for font availability checks in headless environments, falling back to
Font.MONOSPACED
when preferred fonts are unavailable. Thanks for reporting this issue @pavel163What's Changed
Full Changelog: takahirom/roborazzi@1.42.0...1.43.0
v1.42.0
Compare Source
Bug fixes
We are using the "Courier New" font for comparison image text and screenshot dumps. It appears that "Courier New" is not available in CentOS, although this may not be an issue for Mac, Ubuntu, and Windows users.
To address this problem, we have introduced two mechanisms. Thank you for reporting this issue, @LloydBlv.
roborazzi.theme.typography.font.name=Your Font Name
What's Changed
Full Changelog: takahirom/roborazzi@1.41.1...1.42.0
v1.41.1
Compare Source
In some cases, the new test result format breaks the report's HTML/JS. Thank for fixing this, @unni-dm!
What's Changed
New Contributors
Full Changelog: takahirom/roborazzi@1.41.0...1.41.1
v1.41.0
Compare Source
HTML Report Improvements
Thanks to @mannodermaus's contribution, context and AI assertion results now display more intuitively instead of showing raw data class

toString()
outputs.Bug Fixes
Automatic Retry Handling for 429 Errors
(Only relevant for arbigent-ai-openai users)
We've implemented automatic retry logic for HTTP 429 errors common with AI model rate limits, eliminating manual intervention.
Experimental Multi-Image AI Assertion
Originally developed for Arbigent, this feature now supports multi-image inputs for AI assertions - enabling detection of video playback or animated content through AI analysis.
What's Changed
Full Changelog: takahirom/roborazzi@1.40.1...1.41.0
v1.40.1
Compare Source
New Feature: Add AiAssertionOptions.AssertionImageType to Support Actual Image Validation
We previously introduced AI Assertion which utilizes a comparison image for assertions. However, we noticed the current implementation struggled with optimal performance due to image size constraints, where sufficient context size is crucial for accurate AI analysis. To address this, we've introduced the
AssertionImageType
parameter. You can now specify the image type viaAiAssertionOptions
.Bug Fix: Improved AI Assertion OpenAI API Error Messaging
Previously, API error messages were unclear and unhelpful. We've revamped the error handling to provide meaningful feedback, including proper API status details.
Before:
After:
Changes from 1.40.0
We initially introduced
AssertionImageType.Reference
instead ofAssertionImageType.Actual
in version 1.40.0. This was a mistake, as it referred to old images, a feature we've determined to be unnecessary. We have corrected this in the current release by usingAssertionImageType.Actual
.What's Changed
65c4c4a
by @renovate in https://github.com/takahirom/roborazzi/pull/619Configuration
📅 Schedule: Branch creation - "* 0-3 * * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.