Releases: allure-framework/allure-java
Releases Β· allure-framework/allure-java
2.35.2
2.35.1
2.35.0
What's Changed
π New Features
- Add Allure reporting for Playwright Java by @baev in #1269
- Add Selenium WebDriver BiDi log and network reporting by @baev in #1270
- Add titlePath as the default test hierarchy path by @baev in #1271
- Add rich actual/expected assertion details to test results by @baev in #1273
π¬ Improvements
- Rename allure-junit5 to allure-jupiter by @baev in #1262
- Improve AssertJ reporting with readable assertion chains by @baev in #1268
π» Internal changes
- Modernize allure-spring-web for current Spring HTTP clients by @baev in #1263
- fix run tests for junit 5.14.3 by @long76 in #1265
- add allure report by @baev in #1266
- Remove legacy flag from the service config by @epszaw in #1272
- Align code style and quality checks across Allure Java by @baev in #1274
New Contributors
Full Changelog: 2.34.0...2.35.0
2.34.0
What's Changed
π New Features
π¬ Improvements
- cover parameterized tests with injectables by @skuznetsov-al in #1248
- prevent spock2 uuid reuse by @skuznetsov-al in #1251
- add optional clean results before run by @skuznetsov-al in #1253
π Bug Fixes
- Prevent IndexOutOfBoundsException for synthetic parameters in Kotlin suspend functions by @denysgaievskyi in #1231
- fix(rest-assured): handle non-string form params in request attachments by @baev in #1256
- chore(allure-restassured): add test to verify null param issue by @baev in #1259
β¬οΈ Dependency Updates
- Update jackson bom version by @skuznetsov-al in #1250
- build(deps): bump gradle/actions from 5 to 6 by @dependabot[bot] in #1252
- bump restassured to 6 by @baev in #1260
π» Internal changes
New Contributors
- @denysgaievskyi made their first contribution in #1231
Full Changelog: 2.33.0...2.34.0
2.33.0
What's Changed
π¬ Improvements
- Update TestNG to version 7 by @baflQA in #1232
- Add DataProvider execution support to Allure TestNG setup section by @baflQA in #1236
β¬οΈ Dependency Updates
- build(deps): bump org.mockito:mockito-core from 5.12.0 to 5.21.0 by @dependabot[bot] in #1229
- build(deps): bump com.puppycrawl.tools:checkstyle from 12.2.0 to 12.3.0 by @dependabot[bot] in #1227
- build(deps): bump grpcVersion from 1.77.0 to 1.79.0 by @dependabot[bot] in #1238
- build(deps): bump com.google.protobuf from 0.9.5 to 0.9.6 by @dependabot[bot] in #1237
- build(deps): bump org.jooq:jooq from 3.19.10 to 3.20.11 by @dependabot[bot] in #1242
- build(deps): bump protobufVersion from 4.33.2 to 4.33.5 by @dependabot[bot] in #1241
- build(deps): bump org.assertj:assertj-core from 3.27.3 to 3.27.7 by @dependabot[bot] in #1244
π» Internal changes
Full Changelog: 2.32.0...2.33.0
2.32.0
What's Changed
π¬ Improvements
- limited prettifying length to 1mb by @CodeGeek32 in #1157
β¬οΈ Dependency Updates
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #1206
- build(deps): bump gradle/actions from 4 to 5 by @dependabot[bot] in #1197
- build(deps): bump io.qameta.allure plugins from 2.11.2 to 3.0.1 by @dependabot[bot] in #1205
- build(deps): bump org.jboss.resteasy:resteasy-client from 6.2.9.Final to 7.0.0.Final by @dependabot[bot] in #1196
- build(deps): bump assertJVersion from 1.9.22.1 to 1.9.25 by @dependabot[bot] in #1207
- build(deps): bump io.rest-assured:rest-assured from 5.5.0 to 5.5.6 by @dependabot[bot] in #1208
- build(deps): bump grpcVersion from 1.76.0 to 1.77.0 by @dependabot[bot] in #1209
- Remove deprecated Gradle Enterprise plugin in favor of Devlocity by @baev in #1210
- build(deps): bump org.awaitility:awaitility from 4.2.1 to 4.3.0 by @dependabot[bot] in #1214
- build(deps): bump com.github.spotbugs from 6.0.19 to 6.4.7 by @dependabot[bot] in #1213
- build(deps): bump com.puppycrawl.tools:checkstyle from 11.0.1 to 12.2.0 by @dependabot[bot] in #1212
- build(deps): bump io.zonky.test.postgres:embedded-postgres-binaries-bom from 16.2.0 to 18.1.0 by @dependabot[bot] in #1211
- build(deps): bump io.spring.dependency-management from 1.1.6 to 1.1.7 by @dependabot[bot] in #1218
- build(deps): bump io.zonky.test:embedded-postgres from 2.0.7 to 2.2.0 by @dependabot[bot] in #1216
- build(deps): bump com.github.prokod.gradle-crossbuild from 0.16.0 to 0.17.0 by @dependabot[bot] in #1215
- build(deps): bump com.google.protobuf from 0.9.4 to 0.9.5 by @dependabot[bot] in #1217
- build(deps): bump protobufVersion from 4.32.1 to 4.33.2 by @dependabot[bot] in #1222
- build(deps): bump com.github.spotbugs:spotbugs from 4.9.3 to 4.9.8 by @dependabot[bot] in #1221
- build(deps): bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.20.1 by @dependabot[bot] in #1224
- build(deps): bump com.google.testing.compile:compile-testing from 0.21.0 to 0.23.0 by @dependabot[bot] in #1225
- build(deps): bump org.scala-lang.modules:scala-collection-compat_2.13 from 2.12.0 to 2.14.0 by @dependabot[bot] in #1226
New Contributors
- @CodeGeek32 made their first contribution in #1157
Full Changelog: 2.31.0...2.32.0
2.31.0
What's Changed
π¬ Improvements
- Feat(allure grpc) rework grpc module by @skuznetsov-al in #1199
- bump spring-web to 6.2.12 and fix compatibility with new api by @a-simeshin in #1161
β¬οΈ Dependency Updates
- build(deps): bump grpcVersion from 1.75.0 to 1.76.0 by @dependabot[bot] in #1202
π Documentation improvements
- Document how to prevent breaking allure lifecycle for Steps inside Awaitility evaluations (fixes #1135) by @a-simeshin in #1158
π» Internal changes
New Contributors
- @epszaw made their first contribution in #1187
- @skuznetsov-al made their first contribution in #1199
Full Changelog: 2.30.0...2.31.0
2.30.0
What's Changed
π¬ Improvements
β¬οΈ Dependency Updates
- build(deps): bump net.sourceforge.pmd:pmd-java from 7.4.0 to 7.15.0 by @dependabot[bot] in #1166
- build(deps): bump io.qameta.allure-download from 2.11.2 to 2.12.0 by @dependabot[bot] in #1118
- build(deps): bump org.assertj:assertj-core from 3.26.3 to 3.27.3 by @dependabot[bot] in #1170
- build(deps): bump com.github.spotbugs:spotbugs from 4.8.6 to 4.9.3 by @dependabot[bot] in #1171
- build(deps): bump com.squareup.retrofit2:retrofit from 2.11.0 to 3.0.0 by @dependabot[bot] in #1174
- build(deps): bump org.postgresql:postgresql from 42.7.3 to 42.7.7 by @dependabot[bot] in #1173
- build(deps): bump orgSlf4jVersion from 2.0.13 to 2.0.17 by @dependabot[bot] in #1175
- build(deps): bump actions/setup-java from 4 to 5 by @dependabot[bot] in #1186
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #1183
- build(deps): bump commons-io:commons-io from 2.16.1 to 2.20.0 by @dependabot[bot] in #1190
- build(deps): bump com.puppycrawl.tools:checkstyle from 10.17.0 to 11.0.1 by @dependabot[bot] in #1189
π» Internal changes
- Potential fix for code scanning alert no. 6: Workflow does not contain permissions by @baev in #1172
New Contributors
Full Changelog: 2.29.1...2.30.0
2.29.1
What's Changed
π Bug Fixes
- fix(allure-karate): fix duplicate scenarios when call or callonce keywords are used by @umitozdemirf in #1144
β¬οΈ Dependency Updates
- Updated allure-cucumber7-jvm dependencies by @DineshKumarRA in #1115
- build(deps): bump protobufVersion from 4.27.2 to 4.27.3 by @dependabot in #1120
New Contributors
- @DineshKumarRA made their first contribution in #1115
- @umitozdemirf made their first contribution in #1144
Full Changelog: 2.29.0...2.29.1
2.29.0
What's Changed
π New Features
π Bug Fixes
β¬οΈ Dependency Updates
- Bump net.sourceforge.pmd:pmd-java from 7.3.0 to 7.4.0 by @dependabot in #1109
- Bump com.codeborne:selenide from 7.3.3 to 7.4.1 by @dependabot in #1110
- build(deps): bump org.hamcrest:hamcrest from 2.2 to 3.0 by @dependabot in #1117
- build(deps): bump gradle/actions from 3 to 4 by @dependabot in #1116
Full Changelog: 2.28.1...2.29.0