Releases: otto-de/jlineup
Release 4.12.0
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).
TheJLINEUP_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 setjlineup.crop-last-screenshot=true
in there.
Dependency updates
- Bump info.picocli:picocli-codegen from 4.7.5 to 4.7.6 by @dependabot in #1393
- Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 by @dependabot in #1400
- Bump amazonAwsJavaSdkVersion from 1.12.711 to 1.12.722 by @dependabot in #1406
- Bump tomcatVersion from 10.1.23 to 10.1.24 by @dependabot in #1403
- Bump info.picocli:picocli from 4.7.5 to 4.7.6 by @dependabot in #1391
- Bump awsSdkVersion from 2.25.45 to 2.25.52 by @dependabot in #1405
Full Changelog: v4.11.1...v4.12.0
Release 4.11.1
Changelog
- Feature: New additional anti-alias detection ported from Pixelmatch. Runs automatically if
ìgnore-anti-aliasing
is set totrue
. - Feature: Add
merge-config
field to the global config. The merge config can include a full config that is
merged with the main config. - Improvement: Cookie, LocalStorage and SessionStorage values are now masked in the report and in logs to not
accidentally leak sensitive data. - Bugfix: The
setup-paths
andcleanup-paths
feature did not work since introduction of the--merge-config
option.
Dependency updates
- Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 by @dependabot in #1347
- Bump ch.qos.logback:logback-classic from 1.5.4 to 1.5.5 by @dependabot in #1346
- Bump nettyVersion from 4.1.108.Final to 4.1.109.Final by @dependabot in #1348
- Bump ch.qos.logback:logback-classic from 1.5.5 to 1.5.6 by @dependabot in #1353
- Bump springBootVersion from 3.2.4 to 3.2.5 by @dependabot in #1358
- Bump com.amazonaws:aws-lambda-java-events from 3.11.4 to 3.11.5 by @dependabot in #1344
- Bump org.graalvm.nativeimage:svm from 24.0.0 to 24.0.1 by @dependabot in #1351
- Bump org.graalvm.sdk:graal-sdk from 24.0.0 to 24.0.1 by @dependabot in #1352
- Bump software.amazon.awssdk.crt:aws-crt from 0.29.15 to 0.29.18 by @dependabot in #1356
- Bump amazonAwsJavaSdkVersion from 1.12.698 to 1.12.705 by @dependabot in #1360
- Bump awsSdkVersion from 2.25.28 to 2.25.35 by @dependabot in #1361
- Bump tomcatVersion from 10.1.20 to 10.1.23 by @dependabot in #1366
- Bump org.seleniumhq.selenium:selenium-java from 4.19.1 to 4.20.0 by @dependabot in #1370
- Bump com.amazonaws:aws-xray-recorder-sdk-bom from 2.15.2 to 2.15.3 by @dependabot in #1371
- Bump awsSdkVersion from 2.25.35 to 2.25.40 by @dependabot in #1375
- Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 by @dependabot in #1376
- Bump amazonAwsJavaSdkVersion from 1.12.705 to 1.12.711 by @dependabot in #1378
- Bump jacksonVersion from 2.17.0 to 2.17.1 by @dependabot in #1387
- Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre by @dependabot in #1383
- Bump awsSdkVersion from 2.25.40 to 2.25.45 by @dependabot in #1388
Full Changelog: v4.10.0...v4.11.1
Release 4.10.0
What's Changed
Features:
- New Lambda module that allows to make the screenshots within a lambda function
Dependency updates:
- Bump awsSdkVersion from 2.22.1 to 2.22.4 by @dependabot in #1128
- Bump jacksonVersion from 2.16.0 to 2.16.1 by @dependabot in #1130
- Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.10 by @dependabot in #1140
- Bump awsSdkVersion from 2.22.4 to 2.22.9 by @dependabot in #1141
- Bump software.amazon.awssdk.crt:aws-crt from 0.29.2 to 0.29.4 by @dependabot in #1143
- Bump amazonAwsJavaSdkVersion from 1.12.621 to 1.12.629 by @dependabot in #1142
- Bump nettyVersion from 4.1.104.Final to 4.1.105.Final by @dependabot in #1165
- Bump org.owasp:dependency-check-gradle from 9.0.7 to 9.0.9 by @dependabot in #1168
- Bump software.amazon.awssdk.crt:aws-crt from 0.29.4 to 0.29.7 by @dependabot in #1161
- Bump org.mockito:mockito-core from 5.8.0 to 5.9.0 by @dependabot in #1164
- Bump org.graalvm.nativeimage:svm from 23.1.1 to 23.1.2 by @dependabot in #1169
- Bump amazonAwsJavaSdkVersion from 1.12.629 to 1.12.639 by @dependabot in #1171
- Bump org.graalvm.sdk:graal-sdk from 23.1.1 to 23.1.2 by @dependabot in #1172
- Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11 by @dependabot in #1154
- Bump tomcatVersion from 10.1.17 to 10.1.18 by @dependabot in #1156
- Bump awsSdkVersion from 2.22.9 to 2.23.5 by @dependabot in #1170
- Bump springBootVersion from 3.2.1 to 3.2.2 by @dependabot in #1175
- Bump nettyVersion from 4.1.105.Final to 4.1.106.Final by @dependabot in #1176
- Bump amazonAwsJavaSdkVersion from 1.12.639 to 1.12.642 by @dependabot in #1179
- Update build.yml by @MediaMarco in #1184
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.3 to 5.3.1 by @dependabot in #1187
- Bump de.otto.edison:edison-core from 3.1.7 to 3.2.0 by @dependabot in #1201
- Bump org.mockito:mockito-core from 5.9.0 to 5.10.0 by @dependabot in #1188
- Bump software.amazon.awssdk.crt:aws-crt from 0.29.7 to 0.29.9 by @dependabot in #1193
- Bump amazonAwsJavaSdkVersion from 1.12.642 to 1.12.650 by @dependabot in #1202
- Bump org.seleniumhq.selenium:selenium-java from 4.16.1 to 4.17.0 by @dependabot in #1183
- Bump awsSdkVersion from 2.23.5 to 2.23.16 by @dependabot in #1203
- Bump junitJupiterVersion from 5.10.1 to 5.10.2 by @dependabot in #1204
- Bump amazonAwsJavaSdkVersion from 1.12.650 to 1.12.651 by @dependabot in #1205
- Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 by @dependabot in #1218
- Bump amazonAwsJavaSdkVersion from 1.12.651 to 1.12.657 by @dependabot in #1222
- Bump de.otto.edison:edison-core from 3.2.0 to 3.2.1 by @dependabot in #1223
- Bump software.amazon.awssdk.crt:aws-crt from 0.29.9 to 0.29.10 by @dependabot in #1215
- Bump org.slf4j:slf4j-api from 2.0.11 to 2.0.12 by @dependabot in #1208
- Bump org.codehaus.janino:janino from 3.1.11 to 3.1.12 by @dependabot in #1212
- Bump awsSdkVersion from 2.23.16 to 2.24.1 by @dependabot in #1221
- Bump nettyVersion from 4.1.106.Final to 4.1.107.Final by @dependabot in #1224
- Bump awsSdkVersion from 2.24.1 to 2.24.2 by @dependabot in #1225
- Bump amazonAwsJavaSdkVersion from 1.12.657 to 1.12.658 by @dependabot in #1226
- Bump ch.qos.logback:logback-classic from 1.4.14 to 1.5.0 by @dependabot in #1234
- Bump com.amazonaws:aws-xray-recorder-sdk-bom from 2.15.0 to 2.15.1 by @dependabot in #1230
- Bump awsSdkVersion from 2.24.2 to 2.24.5 by @dependabot in #1232
- Bump org.seleniumhq.selenium:selenium-java from 4.17.0 to 4.18.1 by @dependabot in #1237
- Bump tomcatVersion from 10.1.18 to 10.1.19 by @dependabot in #1236
- Bump springBootVersion from 3.2.2 to 3.2.3 by @dependabot in #1243
- Bump awsSdkVersion from 2.24.5 to 2.24.9 by @dependabot in #1244
- Bump awsSdkVersion from 2.24.9 to 2.24.11 by @dependabot in #1248
- Bump org.mockito:mockito-core from 5.10.0 to 5.11.0 by @dependabot in #1261
- Bump com.amazonaws:aws-xray-recorder-sdk-bom from 2.15.1 to 2.15.2 by @dependabot in #1274
- Bump jacksonVersion from 2.16.1 to 2.17.0 by @dependabot in #1279
- Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre by @dependabot in #1281
- Bump springBootVersion from 3.2.3 to 3.2.4 by @dependabot in #1302
- Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 by @dependabot in #1286
- Bump org.graalvm.nativeimage:svm from 23.1.2 to 24.0.0 by @dependabot in #1292
- Bump org.graalvm.sdk:graal-sdk from 23.1.2 to 24.0.0 by @dependabot in #1294
- Bump de.otto.edison:edison-core from 3.2.1 to 3.2.2 by @dependabot in #1296
- Bump tomcatVersion from 10.1.19 to 10.1.20 by @dependabot in #1307
- Bump org.owasp:dependency-check-gradle from 9.0.9 to 9.1.0 by @dependabot in #1317
- Bump ch.qos.logback:logback-classic from 1.5.0 to 1.5.4 by @dependabot in #1333
- Bump software.amazon.awssdk.crt:aws-crt from 0.29.10 to 0.29.15 by @dependabot in #1334
- Bump awsSdkVersion from 2.24.11 to 2.25.28 by @dependabot in #1335
- Bump nettyVersion from 4.1.107.Final to 4.1.108.Final by @dependabot in #1300
- Bump org.seleniumhq.selenium:selenium-java from 4.18.1 to 4.19.1 by @dependabot in #1320
- Bump amazonAwsJavaSdkVersion from 1.12.658 to 1.12.698 by @dependabot in #1336
Full Changelog: v4.9.2...v4.10.0
Release 4.9.2
What's Changed
- Bump amazonAwsJavaSdkVersion from 1.12.560 to 1.12.564 by @dependabot in #971
- Bump de.otto.edison:edison-core from 3.1.6 to 3.1.7 by @dependabot in #972
- Bump nettyVersion from 4.1.99.Final to 4.1.100.Final by @dependabot in #976
- Bump org.mockito:mockito-core from 5.5.0 to 5.6.0 by @dependabot in #973
- Bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre by @dependabot in #978
- Bump jacksonVersion from 2.15.2 to 2.15.3 by @dependabot in #980
- Bump awsSdkVersion from 2.20.160 to 2.21.0 by @dependabot in #982
- Bump tomcatVersion from 10.1.13 to 10.1.15 by @dependabot in #984
- Bump org.seleniumhq.selenium:selenium-java from 4.13.0 to 4.14.1 by @dependabot in #981
- Bump amazonAwsJavaSdkVersion from 1.12.564 to 1.12.566 by @dependabot in #983
- Bump org.graalvm.nativeimage:svm from 23.1.0 to 23.1.1 by @dependabot in #996
- Bump org.owasp:dependency-check-gradle from 8.4.0 to 8.4.2 by @dependabot in #999
- Bump software.amazon.awssdk.crt:aws-crt from 0.27.3 to 0.28.0 by @dependabot in #1004
- Bump amazonAwsJavaSdkVersion from 1.12.566 to 1.12.574 by @dependabot in #1005
- Bump springBootVersion from 3.1.4 to 3.1.5 by @dependabot in #992
- Bump org.graalvm.sdk:graal-sdk from 23.1.0 to 23.1.1 by @dependabot in #995
- Bump awsSdkVersion from 2.21.0 to 2.21.9 by @dependabot in #1007
- Bump amazonAwsJavaSdkVersion from 1.12.574 to 1.12.575 by @dependabot in #1008
- Bump org.mockito:mockito-core from 5.6.0 to 5.7.0 by @dependabot in #1022
- Bump org.seleniumhq.selenium:selenium-java from 4.14.1 to 4.15.0 by @dependabot in #1019
- Bump amazonAwsJavaSdkVersion from 1.12.575 to 1.12.589 by @dependabot in #1046
- Bump nettyVersion from 4.1.100.Final to 4.1.101.Final by @dependabot in #1036
- Bump software.amazon.awssdk.crt:aws-crt from 0.28.0 to 0.28.7 by @dependabot in #1041
- Bump awsSdkVersion from 2.21.9 to 2.21.23 by @dependabot in #1045
- Bump com.amazonaws:aws-lambda-java-log4j2 from 1.5.1 to 1.6.0 by @dependabot in #1026
- Bump junitJupiterVersion from 5.10.0 to 5.10.1 by @dependabot in #1024
- Bump tomcatVersion from 10.1.15 to 10.1.16 by @dependabot in #1044
- Bump amazonAwsJavaSdkVersion from 1.12.589 to 1.12.590 by @dependabot in #1049
- Bump org.owasp:dependency-check-gradle from 8.4.2 to 8.4.3 by @dependabot in #1050
- Bump software.amazon.awssdk.crt:aws-crt from 0.28.7 to 0.28.8 by @dependabot in #1055
- Bump awsSdkVersion from 2.21.23 to 2.21.28 by @dependabot in #1056
- Bump ch.qos.logback:logback-classic from 1.4.13 to 1.4.14 by @dependabot in #1079
- Bump awsSdkVersion from 2.21.28 to 2.21.37 by @dependabot in #1080
- Bump org.owasp:dependency-check-gradle from 8.4.3 to 9.0.2 by @dependabot in #1078
- Bump software.amazon.awssdk.crt:aws-crt from 0.28.8 to 0.28.11 by @dependabot in #1075
- Bump org.owasp:dependency-check-gradle from 9.0.2 to 9.0.6 by @dependabot in #1118
- Bump org.seleniumhq.selenium:selenium-java from 4.15.0 to 4.16.1 by @dependabot in #1090
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.3 by @dependabot in #1093
- Bump nettyVersion from 4.1.101.Final to 4.1.104.Final by @dependabot in #1116
- Bump tomcatVersion from 10.1.16 to 10.1.17 by @dependabot in #1104
- Bump org.codehaus.janino:janino from 3.1.10 to 3.1.11 by @dependabot in #1067
- Bump io.rest-assured:rest-assured from 5.3.2 to 5.4.0 by @dependabot in #1099
- Bump awsSdkVersion from 2.21.37 to 2.22.0 by @dependabot in #1117
- Bump software.amazon.awssdk.crt:aws-crt from 0.28.11 to 0.29.1 by @dependabot in #1110
- Bump com.amazonaws:aws-xray-recorder-sdk-bom from 2.14.0 to 2.15.0 by @dependabot in #1097
- Bump com.amazonaws:aws-lambda-java-events from 3.11.3 to 3.11.4 by @dependabot in #1083
- Bump org.mockito:mockito-core from 5.7.0 to 5.8.0 by @dependabot in #1084
- Bump amazonAwsJavaSdkVersion from 1.12.590 to 1.12.620 by @dependabot in #1115
- Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre by @dependabot in #1120
- Bump awsSdkVersion from 2.22.0 to 2.22.1 by @dependabot in #1121
- Bump amazonAwsJavaSdkVersion from 1.12.620 to 1.12.621 by @dependabot in #1119
- Bump software.amazon.awssdk.crt:aws-crt from 0.29.1 to 0.29.2 by @dependabot in #1122
Full Changelog: v4.9.1...v4.9.2
Release 4.9.1
What's Changed
-
Feature: Add
--cleanup-profile
option to CLI to clean up the profile directory after a run. -
Feature: Add
jlineup.cleanupProfile
option to web version to clean up custom profile directories after a run.
If you use custom profile directories, you have to set this option tofalse
to keep the profile. -
Bump amazonAwsJavaSdkVersion from 1.12.528 to 1.12.530 by @dependabot in #875
-
Bump info.picocli:picocli-codegen from 4.7.4 to 4.7.5 by @dependabot in #901
-
Bump nettyVersion from 4.1.96.Final to 4.1.97.Final by @dependabot in #890
-
Bump springBootVersion from 3.1.2 to 3.1.3 by @dependabot in #894
-
Bump software.amazon.awssdk.crt:aws-crt from 0.25.0 to 0.25.1 by @dependabot in #896
-
Bump tomcatVersion from 10.1.12 to 10.1.13 by @dependabot in #897
-
Bump org.yaml:snakeyaml from 2.1 to 2.2 by @dependabot in #899
-
Bump org.mockito:mockito-core from 5.4.0 to 5.5.0 by @dependabot in #888
-
Bump org.owasp:dependency-check-gradle from 8.3.1 to 8.4.0 by @dependabot in #881
-
Bump com.amazonaws:aws-lambda-java-core from 1.2.2 to 1.2.3 by @dependabot in #883
-
Bump info.picocli:picocli from 4.7.4 to 4.7.5 by @dependabot in #900
-
Bump awsSdkVersion from 2.20.127 to 2.20.138 by @dependabot in #906
-
Bump de.otto.edison:edison-core from 3.1.1 to 3.1.2 by @dependabot in #908
-
Bump amazonAwsJavaSdkVersion from 1.12.530 to 1.12.541 by @dependabot in #907
-
Bump org.seleniumhq.selenium:selenium-java from 4.11.0 to 4.12.0 by @dependabot in #909
-
Bump amazonAwsJavaSdkVersion from 1.12.541 to 1.12.542 by @dependabot in #910
-
Bump io.rest-assured:rest-assured from 5.3.1 to 5.3.2 by @dependabot in #927
-
Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 by @dependabot in #914
-
Bump software.amazon.awssdk.crt:aws-crt from 0.25.1 to 0.26.0 by @dependabot in #923
-
Bump de.otto.edison:edison-core from 3.1.2 to 3.1.5 by @dependabot in #925
-
Bump org.seleniumhq.selenium:selenium-java from 4.12.0 to 4.12.1 by @dependabot in #916
-
Bump com.amazonaws:aws-lambda-java-events from 3.11.2 to 3.11.3 by @dependabot in #915
-
Bump awsSdkVersion from 2.20.138 to 2.20.144 by @dependabot in #926
-
Bump software.amazon.awssdk.crt:aws-crt from 0.26.0 to 0.26.1 by @dependabot in #929
-
Bump amazonAwsJavaSdkVersion from 1.12.542 to 1.12.550 by @dependabot in #935
-
Bump awsSdkVersion from 2.20.144 to 2.20.147 by @dependabot in #934
-
Bump awsSdkVersion from 2.20.147 to 2.20.150 by @dependabot in #941
-
Bump software.amazon.awssdk.crt:aws-crt from 0.26.1 to 0.27.1 by @dependabot in #943
-
Bump org.graalvm.sdk:graal-sdk from 23.0.1 to 23.1.0 by @dependabot in #945
-
Bump org.graalvm.nativeimage:svm from 23.0.1 to 23.1.0 by @dependabot in #946
-
Bump nettyVersion from 4.1.97.Final to 4.1.98.Final by @dependabot in #950
-
Bump springBootVersion from 3.1.3 to 3.1.4 by @dependabot in #951
-
Bump software.amazon.awssdk.crt:aws-crt from 0.27.1 to 0.27.3 by @dependabot in #952
-
Bump awsSdkVersion from 2.20.150 to 2.20.153 by @dependabot in #953
-
Bump amazonAwsJavaSdkVersion from 1.12.550 to 1.12.556 by @dependabot in #954
-
Bump nettyVersion from 4.1.98.Final to 4.1.99.Final by @dependabot in #962
-
Bump awsSdkVersion from 2.20.153 to 2.20.157 by @dependabot in #963
-
Bump org.seleniumhq.selenium:selenium-java from 4.12.1 to 4.13.0 by @dependabot in #955
-
Bump amazonAwsJavaSdkVersion from 1.12.556 to 1.12.560 by @dependabot in #964
-
Bump awsSdkVersion from 2.20.157 to 2.20.160 by @dependabot in #968
-
Bump de.otto.edison:edison-core from 3.1.5 to 3.1.6 by @dependabot in #969
Full Changelog: v4.9.0...v4.9.1
Release 4.9.0
Release 4.9.0
- Bugfix: Recent changes to Chrome's webdriver management broke the automatic webdriver download
This was realized through a change from the webdrivermanager library to Selenium's built-in driver manager - Breaking change: Many dependency updates (Spring Boot 3, including the move from javax.servlet to jakarta.servlet packages) that
bump the Java minimum requirements to Java 17.
What's Changed
- Bump nettyVersion from 4.1.93.Final to 4.1.94.Final by @dependabot in #767
- Bump commons-codec:commons-codec from 1.15 to 1.16.0 by @dependabot in #775
- Bump org.owasp:dependency-check-gradle from 8.2.1 to 8.3.1 by @dependabot in #776
- Bump commons-io:commons-io from 2.12.0 to 2.13.0 by @dependabot in #743
- Bump info.picocli:picocli from 4.7.3 to 4.7.4 by @dependabot in #734
- Bump org.seleniumhq.selenium:selenium-java from 4.9.1 to 4.10.0 by @dependabot in #742
- Bump com.google.guava:guava from 32.0.0-jre to 32.0.1-jre by @dependabot in #745
- Bump org.mockito:mockito-core from 5.3.1 to 5.4.0 by @dependabot in #763
- Bump software.amazon.awssdk.crt:aws-crt from 0.21.17 to 0.22.2 by @dependabot in #769
- Bump amazonAwsJavaSdkVersion from 1.12.479 to 1.12.496 by @dependabot in #781
- Bump io.rest-assured:rest-assured from 5.3.0 to 5.3.1 by @dependabot in #761
- Bump amazonAwsJavaSdkVersion from 1.12.496 to 1.12.504 by @dependabot in #802
- Bump com.google.guava:guava from 32.0.1-jre to 32.1.1-jre by @dependabot in #790
- Bump org.codehaus.janino:janino from 3.1.9 to 3.1.10 by @dependabot in #795
- Bump software.amazon.awssdk.crt:aws-crt from 0.22.2 to 0.22.5 by @dependabot in #798
- Bump org.yaml:snakeyaml from 2.0 to 2.1 by @dependabot in #856
- Bump ch.qos.logback:logback-classic from 1.2.12 to 1.4.9 by @dependabot in #857
- Bump amazonAwsJavaSdkVersion from 1.12.504 to 1.12.523 by @dependabot in #855
- Bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre by @dependabot in #846
- Bump software.amazon.awssdk.crt:aws-crt from 0.22.5 to 0.24.1 by @dependabot in #853
- Bump org.hibernate.validator:hibernate-validator from 6.2.5.Final to 8.0.1.Final by @dependabot in #772
- Bump nettyVersion from 4.1.94.Final to 4.1.96.Final by @dependabot in #837
- Bump junitJupiterVersion from 5.9.3 to 5.10.0 by @dependabot in #829
- Bump amazonAwsJavaSdkVersion from 1.12.523 to 1.12.524 by @dependabot in #859
- Bump awsSdkVersion from 2.18.16 to 2.20.121 by @dependabot in #858
- Bump com.amazonaws:aws-xray-recorder-sdk-bom from 2.13.0 to 2.14.0 by @dependabot in #632
- Bump amazonAwsJavaSdkVersion from 1.12.524 to 1.12.528 by @dependabot in #870
- Bump software.amazon.awssdk.crt:aws-crt from 0.24.1 to 0.25.0 by @dependabot in #868
- Bump de.otto.edison:edison-core from 3.1.0 to 3.1.1 by @dependabot in #861
- Bump ch.qos.logback:logback-classic from 1.4.9 to 1.4.11 by @dependabot in #865
- Bump tomcatVersion from 10.1.11 to 10.1.12 by @dependabot in #872
- Bump awsSdkVersion from 2.20.121 to 2.20.127 by @dependabot in #874
Full Changelog: v4.8.4...v4.9.0
Release 4.8.4
What's Changed
- Bump com.github.johnrengelman.shadow from 7.1.2 to 8.1.0 by @dependabot in #540
- Bump amazonAwsJavaSdkVersion from 1.12.422 to 1.12.423 by @dependabot in #560
- Bump org.owasp:dependency-check-gradle from 8.1.2 to 8.2.1 by @dependabot in #592
- Bump org.seleniumhq.selenium:selenium-java from 4.8.1 to 4.8.3 by @dependabot in #596
- Bump nettyVersion from 4.1.89.Final to 4.1.90.Final by @dependabot in #570
- Bump org.mockito:mockito-core from 5.1.1 to 5.2.0 by @dependabot in #562
- Bump com.github.johnrengelman.shadow from 8.1.0 to 8.1.1 by @dependabot in #581
- Bump org.apache.commons:commons-compress from 1.22 to 1.23.0 by @dependabot in #588
- Bump com.amazonaws:aws-lambda-java-events from 3.11.0 to 3.11.1 by @dependabot in #567
- Bump software.amazon.awssdk.crt:aws-crt from 0.21.8 to 0.21.9 by @dependabot in #579
- Bump amazonAwsJavaSdkVersion from 1.12.423 to 1.12.438 by @dependabot in #601
- Bump org.yaml:snakeyaml from 1.33 to 2.0 by @dependabot in #535
- Bump nettyVersion from 4.1.90.Final to 4.1.91.Final by @dependabot in #608
- Bump amazonAwsJavaSdkVersion from 1.12.438 to 1.12.443 by @dependabot in #613
- Bump software.amazon.awssdk.crt:aws-crt from 0.21.9 to 0.21.10 by @dependabot in #611
- Bump info.picocli:picocli from 4.7.1 to 4.7.2 by @dependabot in #621
- Bump org.graalvm.nativeimage:svm from 22.3.1 to 22.3.2 by @dependabot in #640
- Bump org.graalvm.sdk:graal-sdk from 22.3.1 to 22.3.2 by @dependabot in #639
- Update Spring Boot by @MediaMarco in #696
- Bump info.picocli:picocli-codegen from 4.7.2 to 4.7.3 by @dependabot in #697
- Bump commons-io:commons-io from 2.11.0 to 2.12.0 by @dependabot in #694
- Bump jacksonVersion from 2.14.2 to 2.15.1 by @dependabot in #693
- Bump org.mockito:mockito-core from 5.2.0 to 5.3.1 by @dependabot in #651
- Bump io.github.bonigarcia:webdrivermanager from 5.3.2 to 5.3.3 by @dependabot in #687
- Bump org.seleniumhq.selenium:selenium-java from 4.8.3 to 4.9.1 by @dependabot in #679
- Bump org.jsoup:jsoup from 1.15.4 to 1.16.1 by @dependabot in #665
- Bump nettyVersion from 4.1.91.Final to 4.1.92.Final by @dependabot in #655
- Bump software.amazon.awssdk.crt:aws-crt from 0.21.10 to 0.21.16 by @dependabot in #690
- Bump jacksonVersion from 2.15.1 to 2.15.2 by @dependabot in #719
- Bump com.google.guava:guava from 31.1-jre to 32.0.0-jre by @dependabot in #718
- add merge group to build file by @MediaMarco in #724
- Bump junitJupiterVersion from 5.9.2 to 5.9.3 by @dependabot in #659
- Bump amazonAwsJavaSdkVersion from 1.12.443 to 1.12.472 by @dependabot in #703
- Bump info.picocli:picocli from 4.7.2 to 4.7.3 by @dependabot in #638
- Bump org.junit.jupiter:junit-jupiter from 5.9.2 to 5.9.3 by @dependabot in #658
- Bump software.amazon.awssdk.crt:aws-crt from 0.21.16 to 0.21.17 by @dependabot in #705
- Bump com.amazonaws:aws-lambda-java-events from 3.11.1 to 3.11.2 by @dependabot in #706
- Bump nettyVersion from 4.1.92.Final to 4.1.93.Final by @dependabot in #714
- Bump amazonAwsJavaSdkVersion from 1.12.443 to 1.12.479 by @dependabot in #723
- Update tomcat by @MediaMarco in #725
- Update logback by @MediaMarco in #726
New Contributors
- @MediaMarco made their first contribution in #696
Full Changelog: v4.8.3...v4.8.4
Release 4.8.3
What's Changed
-
Bugfix: Add '--remote-allow-origins=*' to Chrome options to fix issues with Chrome 111 and the webdriver connection.
- JLineup might update to Java 11 or 17 soon to switch to Java HttpClient
(https://www.selenium.dev/blog/2022/using-java11-httpclient/). - Some background information: https://groups.google.com/g/chromedriver-users/c/xL5-13_qGaA/m/oTA9W3cQAgAJ
- JLineup might update to Java 11 or 17 soon to switch to Java HttpClient
-
Bugfix: Use screenshot height as truth for viewport height and print out a warning if it differs from the viewport
height that is calculated via javascript. This should help us to overcome strange scrolling issues with Chrome 110+. -
Bump org.owasp:dependency-check-gradle from 8.1.0 to 8.1.2 by @dependabot in #545
-
Bump tomcatVersion from 9.0.71 to 9.0.73 by @dependabot in #553
-
Bump software.amazon.awssdk.crt:aws-crt from 0.21.7 to 0.21.8 by @dependabot in #558
-
Bump amazonAwsJavaSdkVersion from 1.12.412 to 1.12.422 by @dependabot in #557
Full Changelog: v4.8.2...v4.8.3
Release 4.8.2
What's Changed
-
Bugfix: Chrome 110 crashed when specifying a
--user-data-dir
and using multiple threads. This was fixed by adding
random child folders if you specify a user data directory in the web version. If you run the CLI version and you want
to specify a user data dir, you can use the new{random-folder}
placeholder to not share user data dirs between
multiple threads. -
Bump org.jsoup:jsoup from 1.15.3 to 1.15.4 by @dependabot in #523
-
Bump amazonAwsJavaSdkVersion from 1.12.406 to 1.12.410 by @dependabot in #521
-
Bump amazonAwsJavaSdkVersion from 1.12.410 to 1.12.412 by @dependabot in #528
Full Changelog: v4.8.1...v4.8.2
Release 4.8.1 (Valentine's Day Edition)
What's Changed
-
Bugfix: Headless mode in Chrome 110 has changed and didn't work anymore with former JLineup implementations.
Important: You may need Chrome 110 or later for this release of JLineup to work accordingly -
Dependency updates:
- Bump jacksonVersion from 2.14.0 to 2.14.1 by @dependabot in #399
- Bump aws-java-sdk-xray from 1.12.348 to 1.12.349 by @dependabot in #400
- Bump aws-java-sdk-core from 1.12.348 to 1.12.350 by @dependabot in #404
- Bump aws-java-sdk-xray from 1.12.349 to 1.12.358 by @dependabot in #409
- Bump aws-crt from 0.19.11 to 0.20.2 by @dependabot in #411
- Bump selenium-java from 4.6.0 to 4.7.1 by @dependabot in #412
- Bump aws-crt from 0.20.2 to 0.20.3 by @dependabot in #413
- Bump dependency-check-gradle from 7.3.2 to 7.4.1 by @dependabot in #416
- Bump mockito-core from 4.9.0 to 4.10.0 by @dependabot in #417
- Bump aws-java-sdk-core from 1.12.350 to 1.12.372 by @dependabot in #423
- Bump aws-crt from 0.20.3 to 0.20.5 by @dependabot in #424
- Bump gson from 2.10 to 2.10.1 by @dependabot in #431
- Bump mockito-core from 4.10.0 to 4.11.0 by @dependabot in #429
- Bump junit-jupiter from 5.9.1 to 5.9.2 by @dependabot in #441
- Bump junitJupiterVersion from 5.9.1 to 5.9.2 by @dependabot in #440
- Bump amazonAwsJavaSdkVersion from 1.12.382 to 1.12.383 by @dependabot in #443
- Bump svm from 22.3.0 to 22.3.1 by @dependabot in #456
- Bump amazonAwsJavaSdkVersion from 1.12.383 to 1.12.386 by @dependabot in #455
- Bump graal-sdk from 22.3.0 to 22.3.1 by @dependabot in #453
- Bump tomcatVersion from 9.0.70 to 9.0.71 by @dependabot in #449
- Bump dependency-check-gradle from 7.4.4 to 8.0.1 by @dependabot in #459
- Bump aws-crt from 0.20.5 to 0.21.1 by @dependabot in #448
- Bump mockito-core from 4.11.0 to 5.0.0 by @dependabot in #451
- Bump amazonAwsJavaSdkVersion from 1.12.386 to 1.12.387 by @dependabot in #458
- Bump webdrivermanager from 5.3.1 to 5.3.2 by @dependabot in #463
- Bump amazonAwsJavaSdkVersion from 1.12.387 to 1.12.388 by @dependabot in #461
- Bump amazonAwsJavaSdkVersion from 1.12.388 to 1.12.389 by @dependabot in #464
- Bump nettyVersion from 4.1.86.Final to 4.1.87.Final by @dependabot in #444
- Bump amazonAwsJavaSdkVersion from 1.12.389 to 1.12.398 by @dependabot in #490
- Bump software.amazon.awssdk.crt:aws-crt from 0.21.1 to 0.21.4 by @dependabot in #489
- Bump dependency-check-gradle from 8.0.1 to 8.0.2 by @dependabot in #482
- Bump picocli from 4.7.0 to 4.7.1 by @dependabot in #481
- Bump jacksonVersion from 2.14.1 to 2.14.2 by @dependabot in #479
- Bump picocli-codegen from 4.7.0 to 4.7.1 by @dependabot in #478
- Bump org.mockito:mockito-core from 5.0.0 to 5.1.1 by @dependabot in #486
- Bump selenium-java from 4.7.2 to 4.8.0 by @dependabot in #468
- Bump de.otto.edison:edison-core from 2.7.6 to 2.7.7 by @dependabot in #497
- Bump software.amazon.awssdk.crt:aws-crt from 0.21.4 to 0.21.5 by @dependabot in #494
- Bump amazonAwsJavaSdkVersion from 1.12.398 to 1.12.401 by @dependabot in #499
- Bump amazonAwsJavaSdkVersion from 1.12.401 to 1.12.405 by @dependabot in #509
- Bump software.amazon.awssdk.crt:aws-crt from 0.21.5 to 0.21.7 by @dependabot in #505
- Bump nettyVersion from 4.1.87.Final to 4.1.88.Final by @dependabot in #508
- Bump nettyVersion from 4.1.88.Final to 4.1.89.Final by @dependabot in #512
- Bump org.owasp:dependency-check-gradle from 8.0.2 to 8.1.0 by @dependabot in #511
- Bump amazonAwsJavaSdkVersion from 1.12.405 to 1.12.406 by @dependabot in #514
Full Changelog: v4.7.0...v4.8.1