Skip to content

Releases: dzieciou/curl-logger

v3.0.0

25 Jun 13:13
4e03226
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v3.0.0

Release v2.1.3

04 Feb 17:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

Release 2.1.2

17 Oct 19:53
ede6f72
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.1.2

Release 2.1.1

29 Dec 09:34
Compare
Choose a tag to compare
  • Upgrade runtime dependencies: REST-assured from 4.3.12 to 4.4.0, httpclient from 4.5.3 to 4.5.13, Guava from 28.0-jre to 29.0-jre
  • Upgrade development dependencies (to TestNG 7.4.0, mockito from 2.0.2-beta to 3.12.1)
  • Fixed bug #74: Options.builder().updateCurl(curl -> curl.removeHeader("Cookie").build(); now correctly removes also Cookie header (thanks to @iamrulloh for reporting the problem)

Release 2.1.0

15 May 17:53
Compare
Choose a tag to compare

Support for alwaysPrintMethod option that enables always printing HTTP method of a request (many thanks to Luigi
Cardito for his pull request)

Release 2.0.1

13 Mar 10:10
Compare
Choose a tag to compare

Bug fix: Do not reuse HTTP client instance across multiple/parallel requests (fix for #37)
Bug fix: Make CurlHandler interface public (fix for #56)

Release 2.0.0

29 Oct 16:58
26ee629
Compare
Choose a tag to compare
  • Fix to invalid escaping of characters longer than 8 bits (#47, thanks to Srepfler Srdan for reporting it)
  • Tested with latest REST-assured (4.3.1)
  • Support for custom log levels (thanks to Jérémie Bresson for pull request)
  • Support for custom curl handlers
  • Backward-incompatible change: CurlLoggingRestAssuredConfigFactory renamed to CurlRestAssuredConfigFactory.

1.0.5

25 Jul 18:00
Compare
Choose a tag to compare
  • Upgrade to REST-assured 4.0.0.
  • Update test scope dependencies.
  • Fix character escaping for both POSIX and Windows platforms (many thanks to Chirag008 for rausung the issue: #25)

1.0.4

03 Jan 08:58
Compare
Choose a tag to compare
  • Bug fix: HTTPS protocol was not always recognized correctly (#17). Many thanks to pafitchett-ks for troubleshooting.
  • Support slf4j 1.8.0-beta2.
  • Support rest-assured 3.2.0.

1.0.3

03 Jan 08:57
Compare
Choose a tag to compare
  • Bug fix: Invalid basic authentication headers are failing curl generation (#15)