Skip to content

Releases: qase-tms/qase-java

qase-java-v4.1.10

18 Jun 11:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: qase-java-v4.1.9...qase-java-v4.1.10

qase-java-v4.1.9

17 Jun 12:36
Compare
Choose a tag to compare

What's Changed

  • fix: null handling in Cucumber reporters by @gibiw in #182

Full Changelog: qase-java-v4.1.8...qase-java-v4.1.9

qase-java-v4.1.8

05 Jun 11:04
Compare
Choose a tag to compare

What's Changed

  • feat: add support tags for test runs by @gibiw in #181

Full Changelog: qase-java-v4.1.7...qase-java-v4.1.8

qase-java-v4.1.7

16 May 10:10
Compare
Choose a tag to compare

What's Changed

  • chore: update version to 4.1.7 and add support for in-progress status by @gibiw in #180

Full Changelog: qase-java-v4.1.6...qase-java-v4.1.7

qase-java-v4.1.6

05 May 11:36
Compare
Choose a tag to compare

What's Changed

  • Add API v2 client by @gibiw in #148
  • feat : use the API v2 client by default by @gibiw in #149
  • add deploy workflow by @savkk in #150
  • Fix GPG signing error by @savkk in #151
  • chore(ci) : update GitHub Actions workflow for publishing to Maven by @gibiw in #152
  • chore(deps) : update nexus-staging-maven-plugin version to 1.7.0 by @gibiw in #153
  • feat: filter test execution by test plan case IDs by @gibiw in #154
  • feat: filter test execution by test plan case IDs by @gibiw in #155
  • chore: regenerate API clients from updated specification by @gibiw in #160
  • docs: add example project with JUnit 5 tests and Bazel integration by @gibiw in #161
  • fix: resolve listener connection issues with aspects and Maven integration by @gibiw in #162
  • fix: resolve PatternSyntaxException in Cucumber reporters by @gibiw in #163
  • feat: add attach method with byte array support in Cucumber reporters by @gibiw in #164
  • fix: ensure execution.start_time is in UTC to prevent submission errors by @gibiw in #165
  • feat: add support for custom hook execution before test completion by @gibiw in #166
  • feat: add local time support for test runs by @gibiw in #168
  • build(deps): bump ch.qos.logback:logback-core from 1.2.13 to 1.3.15 by @dependabot in #159
  • feat: add logging of host information and installed packages by @gibiw in #169
  • feat: update supported API client versions and enforce API v2 usage by @gibiw in #170
  • refactor: remove slf4j/logback dependency and implement custom logger by @gibiw in #171
  • docs: updated cucumber 7 examples by @gibiw in #172
  • fix: correct handling of nested suites and improve logging by @gibiw in #173
  • fix: support for unspecified fields in models using AdditionalProperties by @gibiw in #174
  • docs: add example for Cucumber7 and Gradle with Kotlin by @gibiw in #175
  • feat(cucumber): add support for step parameters and table argument rendering by @gibiw in #176
  • feat(cucumber): add support for BDD keywords in steps by @gibiw in #177
  • chore: add permissions for token by @gibiw in #178
  • fix: handle invalid JSON for TestCaseParams with anyOf schemas by @gibiw in #179

Full Changelog: v.4.0.0...qase-java-v4.1.6

v.4.0.0

26 Oct 13:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.3.2.1...v.4.0.0

v.3.2.1

07 Jun 20:51
8a7c356
Compare
Choose a tag to compare

What's Changed

  • Remove deprecated annotations from examples by @savkk in #133
  • [cucumber 7] fix npe when parsing a feature-file by @savkk in #137

Full Changelog: v.3.2.0...v.3.2.1

v.3.2.0

06 Dec 19:32
b80f172
Compare
Choose a tag to compare

What's Changed

  • cucumber 7 parameterization support by @savkk in #123
  • cucumber 5 parameterization support by @savkk in #124
  • cucumber 6 parameterization support by @savkk in #125
  • replace IllegalStateException to logging by @savkk in #126

v.3.1.1

04 Oct 20:23
ee4a980
Compare
Choose a tag to compare

What's Changed

v.3.1.0

17 Sep 08:54
b840cc6
Compare
Choose a tag to compare

What's Changed

  • Cucumber 5jvm autogenerate test cases by @savkk in #117
  • cucumber 4 add steps and autogenerate test cases by @savkk in #118
  • cucumber 3 add steps and new case creation by @savkk in #119