Skip to content

1.15.0

Compare
Choose a tag to compare
@takahirom takahirom released this 07 May 01:20
· 661 commits to main since this release
bcee2ce

Improvements

  • Resolved a Race Condition in Roborazzi Gradle Integration Tests: In version 1.14.0, we identified an intermittent issue where images from Roborazzi did not always appear in the output directory during certain test scenarios, particularly when test results were cached. Despite efforts to resolve this in 1.14.0, the issue persisted due to its elusive nature. In this release, we have successfully addressed this problem, ensuring that images are now consistently placed in the output directory under similar conditions. This improvement has been verified through our integration tests. This issue may occur in user projects, so we recommend updating to this version.
    We continue to refine our testing processes to prevent similar issues in future releases.

What's Changed

  • Update CompileSdk 34 by @takahirom in #344
  • Add debug code for flaky test by @takahirom in #346
  • Fix issue where finalizedTask is skipped unexpectedly by @takahirom in #347
  • Improve performance for race condition workaround by @takahirom in #348
  • Improve performance for race condition workaround2 by @takahirom in #349
  • [CI]Pin dependencies by @renovate in #329
  • [CI]Update actions/checkout action to v3.6.0 by @renovate in #334
  • [CI]Update actions/setup-java action to v3.13.0 by @renovate in #335
  • [CI]Update dawidd6/action-download-artifact action to v2.28.0 by @renovate in #338
  • [Sample]Update dependency androidx.appcompat:appcompat to v1.6.1 by @renovate in #339
  • [Sample]Update dependency androidx.constraintlayout:constraintlayout to v2.1.4 by @renovate in #330

Full Changelog: 1.14.0...1.15.0