Skip to content

Releases: reportportal/client-java

Release 5.1.0-RC-12

16 Sep 15:19
Compare
Choose a tag to compare

Changed

  • Nested Step finish refactoring

Added

  • More JSR-305 annotations

Release 5.1.0-RC-11

15 Sep 14:03
Compare
Choose a tag to compare

Changed

  • StepRequestUtils refactoring

Added

  • StepReporter#finishPreviousStep(@Nullable ItemStatus status); method

Release 5.1.0-RC-9

14 Sep 11:06
Compare
Choose a tag to compare

Changed

  • Refactoring of StepAspect class
  • StepRequestUtils class now public

Release 5.1.0-RC-10

14 Sep 16:50
Compare
Choose a tag to compare

Added

  • StepReporter#step methods, issue #127

Release 5.1.0-RC-7

02 Sep 14:57
Compare
Choose a tag to compare

Added

  • Error message on incompatible OkHttp dependency version
  • It's now possible to obtain Report Portal client by Launch.currentLaunch().getClient()

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