Skip to content

Latest commit

 

History

History
80 lines (64 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

80 lines (64 loc) · 2.7 KB

Changelog

[Unreleased]

[5.2.3]

Changed

  • Client version updated on 5.2.13, by @HardNorth

[5.2.2]

Changed

  • Client version updated on 5.2.8, by @HardNorth
  • Client and JSR 305 dependencies marked as compileOnly, by @HardNorth

[5.2.1]

Changed

  • Client version updated on 5.2.4, by @HardNorth
  • All dependencies are marked as implementation, by @HardNorth

Removed

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

[5.2.0]

Changed

  • Client version updated on 5.2.0, by @HardNorth

Removed

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

[5.1.6]

Changed

  • Client version updated on 5.1.22, by @HardNorth

[5.1.5]

Changed

  • Client version updated on 5.1.16, by @HardNorth

[5.1.4]

Changed

  • Client version updated on 5.1.15, by @HardNorth

[5.1.3]

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

[5.1.2]

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

[5.1.1]

Fixed

  • Form data type formatting, by @HardNorth

[5.1.0]

Added

  • AbstractHttpFormatter class and HttpFormatter interface, by @HardNorth

[5.0.3]

Added

  • HttpRequestFormatter.Builder.bodyParams(List<Param>) method, by @HardNorth

[5.0.2]

Added

  • HttpFormatUtils.getBodyType method, by @HardNorth

[5.0.1]

Added

  • application/x-www-form-urlencoded body type handling, by @HardNorth

[5.0.0]

Added

  • Initial release of HTTP logging utils, by @HardNorth