Releases: reportportal/client-java
Releases · reportportal/client-java
Release 5.2.30
Added
rp.truststore.resource
andrp.truststore.password
configuration parameters, by @HardNorth
Fixed
- Manual SSL configuration for
OkHttpClient
, by @HardNorth
Changed
LaunchLoggingContext.completed
is now public, by @HardNorth
Release 5.2.29
Fixed
NullPointerException
in case of no binary data inReportPortal.toSaveLogRQ
method, by @HardNorth
Release 5.2.28
Added
ReportPortal.toSaveLogRQ
public method, by @HardNorth
Release 5.2.27
Added
rp.truncation.exception
configuration property to control exception logging, by @HardNorth
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