Skip to content

Releases: reportportal/client-java

Release 5.1.8

18 Apr 10:06
Compare
Choose a tag to compare

Added

  • Issue #70 @Step templating now supports this object reference, by @HardNorth
  • Issue #130 @TestCaseId now supports templating, by @HardNorth

Release 5.1.7

30 Mar 14:58
Compare
Choose a tag to compare

Added

  • @Attributes annotation inheritance
  • Launch.getLaunch method, which returns current Launch UUID or empty Maybe
  • LoggingContext.context() public static method which allows get current logging context

Fixed

  • Issue #182: Duplicate key error
  • Issue #147: Logging context loose in child thread
  • Null-pointer cases in LoggingContext class

Release 5.1.4

04 Jan 12:12
Compare
Choose a tag to compare

Changed

  • Slf4j version updated on 1.7.32 to support newer versions of Logback with security fixes

Release 5.1.3

28 Dec 14:38
Compare
Choose a tag to compare

Changed

  • JVM arg parameters have more priority than Environment variables now.
  • Property loader doesn't throw any errors now, just logs warnings.

Release 5.1.2

27 Dec 18:20
Compare
Choose a tag to compare

Added

  • HTTP timeout parameters

Release 5.1.1

21 Dec 13:27
Compare
Choose a tag to compare

Fixed

  • TestNG NestedStep mixing issue

Release 5.1.0

11 Nov 10:15
Compare
Choose a tag to compare

Added

  • Method StepReporter.finishNestedStep(ItemStatus)

Changed

  • Exception logging on lambda-style nested step was removed to avoid double-logging, since it should be logged on test level.

Release 5.1.0-RC-12

16 Sep 15:19
Compare
Choose a tag to compare

Changed

  • Nested Step finish refactoring

Added

  • More JSR-305 annotations

Release 5.1.0-RC-11

15 Sep 14:03
Compare
Choose a tag to compare

Changed

  • StepRequestUtils refactoring

Added

  • StepReporter#finishPreviousStep(@Nullable ItemStatus status); method

Release 5.1.0-RC-9

14 Sep 11:06
Compare
Choose a tag to compare

Changed

  • Refactoring of StepAspect class
  • StepRequestUtils class now public