Skip to content

Commit

Permalink
Release 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kasmarian committed Nov 5, 2024
1 parent f2183b4 commit c614553
Show file tree
Hide file tree
Showing 29 changed files with 132 additions and 59 deletions.
77 changes: 75 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,79 @@
# Changelog

## [3.10.0](https://github.com/zalando/logbook/tree/3.10.0) (2024-11-05)

[Full Changelog](https://github.com/zalando/logbook/compare/3.9.0...3.10.0)

**Fixed bugs:**

- SpringBoot automatic configuration is invalid [\#1898](https://github.com/zalando/logbook/issues/1898)
- UnsupportedOperationException in LogbookHttpRequestInterceptor with Spring Boot 3.2.2 and Apache Http Client 5 \(how to fix test?\) [\#1884](https://github.com/zalando/logbook/issues/1884)
- logbook-logstash 3.9.0 requires slf4j 2.x which spring boot 3 depends on [\#1873](https://github.com/zalando/logbook/issues/1873)
- ktor-client: response replaces request body [\#1868](https://github.com/zalando/logbook/issues/1868)
- Quarkus Resteasy endpoint returning 500 to client after HEAD request because of Logbook NullPointerException [\#1384](https://github.com/zalando/logbook/issues/1384)

**Merged pull requests:**

- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 [\#1952](https://github.com/zalando/logbook/pull/1952) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 [\#1951](https://github.com/zalando/logbook/pull/1951) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump ktor.version from 2.3.12 to 3.0.1 [\#1949](https://github.com/zalando/logbook/pull/1949) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump jackson.version from 2.18.0 to 2.18.1 [\#1948](https://github.com/zalando/logbook/pull/1948) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4.1 [\#1947](https://github.com/zalando/logbook/pull/1947) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump logback-classic.version from 1.5.11 to 1.5.12 [\#1946](https://github.com/zalando/logbook/pull/1946) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump spring-boot.version from 3.3.4 to 3.3.5 [\#1945](https://github.com/zalando/logbook/pull/1945) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.wiremock:wiremock-standalone from 3.9.1 to 3.9.2 [\#1944](https://github.com/zalando/logbook/pull/1944) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump junit.version from 5.10.2 to 5.11.3 [\#1943](https://github.com/zalando/logbook/pull/1943) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.springframework:spring-framework-bom from 6.1.13 to 6.1.14 [\#1941](https://github.com/zalando/logbook/pull/1941) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump io.projectreactor.netty:reactor-netty from 1.1.22 to 1.1.23 [\#1939](https://github.com/zalando/logbook/pull/1939) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump logback-classic.version from 1.5.9 to 1.5.11 [\#1938](https://github.com/zalando/logbook/pull/1938) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump kotlin.version from 2.0.20 to 2.0.21 [\#1935](https://github.com/zalando/logbook/pull/1935) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump io.github.openfeign:feign-core from 13.4 to 13.5 [\#1933](https://github.com/zalando/logbook/pull/1933) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump logback-classic.version from 1.5.8 to 1.5.9 [\#1932](https://github.com/zalando/logbook/pull/1932) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 [\#1931](https://github.com/zalando/logbook/pull/1931) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump nl.jqno.equalsverifier:equalsverifier from 3.16.2 to 3.17.1 [\#1929](https://github.com/zalando/logbook/pull/1929) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 [\#1928](https://github.com/zalando/logbook/pull/1928) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump io.netty:netty-bom from 4.1.113.Final to 4.1.114.Final [\#1927](https://github.com/zalando/logbook/pull/1927) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 [\#1925](https://github.com/zalando/logbook/pull/1925) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump jackson.version from 2.17.2 to 2.18.0 [\#1923](https://github.com/zalando/logbook/pull/1923) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre [\#1919](https://github.com/zalando/logbook/pull/1919) ([dependabot[bot]](https://github.com/apps/dependabot))
- Improve README.md: Define the unit of the max-body-size property [\#1918](https://github.com/zalando/logbook/pull/1918) ([bwaldvogel](https://github.com/bwaldvogel))
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 [\#1917](https://github.com/zalando/logbook/pull/1917) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.wiremock:wiremock-standalone from 3.6.0 to 3.9.1 [\#1916](https://github.com/zalando/logbook/pull/1916) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump io.netty:netty-bom from 4.1.112.Final to 4.1.113.Final [\#1915](https://github.com/zalando/logbook/pull/1915) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 [\#1914](https://github.com/zalando/logbook/pull/1914) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 [\#1912](https://github.com/zalando/logbook/pull/1912) ([dependabot[bot]](https://github.com/apps/dependabot))
- Use Grizzly instead of JDK-HTTP to improve test speed by 15X [\#1910](https://github.com/zalando/logbook/pull/1910) ([msdousti](https://github.com/msdousti))
- Fix JAX-RS filter NPE for empty entities [\#1909](https://github.com/zalando/logbook/pull/1909) ([msdousti](https://github.com/msdousti))
- Bump io.github.openfeign:feign-core from 13.2.1 to 13.4 [\#1908](https://github.com/zalando/logbook/pull/1908) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.1 [\#1907](https://github.com/zalando/logbook/pull/1907) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 [\#1906](https://github.com/zalando/logbook/pull/1906) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump spring-boot.version from 3.2.3 to 3.3.4 [\#1905](https://github.com/zalando/logbook/pull/1905) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.springframework:spring-framework-bom from 6.1.12 to 6.1.13 [\#1903](https://github.com/zalando/logbook/pull/1903) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.6 [\#1902](https://github.com/zalando/logbook/pull/1902) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 [\#1901](https://github.com/zalando/logbook/pull/1901) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 [\#1900](https://github.com/zalando/logbook/pull/1900) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.hamcrest:hamcrest from 2.2 to 3.0 [\#1896](https://github.com/zalando/logbook/pull/1896) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.5.0 [\#1895](https://github.com/zalando/logbook/pull/1895) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump ktor.version from 2.3.11 to 2.3.12 [\#1894](https://github.com/zalando/logbook/pull/1894) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump slf4j.version from 2.0.13 to 2.0.16 [\#1893](https://github.com/zalando/logbook/pull/1893) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump jackson.version from 2.17.1 to 2.17.2 [\#1892](https://github.com/zalando/logbook/pull/1892) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump com.squareup.okio:okio from 3.9.0 to 3.9.1 [\#1891](https://github.com/zalando/logbook/pull/1891) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump kotlin.version from 2.0.0 to 2.0.20 [\#1890](https://github.com/zalando/logbook/pull/1890) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump net.logstash.logback:logstash-logback-encoder from 7.4 to 8.0 [\#1889](https://github.com/zalando/logbook/pull/1889) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump nl.jqno.equalsverifier:equalsverifier from 3.16.1 to 3.16.2 [\#1888](https://github.com/zalando/logbook/pull/1888) ([dependabot[bot]](https://github.com/apps/dependabot))
- Add mandatory properties to .zappr [\#1886](https://github.com/zalando/logbook/pull/1886) ([kasmarian](https://github.com/kasmarian))
- Close resources in FeignLogbookLogger [\#1883](https://github.com/zalando/logbook/pull/1883) ([Nazukin-Dmitry](https://github.com/Nazukin-Dmitry))
- Bump com.google.guava:guava from 33.2.0-jre to 33.3.0-jre [\#1879](https://github.com/zalando/logbook/pull/1879) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.springframework:spring-framework-bom from 6.1.8 to 6.1.12 [\#1878](https://github.com/zalando/logbook/pull/1878) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump io.projectreactor.netty:reactor-netty from 1.1.19 to 1.1.22 [\#1877](https://github.com/zalando/logbook/pull/1877) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump io.netty:netty-bom from 4.1.110.Final to 4.1.112.Final [\#1872](https://github.com/zalando/logbook/pull/1872) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.8.0 [\#1871](https://github.com/zalando/logbook/pull/1871) ([dependabot[bot]](https://github.com/apps/dependabot))
- Fix for \#1868 - make State subclasses real classes [\#1869](https://github.com/zalando/logbook/pull/1869) ([noffke](https://github.com/noffke))
- Bump jakarta.servlet:jakarta.servlet-api from 6.0.0 to 6.1.0 [\#1859](https://github.com/zalando/logbook/pull/1859) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0 [\#1856](https://github.com/zalando/logbook/pull/1856) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 [\#1852](https://github.com/zalando/logbook/pull/1852) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 [\#1850](https://github.com/zalando/logbook/pull/1850) ([dependabot[bot]](https://github.com/apps/dependabot))

## [3.9.0](https://github.com/zalando/logbook/tree/3.9.0) (2024-05-27)

[Full Changelog](https://github.com/zalando/logbook/compare/3.8.0...3.9.0)
Expand Down Expand Up @@ -159,7 +233,6 @@
- UnsupportedOperationException in LogbookHttpRequestInterceptor with Spring Boot 3.2.0 and Apache Http Client 5 [\#1693](https://github.com/zalando/logbook/issues/1693)
- Logs only show header's name but not value if header is added using a Filter in Spring Boot [\#1671](https://github.com/zalando/logbook/issues/1671)
- UnsupportedClassVersionError when running on Java 8 and JAX-RS 2.X [\#1566](https://github.com/zalando/logbook/issues/1566)
- Quarkus Resteasy endpoint returning 500 to client after HEAD request because of Logbook NullPointerException [\#1384](https://github.com/zalando/logbook/issues/1384)
- NullPointerException with Micronaut server when there is an illegal character in URI [\#1303](https://github.com/zalando/logbook/issues/1303)

**Merged pull requests:**
Expand Down Expand Up @@ -2440,7 +2513,7 @@
- Added predefined/reusable request predicates [\#68](https://github.com/zalando/logbook/pull/68) ([whiskeysierra](https://github.com/whiskeysierra))
- Enabled authorization header obfuscation by default [\#66](https://github.com/zalando/logbook/pull/66) ([whiskeysierra](https://github.com/whiskeysierra))
- Fix headlines [\#63](https://github.com/zalando/logbook/pull/63) ([whiskeysierra](https://github.com/whiskeysierra))
- Update README.md [\#62](https://github.com/zalando/logbook/pull/62) ([LappleApple](https://github.com/LappleApple))
- Update README.md [\#62](https://github.com/zalando/logbook/pull/62) ([lasomethingsomething](https://github.com/lasomethingsomething))
- Release 0.14.0 [\#61](https://github.com/zalando/logbook/pull/61) ([whiskeysierra](https://github.com/whiskeysierra))

## [0.14.0](https://github.com/zalando/logbook/tree/0.14.0) (2016-04-14)
Expand Down
2 changes: 1 addition & 1 deletion logbook-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-api</artifactId>
Expand Down
54 changes: 27 additions & 27 deletions logbook-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>logbook</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</parent>

<artifactId>logbook-bom</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
<packaging>pom</packaging>
<description>HTTP request and response logging</description>
<scm>
Expand All @@ -22,129 +22,129 @@
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-api</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-common</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-core</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-httpclient</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-httpclient5</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-jaxrs</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-jaxrs</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
<classifier>javax</classifier>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-json</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-logstash</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-netty</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-okhttp</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-okhttp2</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-openfeign</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-servlet</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-servlet</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
<classifier>javax</classifier>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-ktor</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-ktor-common</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-ktor-client</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-ktor-server</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-webflux</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-boot-autoconfigure</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-boot-webflux-autoconfigure</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-boot-starter</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-test</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit c614553

Please sign in to comment.