Releases: reportportal/client-java
Releases · reportportal/client-java
Release 5.4.13
Fixed
- Issue #319: RP client threw exception on Launch finish if the Launch wasn't started, by @HardNorth
Release 5.4.12
Added
- Attribute number truncation, by @HardNorth
- Binary character replacement in basic text fields, by @HardNorth
Release 5.4.11
Changed
- Jackson version updated to
2.18.6to address vulnerability, by @HardNorth
Release 5.4.10
Removed
aspectjrtdependency, by @HardNorth
Release 5.4.9
Added
- Item name formatting according to passed parameters, by @HardNorth
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