Skip to content

Commit 7592253

Browse files
authored
Release 3.11.0 (#2040)
* Release 3.11.0 * Development 3.12.0-SNAPSHOT
1 parent 89de831 commit 7592253

File tree

29 files changed

+133
-58
lines changed

29 files changed

+133
-58
lines changed

CHANGELOG.md

+76-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,80 @@
11
# Changelog
22

3+
## [3.11.0](https://github.com/zalando/logbook/tree/3.11.0) (2025-02-27)
4+
5+
[Full Changelog](https://github.com/zalando/logbook/compare/3.10.0...3.11.0)
6+
7+
**Fixed bugs:**
8+
9+
- Truncation of significant digits in floating point numbers in json formatting [\#1993](https://github.com/zalando/logbook/issues/1993)
10+
- Disable the creation of bean jsonBodyFieldsFilter from LogbookAutoConfiguration [\#1882](https://github.com/zalando/logbook/issues/1882)
11+
- Missing Logging for Sent Requests During ReadTimeoutException in WebClient [\#1876](https://github.com/zalando/logbook/issues/1876)
12+
13+
**New:**
14+
15+
- Allow keeping the floating points precision in logs with JSON format [\#2005](https://github.com/zalando/logbook/pull/2005)
16+
17+
**Merged pull requests:**
18+
19+
- Update CODEOWNERS [\#2038](https://github.com/zalando/logbook/pull/2038) ([whiskeysierra](https://github.com/whiskeysierra))
20+
- 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))
21+
- 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))
22+
- 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))
23+
- 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))
24+
- 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))
25+
- 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))
26+
- Add Christian Lohmann to MAINTAINERS and CODEOWNERS [\#2030](https://github.com/zalando/logbook/pull/2030) ([ChristianLohmann](https://github.com/ChristianLohmann))
27+
- 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))
28+
- 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))
29+
- 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))
30+
- 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))
31+
- 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))
32+
- 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))
33+
- 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))
34+
- 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))
35+
- 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))
36+
- 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))
37+
- 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))
38+
- 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))
39+
- 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))
40+
- 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))
41+
- 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))
42+
- Allow using precise floats in logs [\#2005](https://github.com/zalando/logbook/pull/2005) ([kasmarian](https://github.com/kasmarian))
43+
- 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))
44+
- 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))
45+
- 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))
46+
- use MockitoBean instead of MockBean [\#2001](https://github.com/zalando/logbook/pull/2001) ([kasmarian](https://github.com/kasmarian))
47+
- Log webclient request on response errors [\#2000](https://github.com/zalando/logbook/pull/2000) ([kasmarian](https://github.com/kasmarian))
48+
- 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))
49+
- 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))
50+
- Attempt to write a response log when flushBuffer\(\) fails [\#1997](https://github.com/zalando/logbook/pull/1997) ([kasmarian](https://github.com/kasmarian))
51+
- 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))
52+
- 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))
53+
- 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))
54+
- 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))
55+
- 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))
56+
- 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))
57+
- 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))
58+
- 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))
59+
- 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))
60+
- 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))
61+
- 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))
62+
- 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))
63+
- 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))
64+
- 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))
65+
- 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))
66+
- feat: obfuscate refresh\_token parameter in oauth request by default [\#1966](https://github.com/zalando/logbook/pull/1966) ([maksymgendin](https://github.com/maksymgendin))
67+
- 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))
68+
- 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))
69+
- 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))
70+
- 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))
71+
- 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))
72+
- 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))
73+
- Improve CI build speed [\#1956](https://github.com/zalando/logbook/pull/1956) ([msdousti](https://github.com/msdousti))
74+
- 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))
75+
- 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))
76+
- Release 3.10.0 [\#1953](https://github.com/zalando/logbook/pull/1953) ([kasmarian](https://github.com/kasmarian))
77+
378
## [3.10.0](https://github.com/zalando/logbook/tree/3.10.0) (2024-11-05)
479

580
[Full Changelog](https://github.com/zalando/logbook/compare/3.9.0...3.10.0)
@@ -254,7 +329,7 @@
254329
- 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))
255330
- 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))
256331
- Add support for traditional JAX-RS 2.x [\#1674](https://github.com/zalando/logbook/pull/1674) ([msdousti](https://github.com/msdousti))
257-
- Call close\(\) on closeable ClientHttpResponse within BufferingClientHttpResponseWrapper.java [\#1668](https://github.com/zalando/logbook/pull/1668) ([luc-leclerc](https://github.com/luc-leclerc))
332+
- Call close\(\) on closeable ClientHttpResponse within BufferingClientHttpResponseWrapper.java [\#1668](https://github.com/zalando/logbook/pull/1668) ([potato-chef](https://github.com/potato-chef))
258333
- 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))
259334
- 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))
260335
- 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))

logbook-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.zalando</groupId>
77
<artifactId>logbook-parent</artifactId>
8-
<version>3.11.0-SNAPSHOT</version>
8+
<version>3.12.0-SNAPSHOT</version>
99
<relativePath>../logbook-parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>logbook-api</artifactId>

logbook-bom/pom.xml

+27-27
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>org.zalando</groupId>
77
<artifactId>logbook</artifactId>
8-
<version>3.11.0-SNAPSHOT</version>
8+
<version>3.12.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>logbook-bom</artifactId>
12-
<version>3.11.0-SNAPSHOT</version>
12+
<version>3.12.0-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<description>HTTP request and response logging</description>
1515
<scm>
@@ -22,129 +22,129 @@
2222
<dependency>
2323
<groupId>org.zalando</groupId>
2424
<artifactId>logbook-api</artifactId>
25-
<version>3.11.0-SNAPSHOT</version>
25+
<version>3.12.0-SNAPSHOT</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.zalando</groupId>
2929
<artifactId>logbook-common</artifactId>
30-
<version>3.11.0-SNAPSHOT</version>
30+
<version>3.12.0-SNAPSHOT</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.zalando</groupId>
3434
<artifactId>logbook-core</artifactId>
35-
<version>3.11.0-SNAPSHOT</version>
35+
<version>3.12.0-SNAPSHOT</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.zalando</groupId>
3939
<artifactId>logbook-httpclient</artifactId>
40-
<version>3.11.0-SNAPSHOT</version>
40+
<version>3.12.0-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.zalando</groupId>
4444
<artifactId>logbook-httpclient5</artifactId>
45-
<version>3.11.0-SNAPSHOT</version>
45+
<version>3.12.0-SNAPSHOT</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.zalando</groupId>
4949
<artifactId>logbook-jaxrs</artifactId>
50-
<version>3.11.0-SNAPSHOT</version>
50+
<version>3.12.0-SNAPSHOT</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.zalando</groupId>
5454
<artifactId>logbook-jaxrs</artifactId>
55-
<version>3.11.0-SNAPSHOT</version>
55+
<version>3.12.0-SNAPSHOT</version>
5656
<classifier>javax</classifier>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.zalando</groupId>
6060
<artifactId>logbook-json</artifactId>
61-
<version>3.11.0-SNAPSHOT</version>
61+
<version>3.12.0-SNAPSHOT</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.zalando</groupId>
6565
<artifactId>logbook-logstash</artifactId>
66-
<version>3.11.0-SNAPSHOT</version>
66+
<version>3.12.0-SNAPSHOT</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.zalando</groupId>
7070
<artifactId>logbook-netty</artifactId>
71-
<version>3.11.0-SNAPSHOT</version>
71+
<version>3.12.0-SNAPSHOT</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.zalando</groupId>
7575
<artifactId>logbook-okhttp</artifactId>
76-
<version>3.11.0-SNAPSHOT</version>
76+
<version>3.12.0-SNAPSHOT</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.zalando</groupId>
8080
<artifactId>logbook-okhttp2</artifactId>
81-
<version>3.11.0-SNAPSHOT</version>
81+
<version>3.12.0-SNAPSHOT</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.zalando</groupId>
8585
<artifactId>logbook-openfeign</artifactId>
86-
<version>3.11.0-SNAPSHOT</version>
86+
<version>3.12.0-SNAPSHOT</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>org.zalando</groupId>
9090
<artifactId>logbook-servlet</artifactId>
91-
<version>3.11.0-SNAPSHOT</version>
91+
<version>3.12.0-SNAPSHOT</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.zalando</groupId>
9595
<artifactId>logbook-servlet</artifactId>
96-
<version>3.11.0-SNAPSHOT</version>
96+
<version>3.12.0-SNAPSHOT</version>
9797
<classifier>javax</classifier>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.zalando</groupId>
101101
<artifactId>logbook-ktor</artifactId>
102-
<version>3.11.0-SNAPSHOT</version>
102+
<version>3.12.0-SNAPSHOT</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.zalando</groupId>
106106
<artifactId>logbook-ktor-common</artifactId>
107-
<version>3.11.0-SNAPSHOT</version>
107+
<version>3.12.0-SNAPSHOT</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>org.zalando</groupId>
111111
<artifactId>logbook-ktor-client</artifactId>
112-
<version>3.11.0-SNAPSHOT</version>
112+
<version>3.12.0-SNAPSHOT</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>org.zalando</groupId>
116116
<artifactId>logbook-ktor-server</artifactId>
117-
<version>3.11.0-SNAPSHOT</version>
117+
<version>3.12.0-SNAPSHOT</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.zalando</groupId>
121121
<artifactId>logbook-spring</artifactId>
122-
<version>3.11.0-SNAPSHOT</version>
122+
<version>3.12.0-SNAPSHOT</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>org.zalando</groupId>
126126
<artifactId>logbook-spring-webflux</artifactId>
127-
<version>3.11.0-SNAPSHOT</version>
127+
<version>3.12.0-SNAPSHOT</version>
128128
</dependency>
129129
<dependency>
130130
<groupId>org.zalando</groupId>
131131
<artifactId>logbook-spring-boot-autoconfigure</artifactId>
132-
<version>3.11.0-SNAPSHOT</version>
132+
<version>3.12.0-SNAPSHOT</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>org.zalando</groupId>
136136
<artifactId>logbook-spring-boot-webflux-autoconfigure</artifactId>
137-
<version>3.11.0-SNAPSHOT</version>
137+
<version>3.12.0-SNAPSHOT</version>
138138
</dependency>
139139
<dependency>
140140
<groupId>org.zalando</groupId>
141141
<artifactId>logbook-spring-boot-starter</artifactId>
142-
<version>3.11.0-SNAPSHOT</version>
142+
<version>3.12.0-SNAPSHOT</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>org.zalando</groupId>
146146
<artifactId>logbook-test</artifactId>
147-
<version>3.11.0-SNAPSHOT</version>
147+
<version>3.12.0-SNAPSHOT</version>
148148
<scope>test</scope>
149149
</dependency>
150150
</dependencies>

logbook-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.zalando</groupId>
66
<artifactId>logbook-parent</artifactId>
7-
<version>3.11.0-SNAPSHOT</version>
7+
<version>3.12.0-SNAPSHOT</version>
88
<relativePath>../logbook-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>logbook-common</artifactId>

logbook-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.zalando</groupId>
66
<artifactId>logbook-parent</artifactId>
7-
<version>3.11.0-SNAPSHOT</version>
7+
<version>3.12.0-SNAPSHOT</version>
88
<relativePath>../logbook-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>logbook-core</artifactId>

0 commit comments

Comments
 (0)