Skip to content

Releases: reportportal/logger-java-rest-assured

Release 5.3.4

04 Apr 12:17
Compare
Choose a tag to compare

Changed

Release 5.3.3

03 Apr 09:50
Compare
Choose a tag to compare

Changed

Release 5.3.2

08 Feb 12:43
Compare
Choose a tag to compare

Changed

  • utils-java-formatting dependency marked back as api, by @HardNorth

Release 5.3.1

08 Feb 11:19
Compare
Choose a tag to compare

Removed

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

Release 5.3.0

17 Jan 11:03
Compare
Choose a tag to compare

Changed

  • Client version updated on 5.2.0, by @HardNorth
  • utils-java-formatting library version updated on version 5.2.0, by @HardNorth
  • Rest-Assured dependency marked as implementation to force users specify their own versions, by @HardNorth

Release 5.2.4

13 Jul 13:47
Compare
Choose a tag to compare

Changed

Release 5.2.3

20 Mar 10:43
Compare
Choose a tag to compare

Changed

Release 5.2.2

06 Jan 10:19
Compare
Choose a tag to compare

Fixed

  • Common field duplication in child class, by @HardNorth

Changed

Release 5.2.1

19 Sep 18:53
Compare
Choose a tag to compare

Fixed

  • Passing Multipart request part as java.io.File with text type, by @HardNorth

Release 5.2.0

07 Sep 17:38
Compare
Choose a tag to compare

Added

  • ReportPortalRestAssuredLoggingFilter.addRequestFilter method to be able to allow skipping certain request logging, by @HardNorth
  • application/x-www-form-urlencoded body type handling, by @HardNorth

Fixed

  • NullPointerExceptions in case of null values for different converters, by @HardNorth

Changed

  • Client version updated on 5.1.11, by @HardNorth
  • new Date() replaced with Calendar.getInstance().getTime()
  • Complete code refactoring with moving common HTTP formatting code to a separate library: utils-java-formatting, by @HardNorth