Skip to content

Releases: reportportal/utils-java-formatting

Release 5.2.3

04 Apr 11:22
Compare
Choose a tag to compare

Changed

Release 5.2.2

28 Mar 13:03
Compare
Choose a tag to compare

Changed

Release 5.2.1

07 Feb 20:27
Compare
Choose a tag to compare

Changed

Removed

  • commons-model dependency to rely on clinet-java exclusions in security fixes, by @HardNorth

Release 5.2.0

11 Jan 18:31
Compare
Choose a tag to compare

Changed

Removed

  • HttpCore dependency was removed to avoid conflicts, by @HardNorth

Release 5.1.6

13 Jul 13:12
Compare
Choose a tag to compare

Changed

Release 5.1.5

17 Mar 12:45
Compare
Choose a tag to compare

Changed

Release 5.1.4

06 Jan 09:44
Compare
Choose a tag to compare

Changed

Release 5.1.3

10 Oct 13:45
Compare
Choose a tag to compare

Added

  • Deprecation warning on invalid constructor in HttpPartFormatter class, by @HardNorth
  • Cookie utility methods in HttpFormatUtils class, by @HardNorth
  • Header string parsing method in HttpFormatUtils class, by @HardNorth
  • Charset parsing from content type header for Form request, by @HardNorth

Changed

  • jsoup version update to fix vulnerabilities, by @HardNorth

Release 5.1.2

06 Sep 12:55
Compare
Choose a tag to compare

Added

  • Additional multipart types, by @HardNorth
  • HttpFormatter.Builder.addCookie(Cookie) methods, by @HardNorth
  • DefaultCookieConverter.DEFAULT_COOKIE_DATE_FORMAT and DefaultCookieConverter.DEFAULT_COOKIE_TIME_ZONE constants, which are used to format Cookie Expiry Date, by @HardNorth
  • Date Format and Time Zone bypass in Cookie converter constructors, by @HardNorth

Fixed

  • Response title format for empty phrase, by @HardNorth
  • Spacing for binary multipart headers, by @HardNorth

Release 5.1.1

31 Aug 15:59
Compare
Choose a tag to compare

Fixed