Skip to content

Releases: reportportal/client-java

Release 5.2.30

07 Feb 13:42
Compare
Choose a tag to compare

Added

  • rp.truststore.resource and rp.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

04 Feb 14:10
Compare
Choose a tag to compare

Fixed

  • NullPointerException in case of no binary data in ReportPortal.toSaveLogRQ method, by @HardNorth

Release 5.2.28

04 Feb 12:03
Compare
Choose a tag to compare

Added

  • ReportPortal.toSaveLogRQ public method, by @HardNorth

Release 5.2.27

03 Feb 13:58
Compare
Choose a tag to compare

Added

  • rp.truncation.exception configuration property to control exception logging, by @HardNorth

Release 5.2.26

22 Jan 12:05
Compare
Choose a tag to compare

Changed

  • StepReporter.sendStep methods now returns Maybe<String> with Step ID, by @HardNorth
  • StepReporter.finishNestedStep methods now returns Maybe<OperationCompletionRS>, by @HardNorth
  • rxjava version updated on 2.2.21, by @HardNorth

Release 5.2.25

17 Jan 14:18
Compare
Choose a tag to compare

Changed

  • StepReporter.step(java.lang.String) method now returns Maybe<String> with Step ID, by @HardNorth
  • jackson-databind version updated on 2.15.4, by @HardNorth

Release 5.2.24

14 Jan 15:03
Compare
Choose a tag to compare

Fixed

  • MarkdownUtils.asTwoParts now correctly joins two document parts with separation line, by @HardNorth

Release 5.2.23

28 Nov 13:17
Compare
Choose a tag to compare

Added

  • Some new types to ContentType class, by @HardNorth

Release 5.2.22

21 Nov 13:30
Compare
Choose a tag to compare

Changed

Release 5.2.21

15 Nov 09:43
Compare
Choose a tag to compare

Added

  • rp.launch.uuid.creation.skip configuration properties to control Launch start on provided UUID, by @HardNorth