Releases: dzieciou/curl-logger
Releases · dzieciou/curl-logger
v3.0.0
What's Changed
- Bump github/codeql-action from 1 to 2 by @dependabot in #100
- Bump actions/setup-java from 2 to 3 by @dependabot in #101
- Bump actions/cache from 2 to 3 by @dependabot in #102
- Bump actions/checkout from 2 to 3 by @dependabot in #104
- Bump junit.jupiter.version from 5.8.1 to 5.9.2 by @dependabot in #103
- Bump slf4j-test from 2.1.1 to 2.8.1 by @dependabot in #105
- Bump maven-source-plugin from 2.4 to 3.2.1 by @dependabot in #106
- Bump slf4j-api from 1.8.0-beta2 to 2.0.6 by @dependabot in #108
- Fix some static analysis errors by @dzieciou in #110
- Bump nexus-staging-maven-plugin from 1.6.7 to 1.6.13 by @dependabot in #113
- Bump junit-platform-suite from 1.8.1 to 1.9.2 by @dependabot in #114
- Bump jackson-databind from 2.12.7.1 to 2.14.2 by @dependabot in #116
- Bump mockserver-netty from 5.6.1 to 5.15.0 by @dependabot in #107
- Do not fail fast when running tests on different JDKs by @dzieciou in #118
- Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #119
- Add code coverage artifact and badge by @dzieciou in #121
- Bump slf4j-test from 2.8.1 to 2.9.0 by @dependabot in #124
- Use ubuntu-latest in maven.yml workflow, because explicit older versi… by @dzieciou in #125
- Bump slf4j-api from 2.0.6 to 2.0.7 by @dependabot in #123
- Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 by @dependabot in #122
- Fix test results in README.md by @dzieciou in #127
- Update badge alternative text in README by @dzieciou in #128
- Update README.md by @dzieciou in #132
- Bump jackson-databind from 2.14.2 to 2.15.0 by @dependabot in #129
- Bump junit.jupiter.version from 5.9.2 to 5.9.3 by @dependabot in #130
- Bump jacoco-maven-plugin from 0.8.8 to 0.8.10 by @dependabot in #131
- Set JRE 11 as minimum version by @dzieciou in #139
- Bump mockito-core from 3.12.1 to 5.1.1 by @dependabot in #115
- Bump mockito-junit-jupiter from 4.11.0 to 5.1.1 by @dependabot in #120
- Bump junit-platform-suite from 1.9.2 to 1.9.3 by @dependabot in #133
- Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #134
- Bump maven-surefire-plugin from 3.0.0 to 3.1.2 by @dependabot in #136
- Bump guava from 31.1-jre to 32.0.1-jre by @dependabot in #138
- Release 3.0.0 by @dzieciou in #140
Full Changelog: v2.1.3...v3.0.0
Release v2.1.3
What's Changed
- Bump jackson-databind from 2.12.6.1 to 2.12.7.1 by @dependabot in #90
- Bump guava from 29.0-jre to 31.1-jre by @dependabot in #91
- Bump rest-assured from 5.2.0 to 5.3.0 by @dependabot in #93
- Bump httpclient from 4.5.13 to 4.5.14 by @dependabot in #95
- Bump maven-javadoc-plugin from 2.10.3 to 3.4.1 by @dependabot in #92
- Bump maven-gpg-plugin from 1.6 to 3.0.1 by @dependabot in #94
Full Changelog: v2.1.2...v2.1.3
Release 2.1.2
What's Changed
- Escape "at" character (@) only when it is first character in request by @dzieciou in #82
- Update README.md by @nicodn in #78
- Bump jackson-databind from 2.10.0.pr1 to 2.12.6.1 by @dependabot in #83
- Migrate tests from TestNG to JUnit5 by @dzieciou in #84
- Bump rest-assure to 5.2.0 by @dzieciou in #85
- Refactor after static analysis by @dzieciou in #86
New Contributors
Full Changelog: v2.1.1...v2.1.2
Release 2.1.1
- 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
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
Release 2.0.0
- 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.