Skip to content

Commit

Permalink
Release 3.11.0 (#2040)
Browse files Browse the repository at this point in the history
* Release 3.11.0

* Development 3.12.0-SNAPSHOT
  • Loading branch information
kasmarian authored Feb 27, 2025
1 parent 89de831 commit 7592253
Show file tree
Hide file tree
Showing 29 changed files with 133 additions and 58 deletions.
77 changes: 76 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,80 @@
# Changelog

## [3.11.0](https://github.com/zalando/logbook/tree/3.11.0) (2025-02-27)

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

**Fixed bugs:**

- Truncation of significant digits in floating point numbers in json formatting [\#1993](https://github.com/zalando/logbook/issues/1993)
- Disable the creation of bean jsonBodyFieldsFilter from LogbookAutoConfiguration [\#1882](https://github.com/zalando/logbook/issues/1882)
- Missing Logging for Sent Requests During ReadTimeoutException in WebClient [\#1876](https://github.com/zalando/logbook/issues/1876)

**New:**

- Allow keeping the floating points precision in logs with JSON format [\#2005](https://github.com/zalando/logbook/pull/2005)

**Merged pull requests:**

- Update CODEOWNERS [\#2038](https://github.com/zalando/logbook/pull/2038) ([whiskeysierra](https://github.com/whiskeysierra))
- Bump logback-classic.version from 1.5.16 to 1.5.17 [\#2037](https://github.com/zalando/logbook/pull/2037) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump slf4j.version from 2.0.16 to 2.0.17 [\#2036](https://github.com/zalando/logbook/pull/2036) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump ktor.version from 3.1.0 to 3.1.1 [\#2035](https://github.com/zalando/logbook/pull/2035) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump junit.version from 5.11.4 to 5.12.0 [\#2034](https://github.com/zalando/logbook/pull/2034) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 [\#2033](https://github.com/zalando/logbook/pull/2033) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump spring-boot.version from 3.4.2 to 3.4.3 [\#2032](https://github.com/zalando/logbook/pull/2032) ([dependabot[bot]](https://github.com/apps/dependabot))
- Add Christian Lohmann to MAINTAINERS and CODEOWNERS [\#2030](https://github.com/zalando/logbook/pull/2030) ([ChristianLohmann](https://github.com/ChristianLohmann))
- Bump nl.jqno.equalsverifier:equalsverifier from 3.18.1 to 3.19.1 [\#2029](https://github.com/zalando/logbook/pull/2029) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.springframework:spring-framework-bom from 6.2.2 to 6.2.3 [\#2028](https://github.com/zalando/logbook/pull/2028) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.wiremock:wiremock-standalone from 3.10.0 to 3.12.0 [\#2027](https://github.com/zalando/logbook/pull/2027) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump io.projectreactor.netty:reactor-netty from 1.2.2 to 1.2.3 [\#2026](https://github.com/zalando/logbook/pull/2026) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump ktor.version from 3.0.3 to 3.1.0 [\#2025](https://github.com/zalando/logbook/pull/2025) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump io.netty:netty-bom from 4.1.117.Final to 4.1.118.Final [\#2023](https://github.com/zalando/logbook/pull/2023) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.1 to 5.4.2 [\#2020](https://github.com/zalando/logbook/pull/2020) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump kotlin.version from 2.1.0 to 2.1.10 [\#2018](https://github.com/zalando/logbook/pull/2018) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 [\#2017](https://github.com/zalando/logbook/pull/2017) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump spring-boot.version from 3.4.1 to 3.4.2 [\#2016](https://github.com/zalando/logbook/pull/2016) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 [\#2014](https://github.com/zalando/logbook/pull/2014) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.springframework:spring-framework-bom from 6.2.1 to 6.2.2 [\#2013](https://github.com/zalando/logbook/pull/2013) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump io.netty:netty-bom from 4.1.116.Final to 4.1.117.Final [\#2011](https://github.com/zalando/logbook/pull/2011) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump io.projectreactor.netty:reactor-netty from 1.2.1 to 1.2.2 [\#2010](https://github.com/zalando/logbook/pull/2010) ([dependabot[bot]](https://github.com/apps/dependabot))
- Return 'none' body filter if list of to-be-filtered JSON field-names is empty [\#2007](https://github.com/zalando/logbook/pull/2007) ([skjolber](https://github.com/skjolber))
- Allow using precise floats in logs [\#2005](https://github.com/zalando/logbook/pull/2005) ([kasmarian](https://github.com/kasmarian))
- Bump nl.jqno.equalsverifier:equalsverifier from 3.18 to 3.18.1 [\#2004](https://github.com/zalando/logbook/pull/2004) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump com.squareup.okio:okio from 3.10.1 to 3.10.2 [\#2003](https://github.com/zalando/logbook/pull/2003) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump com.squareup.okio:okio from 3.10.0 to 3.10.1 [\#2002](https://github.com/zalando/logbook/pull/2002) ([dependabot[bot]](https://github.com/apps/dependabot))
- use MockitoBean instead of MockBean [\#2001](https://github.com/zalando/logbook/pull/2001) ([kasmarian](https://github.com/kasmarian))
- Log webclient request on response errors [\#2000](https://github.com/zalando/logbook/pull/2000) ([kasmarian](https://github.com/kasmarian))
- Bump com.squareup.okio:okio from 3.9.1 to 3.10.0 [\#1999](https://github.com/zalando/logbook/pull/1999) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump commons-codec:commons-codec from 1.17.1 to 1.17.2 [\#1998](https://github.com/zalando/logbook/pull/1998) ([dependabot[bot]](https://github.com/apps/dependabot))
- Attempt to write a response log when flushBuffer\(\) fails [\#1997](https://github.com/zalando/logbook/pull/1997) ([kasmarian](https://github.com/kasmarian))
- Bump logback-classic.version from 1.5.12 to 1.5.16 [\#1996](https://github.com/zalando/logbook/pull/1996) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.assertj:assertj-core from 3.26.3 to 3.27.2 [\#1995](https://github.com/zalando/logbook/pull/1995) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump nl.jqno.equalsverifier:equalsverifier from 3.17.4 to 3.18 [\#1992](https://github.com/zalando/logbook/pull/1992) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump spring-boot.version from 3.4.0 to 3.4.1 [\#1989](https://github.com/zalando/logbook/pull/1989) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump ktor.version from 3.0.1 to 3.0.3 [\#1984](https://github.com/zalando/logbook/pull/1984) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump io.netty:netty-bom from 4.1.115.Final to 4.1.116.Final [\#1982](https://github.com/zalando/logbook/pull/1982) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump junit.version from 5.11.3 to 5.11.4 [\#1981](https://github.com/zalando/logbook/pull/1981) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre [\#1980](https://github.com/zalando/logbook/pull/1980) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.springframework:spring-framework-bom from 6.2.0 to 6.2.1 [\#1978](https://github.com/zalando/logbook/pull/1978) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump io.projectreactor.netty:reactor-netty from 1.2.0 to 1.2.1 [\#1977](https://github.com/zalando/logbook/pull/1977) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 [\#1974](https://github.com/zalando/logbook/pull/1974) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.wiremock:wiremock-standalone from 3.9.2 to 3.10.0 [\#1970](https://github.com/zalando/logbook/pull/1970) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump nl.jqno.equalsverifier:equalsverifier from 3.17.3 to 3.17.4 [\#1969](https://github.com/zalando/logbook/pull/1969) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump jackson.version from 2.18.1 to 2.18.2 [\#1968](https://github.com/zalando/logbook/pull/1968) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump kotlin.version from 2.0.21 to 2.1.0 [\#1967](https://github.com/zalando/logbook/pull/1967) ([dependabot[bot]](https://github.com/apps/dependabot))
- feat: obfuscate refresh\_token parameter in oauth request by default [\#1966](https://github.com/zalando/logbook/pull/1966) ([maksymgendin](https://github.com/maksymgendin))
- Bump spring-boot.version from 3.3.5 to 3.4.0 [\#1964](https://github.com/zalando/logbook/pull/1964) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.springframework:spring-framework-bom from 6.1.14 to 6.2.0 [\#1961](https://github.com/zalando/logbook/pull/1961) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.projectlombok:lombok from 1.18.34 to 1.18.36 [\#1960](https://github.com/zalando/logbook/pull/1960) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.codehaus.mojo:versions-maven-plugin from 2.17.1 to 2.18.0 [\#1959](https://github.com/zalando/logbook/pull/1959) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump io.projectreactor.netty:reactor-netty from 1.1.23 to 1.2.0 [\#1958](https://github.com/zalando/logbook/pull/1958) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump io.netty:netty-bom from 4.1.114.Final to 4.1.115.Final [\#1957](https://github.com/zalando/logbook/pull/1957) ([dependabot[bot]](https://github.com/apps/dependabot))
- Improve CI build speed [\#1956](https://github.com/zalando/logbook/pull/1956) ([msdousti](https://github.com/msdousti))
- Bump nl.jqno.equalsverifier:equalsverifier from 3.17.2 to 3.17.3 [\#1955](https://github.com/zalando/logbook/pull/1955) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump nl.jqno.equalsverifier:equalsverifier from 3.17.1 to 3.17.2 [\#1954](https://github.com/zalando/logbook/pull/1954) ([dependabot[bot]](https://github.com/apps/dependabot))
- Release 3.10.0 [\#1953](https://github.com/zalando/logbook/pull/1953) ([kasmarian](https://github.com/kasmarian))

## [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)
Expand Down Expand Up @@ -254,7 +329,7 @@
- Bump io.github.openfeign:feign-core from 13.0 to 13.1 [\#1676](https://github.com/zalando/logbook/pull/1676) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump io.projectreactor.netty:reactor-netty from 1.1.12 to 1.1.13 [\#1675](https://github.com/zalando/logbook/pull/1675) ([dependabot[bot]](https://github.com/apps/dependabot))
- Add support for traditional JAX-RS 2.x [\#1674](https://github.com/zalando/logbook/pull/1674) ([msdousti](https://github.com/msdousti))
- Call close\(\) on closeable ClientHttpResponse within BufferingClientHttpResponseWrapper.java [\#1668](https://github.com/zalando/logbook/pull/1668) ([luc-leclerc](https://github.com/luc-leclerc))
- Call close\(\) on closeable ClientHttpResponse within BufferingClientHttpResponseWrapper.java [\#1668](https://github.com/zalando/logbook/pull/1668) ([potato-chef](https://github.com/potato-chef))
- Bump io.netty:netty-bom from 4.1.100.Final to 4.1.101.Final [\#1667](https://github.com/zalando/logbook/pull/1667) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump ktor.version from 2.3.5 to 2.3.6 [\#1666](https://github.com/zalando/logbook/pull/1666) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2 [\#1664](https://github.com/zalando/logbook/pull/1664) ([dependabot[bot]](https://github.com/apps/dependabot))
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.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</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.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</parent>

<artifactId>logbook-bom</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</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.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-common</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-core</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-httpclient</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-httpclient5</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-jaxrs</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-jaxrs</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
<classifier>javax</classifier>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-json</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-logstash</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-netty</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-okhttp</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-okhttp2</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-openfeign</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-servlet</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-servlet</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
<classifier>javax</classifier>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-ktor</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-ktor-common</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-ktor-client</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-ktor-server</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-webflux</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-boot-autoconfigure</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-boot-webflux-autoconfigure</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-boot-starter</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-test</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion logbook-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logbook-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-core</artifactId>
Expand Down
Loading

0 comments on commit 7592253

Please sign in to comment.