Releases: reportportal/client-java
Releases · reportportal/client-java
Release 5.1.8
Added
- Issue #70
@Step
templating now supportsthis
object reference, by @HardNorth - Issue #130
@TestCaseId
now supports templating, by @HardNorth
Release 5.1.7
Added
@Attributes
annotation inheritanceLaunch.getLaunch
method, which returns current Launch UUID or emptyMaybe
LoggingContext.context()
public static method which allows get current logging context
Fixed
Release 5.1.4
Changed
- Slf4j version updated on 1.7.32 to support newer versions of Logback with security fixes
Release 5.1.3
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
Added
- HTTP timeout parameters
Release 5.1.1
Fixed
- TestNG NestedStep mixing issue
Release 5.1.0
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
Changed
- Nested Step finish refactoring
Added
- More JSR-305 annotations
Release 5.1.0-RC-11
Changed
- StepRequestUtils refactoring
Added
StepReporter#finishPreviousStep(@Nullable ItemStatus status);
method
Release 5.1.0-RC-9
Changed
- Refactoring of StepAspect class
- StepRequestUtils class now public