Releases: reportportal/client-java
Releases · reportportal/client-java
Release 5.1.0-RC-12
Changed
- Nested Step finish refactoring
Added
- More JSR-305 annotations
Release 5.1.0-RC-11
Changed
- StepRequestUtils refactoring
Added
StepReporter#finishPreviousStep(@Nullable ItemStatus status);
method
Release 5.1.0-RC-9
Changed
- Refactoring of StepAspect class
- StepRequestUtils class now public
Release 5.1.0-RC-10
Added
StepReporter#step
methods, issue #127
Release 5.1.0-RC-7
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
[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