Skip to content

Releases: reportportal/logger-java-rest-assured

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

Release 5.1.5

20 May 14:03
Compare
Choose a tag to compare

Fixed

  • Invalid content pretty-print crash, by @HardNorth

Release 5.1.4

20 May 13:33
Compare
Choose a tag to compare

Fixed

  • Empty Content-Type parse exception, by @HardNorth

Release 5.1.3

19 May 12:17
Compare
Choose a tag to compare

Fixed

  • Cookies indent when use with headers, by @HardNorth

Changed

  • All converters and prettiers moved into com.epam.reportportal.restassured.support.Converters class, by @HardNorth

Release 5.1.2

19 May 10:16
Compare
Choose a tag to compare

Fixed

  • Missed HTTP headers in case of GET requests, by @HardNorth

Release 5.1.1

18 May 15:35
Compare
Choose a tag to compare

Added

Release 5.1.0

18 May 13:20
Compare
Choose a tag to compare

Added

Fixed

  • Logger crash on empty Content-Type HTTP header, by @HardNorth

Release 5.0.1

17 May 13:31
Compare
Choose a tag to compare

Added

Release 5.0.0

17 May 10:39
Compare
Choose a tag to compare

Added

  • Initial release of REST Assured logger, by @HardNorth