Releases: reportportal/client-java
Releases · reportportal/client-java
Release 5.1.0-RC-6
[Gradle Release Plugin] - creating tag: '5.1.0-RC-6'.
Release 5.1.0-RC-5
Fixed
- Lock wait timeout property initialization
Release 5.1.0-RC-4
[Gradle Release Plugin] - creating tag: '5.1.0-RC-4'.
Release 5.1.0-RC-2
Fixed
- Incorrect MIME type attachment upload
Release 5.1.0-RC-1
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
Added
- Item names truncation, issue #154
Release 5.0.21
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
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
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
Fixed
- All client threads now marked as daemon to not prevent JVM shutting down