Skip to content

Releases: allure-framework/allure-java

2.32.0

12 Dec 14:10

Choose a tag to compare

What's Changed

πŸ”¬ Improvements

⬆️ 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

Full Changelog: 2.31.0...2.32.0

2.31.0

13 Nov 11:07

Choose a tag to compare

What's Changed

πŸ”¬ Improvements

⬆️ 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

  • Add workflow-wide gh actions permissions by @epszaw in #1187

New Contributors

Full Changelog: 2.30.0...2.31.0

2.30.0

15 Sep 12:20

Choose a tag to compare

What's Changed

πŸ”¬ Improvements

  • feat(allure-model): add optional attachment size by @noomorph in #1182

⬆️ 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

29 Nov 10:36

Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • fix(allure-karate): fix duplicate scenarios when call or callonce keywords are used by @umitozdemirf in #1144

⬆️ Dependency Updates

New Contributors

Full Changelog: 2.29.0...2.29.1

2.29.0

05 Aug 10:37

Choose a tag to compare

What's Changed

πŸš€ New Features

  • [BREAKING] Move dependencies to compileOnly to exclude them from classpath by @baev in #1095

🐞 Bug Fixes

⬆️ Dependency Updates

Full Changelog: 2.28.1...2.29.0

2.28.1

31 Jul 18:17

Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • fix(allure-scalatest): cross-build for scala 2.12 and 2.13 by @baev in #1107
  • fix(scalatest): resolve issues with crossbuild signing by @baev in #1111

⬆️ Dependency Updates

Full Changelog: 2.28.0...2.28.1

2.28.0

09 Jul 09:40

Choose a tag to compare

What's Changed

πŸ”¬ Improvements

  • [allure-jsonunit] Deprecate AllureConfigurableJsonMatcher in favor of ConfigurableJsonMatcher by @valfirst in #1060

🐞 Bug Fixes

  • fix(allure-karate): remove the code that causes the process to hang by @baev in #1065

⬆️ Dependency Updates

πŸ‘» Internal changes

Full Changelog: 2.27.0...2.28.0

2.27.0

08 Apr 15:19

Choose a tag to compare

What's Changed

πŸ”¬ Improvements

  • feat(junit-platform): add annotations from outer classes by @baev in #1019
  • fix(allure-karate): add history id by @baev in #1018
  • feat(rest-assured): add support for headers blacklist by @antonfilichkin in #1007

🐞 Bug Fixes

  • Fix JBehave runtime API by @baev in #1022
  • fix(jbehave5): enable step & attachment aspects by @baev in #1026

New Contributors

Full Changelog: 2.26.0...2.27.0

2.26.0

18 Mar 12:28

Choose a tag to compare

What's Changed

πŸš€ New Features

🐞 Bug Fixes

⬆️ Dependency Updates

πŸ‘» Internal changes

New Contributors

Full Changelog: 2.25.0...2.26.0

2.25.0

04 Dec 11:18

Choose a tag to compare

What's Changed

πŸ”¬ Improvements

  • fix(descriptions-javadoc): put descriptions in META-INF folder by @rPraml in #971
  • feat(descriptions-javadoc): various improvements by @baev in #981

🐞 Bug Fixes

  • fix(spock2): add support for test tags by @baev in #974

⬆️ Dependency Updates

πŸ“– Documentation improvements

New Contributors

Full Changelog: 2.24.0...2.25.0