Skip to content

Releases: reportportal/client-java

Release 5.4.15

Choose a tag to compare

@github-actions github-actions released this 16 Jun 10:37

Fixed

  • Issue #322: PatternSyntaxException on Android: unescaped '}' in TemplateProcessing regex, by @blundell

Release 5.4.14

Choose a tag to compare

@github-actions github-actions released this 23 Apr 08:55

Changed

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

Release 5.4.13

Choose a tag to compare

@github-actions github-actions released this 08 Apr 09:39

Fixed

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

Release 5.4.12

Choose a tag to compare

@github-actions github-actions released this 01 Apr 19:29

Added

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

Release 5.4.11

Choose a tag to compare

@github-actions github-actions released this 17 Mar 04:22

Changed

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

Release 5.4.10

Choose a tag to compare

@github-actions github-actions released this 17 Feb 17:54

Removed

Release 5.4.9

Choose a tag to compare

@github-actions github-actions released this 28 Jan 10:46

Added

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

Release 5.4.8

Choose a tag to compare

@github-actions github-actions released this 19 Nov 12:24

Added

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

Changed

  • Attribute annotations and their extraction improved, by @HardNorth

Release 5.4.7

Choose a tag to compare

@github-actions github-actions released this 13 Nov 10:03

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

Choose a tag to compare

@github-actions github-actions released this 24 Oct 12:21

Added

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