Skip to content

Releases: reportportal/client-java

Release 5.1.0-RC-6

05 Aug 14:41
Compare
Choose a tag to compare
[Gradle Release Plugin] - creating tag:  '5.1.0-RC-6'.

Release 5.1.0-RC-5

04 Aug 14:06
Compare
Choose a tag to compare

Fixed

  • Lock wait timeout property initialization

Release 5.1.0-RC-4

30 Jul 16:02
Compare
Choose a tag to compare
[Gradle Release Plugin] - creating tag:  '5.1.0-RC-4'.

Release 5.1.0-RC-2

09 Jul 14:13
Compare
Choose a tag to compare

Fixed

  • Incorrect MIME type attachment upload

Release 5.1.0-RC-1

08 Jul 14:14
Compare
Choose a tag to compare

Added

  • New distributed Launch join mechanism: sockets
  • New properties: rp.client.join.mode, rp.client.join.file.lock.name, rp.client.join.file.sync.name, rp.client.join.timeout.value,
    rp.client.join.timeout.unit, rp.client.join.lock.timeout.value, rp.client.join.lock.timeout.unit, rp.client.join.port

Changed

  • Introducing "Retrofit 2" as RP client
  • Common Jackson ObjectMapper moved to HttpRequestUtils class
  • try-catch refactoring in ReportPortal.Builder class to get better stack traces
  • UniqueID annotation deprecated
  • It's now possible to assign Attributes annotation on classes
  • Property deprecation: rp.client.join.lock.file.name, rp.client.join.sync.file.name, rp.client.join.file.wait.timeout.ms

Removed

  • Apache Tika dependency
  • Tags annotation since it looks like it is not in use anywhere

Release 5.0.22

26 May 10:21
Compare
Choose a tag to compare

Added

  • Item names truncation, issue #154

Release 5.0.21

16 Mar 11:56
Compare
Choose a tag to compare

Changed

  • try-catch refactoring in ReportPortal.Builder class to get better stack traces

Added

  • rp.rx.buffer.size property handling

Release 5.1.0-BETA-1

01 Mar 12:51
Compare
Choose a tag to compare
Release 5.1.0-BETA-1 Pre-release
Pre-release

Changed

  • Apache Tika version degraded on 1.19 for Android compatibility
  • Common Jackson ObjectMapper moved to HttpRequestUtils class
  • try-catch refactoring in ReportPortal.Builder class to get better stack traces
  • Introducing "Retrofit 2" as RP client

Release 5.0.18

23 Dec 14:08
Compare
Choose a tag to compare

Added

  • A static Issue Launch.NOT_ISSUE to use in agents and avoid issue creation duplication
  • StatusEvaluation class with an evaluateStatus method

Release 5.0.17

14 Dec 16:48
Compare
Choose a tag to compare

Fixed

  • All client threads now marked as daemon to not prevent JVM shutting down