Releases: reportportal/client-java
Releases · reportportal/client-java
Release 5.2.26
Changed
StepReporter.sendStep
methods now returnsMaybe<String>
with Step ID, by @HardNorthStepReporter.finishNestedStep
methods now returnsMaybe<OperationCompletionRS>
, by @HardNorthrxjava
version updated on 2.2.21, by @HardNorth
Release 5.2.25
Changed
StepReporter.step(java.lang.String)
method now returnsMaybe<String>
with Step ID, by @HardNorthjackson-databind
version updated on 2.15.4, by @HardNorth
Release 5.2.24
Fixed
MarkdownUtils.asTwoParts
now correctly joins two document parts with separation line, by @HardNorth
Release 5.2.23
Added
- Some new types to
ContentType
class, by @HardNorth
Release 5.2.22
Changed
Retrofit
version updated on version 2.11.0, by @HardNorth
Release 5.2.21
Added
rp.launch.uuid.creation.skip
configuration properties to control Launch start on provided UUID, by @HardNorth
Release 5.2.20
Fixed
@Issue
and@Issues
annotations handling in certain cases, by @HardNorth
Added
- Issue Locator lookup by value in
@Issue
annotation, by @HardNorth
Release 5.2.19
Added
IssueUtils
class, common code to process@Issue
and@Issues
annotations, by @HardNorth
Release 5.2.18
Added
- Issue #210 Ability to call methods without parameters in templates, by @HardNorth
Release 5.2.17
Added
ExceptionUtils
class to unify exceptions format, by @HardNorth
Changed
MarkdownUtils
,TemplateConfiguration
andTemplateProcessing
was moved toutils.formatting
package, by @HardNorth