Skip to content

Releases: otto-de/jlineup

Release early-access

16 Apr 09:05
Compare
Choose a tag to compare
Release early-access Pre-release
Pre-release

Changelog

79eb0b4 Don't print exception when LambdaBrowser is not accessible
650765d Update Chrome to 135 in Lambda dockerfile
d814a78 Next snapshot

Release v4.13.6

14 Apr 15:43
5b45a9c
Compare
Choose a tag to compare

Changelog

5b45a9c Release 4.13.6
38c3392 fix publishing of executable jars
bde7c12 Dependency updates
6c0dff3 Add screenshot of the sonatype central error
9f2194d Fix typo
0d8ca34 Fix publishing to new Sonatype Central Publisher Portal
c53315b Bump org.junit.platform:junit-platform-launcher from 1.12.1 to 1.12.2
10f82f1 Update HISTORY.md

Release v4.13.5

11 Apr 14:13
Compare
Choose a tag to compare

Changelog

58602d3 Reapply "Release 4.13.5"
f912dc5 Revert "Release 4.13.5"
5028612 Release 4.13.5
8146212 Add manual trigger to delete old packages workflow
e327ea4 Add delete old snapshots workflow
64802f7 Use JReleaser to publish
915cc3a Dependency updates
4d4a65d Use CodeQL also for dependabot pull requests (branch protection rules block every pull request if not)
f3deffd Latest AMI Linux 2023 image in lambda dockerfile
06e12df Add scorecard badge to readme
6715591 Bump software.amazon.awssdk.crt:aws-crt from 0.36.3 to 0.37.0
eea7c17 Bump awsSdkVersion from 2.31.8 to 2.31.10
8575ab7 Use upload-artifact@v4
784094b Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.2 to 5.4.3
a8dc44c Use latest AMI Linux image
fddcf52 Next snapshot

Release 4.13.4

26 Mar 15:35
Compare
Choose a tag to compare

What's changed

  • Update: Selenium 4.30.0
  • Update: Further Dependency Updates

Dependency Updates

Full Changelog: v4.13.3...v4.13.4

v4.13.3

14 Mar 12:34
Compare
Choose a tag to compare

What's Changed

  • Bugfix: Also add cookies to setup-paths and cleanup-paths preparation and teardown calls (#1809)
  • Bugfix: Fix error in lambda docker image that occured because the compression algorithm of the firefox download changed to xz instead of bz2

Dependency Updates

Full Changelog: v4.13.2...v4.13.3

Release 4.13.2

18 Jan 19:19
Compare
Choose a tag to compare

What's Changed

  • Feature: Add possibility to override the browser version via environment variables, command line parameter or
    settings.properties. Use JLINEUP_CHROME_VERSION or jlineup.chrome-version to set the Chrome version and
    JLINEUP_FIREFOX_VERSION or jlineup.firefox-version to set the Firefox version. This can be useful if you want to
    use a specific browser version for your tests. The command line options are named --chrome-version and
    --firefox-version. Selenium will try to download the specified version and a matching driver if it's not already
    installed on the system.

Dependency Updates

Read more

Release 4.13.1

23 Aug 14:49
Compare
Choose a tag to compare

What's new?

  • Feature: Add security feature that limits the allowed urls to certain defined prefixes for the web version. You can
    define those prefixes in the application properties with the jlineup.allowed-urls-prefixes property.
  • Update: Selenium 4.23.1
  • Update: Further Dependency Updates

Dependency updates

Full Changelog: v4.13.0...v4.13.1

Release 4.13.0

07 Jul 21:46
Compare
Choose a tag to compare

What's Changed

  • Bugfix: The --crop-last-screenshot option was adjusted to fill cropped areas with pixels in the background color to
    match screenshot sizes.
  • Feature: It's possible to add a message field to the job config. This message is displayed in the report.
  • Feature: There's a new approval-link field in the job config. If set, the report will contain a link to this URL in
    case of a difference. This can be used to directly approve the differences to continue a CI run.
  • Improvement: The lambda browser retries on more error messages now to improve stability.

Dependency updates

Full Changelog: v4.12.1...v4.13.0

Release 4.12.1

17 May 09:04
Compare
Choose a tag to compare

What's Changed

  • Bugfix: Possible NullPointerException in Pixelmatch implementation
  • Update: Selenium 4.21.0

Dependency updates

Full Changelog: v4.12.0...v4.12.1

Release 4.12.0

15 May 12:09
Compare
Choose a tag to compare

What's Changed

  • Improvement: Set some more Chrome options to try to improve deterministic rendering
  • Improvement: The max detected color difference is now printed in the report, additionally
    the delta is visualized in the diff image (brighter means more difference)
  • Feature: Add option to crop last screenshot to match the previous screenshots on a scrolling page.
    The cli parameter is --crop-last-screenshot and can be set to true or false (false is default).
    The JLINEUP_CROP_LAST_SCREENSHOT environment variable can be used to set this also (in lambda for example).
    If you prefer to use a settings.properties file you can set jlineup.crop-last-screenshot=true in there.

Dependency updates

Full Changelog: v4.11.1...v4.12.0