Releases: reportportal/logger-java-rest-assured
Releases · reportportal/logger-java-rest-assured
Release 5.2.1
Fixed
- Passing Multipart request part as
java.io.File
with text type, by @HardNorth
Release 5.2.0
Added
ReportPortalRestAssuredLoggingFilter.addRequestFilter
method to be able to allow skipping certain request logging, by @HardNorthapplication/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 withCalendar.getInstance().getTime()
- Complete code refactoring with moving common HTTP formatting code to a separate library:
utils-java-formatting
, by @HardNorth
Release 5.1.5
Fixed
- Invalid content pretty-print crash, by @HardNorth
Release 5.1.4
Fixed
- Empty Content-Type parse exception, by @HardNorth
Release 5.1.3
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
Fixed
- Missed HTTP headers in case of GET requests, by @HardNorth
Release 5.1.1
Added
- Example converters, by @HardNorth
Release 5.1.0
Added
- Chain accessors for setters, by @HardNorth
Fixed
- Logger crash on empty Content-Type HTTP header, by @HardNorth
Release 5.0.1
Added
- URL converter function, by @HardNorth
Release 5.0.0
Added
- Initial release of REST Assured logger, by @HardNorth