Releases: reportportal/client-java
Releases · reportportal/client-java
Release 5.4.8
Added
AttributeParser.retrieveAttributes(Executable)method, by @HardNorth
Changed
- Attribute annotations and their extraction improved, by @HardNorth
Release 5.4.7
Added
- HTTP logging support for OAuth 2.0 Password Grant authentication, by @HardNorth
Fixed
- Explicitly disable proxy for OAuth authentication when
rp.oauth.use.proxy=falseto avoid issues when proxy is set through system properties, by @HardNorth
Release 5.4.6
Added
rp.oauth.use.proxyparameter to control if OAuth HTTP client Inherits proxy settings from general client, by @HardNorth
Release 5.4.5
Added
LockCloseableclass as a separate entity, by @HardNorth
Release 5.4.4
Added
- OAuth 2.0 Password Grant authentication, by @HardNorth
Release 5.4.3
Fixed
- Losing of file content type and name on log message cloning, by @HardNorth
Release 5.4.2
Fixed
- Return back logging endpoints with
Dateclass for backward compatibility, by @HardNorth
Release 5.4.1
Fixed
- Log time parameter type changed to Comparable in multiple methods, in
ReportPortalandItemTreeReporterclasses, by @HardNorth - Support of Date type in SaveLogRQ for legacy loggers, by @HardNorth
Release 5.4.0
Added
- Microseconds precision for timestamps, by @HardNorth
Changed
- Replace "jsr305" with "jakarta.annotation-api", by @HardNorth
Removed
- Java 8-10 support, by @HardNorth
Release 5.3.17
Fixed
- Item upload in certain rare cases, by @HardNorth