Skip to content

Releases: reportportal/client-java

Release 5.4.13

08 Apr 09:39

Choose a tag to compare

Fixed

  • Issue #319: RP client threw exception on Launch finish if the Launch wasn't started, by @HardNorth

Release 5.4.12

01 Apr 19:29

Choose a tag to compare

Added

  • Attribute number truncation, by @HardNorth
  • Binary character replacement in basic text fields, by @HardNorth

Release 5.4.11

17 Mar 04:22

Choose a tag to compare

Changed

  • Jackson version updated to 2.18.6 to address vulnerability, by @HardNorth

Release 5.4.10

17 Feb 17:54

Choose a tag to compare

Removed

Release 5.4.9

28 Jan 10:46

Choose a tag to compare

Added

  • Item name formatting according to passed parameters, by @HardNorth

Release 5.4.8

19 Nov 12:24

Choose a tag to compare

Added

  • AttributeParser.retrieveAttributes(Executable) method, by @HardNorth

Changed

  • Attribute annotations and their extraction improved, by @HardNorth

Release 5.4.7

13 Nov 10:03

Choose a tag to compare

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=false to avoid issues when proxy is set through system properties, by @HardNorth

Release 5.4.6

24 Oct 12:21

Choose a tag to compare

Added

  • rp.oauth.use.proxy parameter to control if OAuth HTTP client Inherits proxy settings from general client, by @HardNorth

Release 5.4.5

21 Oct 14:01

Choose a tag to compare

Added

  • LockCloseable class as a separate entity, by @HardNorth

Release 5.4.4

15 Oct 12:10

Choose a tag to compare

Added

  • OAuth 2.0 Password Grant authentication, by @HardNorth