Skip to content

Commit

Permalink
Release 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kasmarian committed Dec 8, 2023
1 parent 13f2911 commit 9e81dd8
Show file tree
Hide file tree
Showing 29 changed files with 72 additions and 62 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [3.7.1](https://github.com/zalando/logbook/tree/3.7.1) (2023-12-08)

[Full Changelog](https://github.com/zalando/logbook/compare/3.7.0...3.7.1)

**Closed issues:**

- Do not mention issues with "not-a-bug" label in release notes [\#1703](https://github.com/zalando/logbook/issues/1703)

**Merged pull requests:**

- Bump ktor.version from 2.3.6 to 2.3.7 [\#1709](https://github.com/zalando/logbook/pull/1709) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.2.3 to 5.3 [\#1707](https://github.com/zalando/logbook/pull/1707) ([dependabot[bot]](https://github.com/apps/dependabot))
- Fix the scope for "provided" dependencies [\#1706](https://github.com/zalando/logbook/pull/1706) ([msdousti](https://github.com/msdousti))
- Exclude issues with no-a-bug label from release [\#1704](https://github.com/zalando/logbook/pull/1704) ([kasmarian](https://github.com/kasmarian))

## [3.7.0](https://github.com/zalando/logbook/tree/3.7.0) (2023-12-04)

[Full Changelog](https://github.com/zalando/logbook/compare/3.6.0...3.7.0)
Expand All @@ -12,11 +27,6 @@
- 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)

**Closed issues:**

- Spring boot 3 reactive with micrometer - no traceId in logs for service calls and webclient [\#1513](https://github.com/zalando/logbook/issues/1513)
- Tracing not working for LogbookClientHandler [\#1512](https://github.com/zalando/logbook/issues/1512)

**Merged pull requests:**

- Use writeTo\(\) to buffer HttpEntity in httpclient5 [\#1701](https://github.com/zalando/logbook/pull/1701) ([kasmarian](https://github.com/kasmarian))
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.8.0-SNAPSHOT</version>
<version>3.7.1</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.8.0-SNAPSHOT</version>
<version>3.7.1</version>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion logbook-ktor-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.7.1</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion logbook-ktor-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.7.1</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion logbook-ktor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.7.1</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion logbook-logstash/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.8.0-SNAPSHOT</version>
<version>3.7.1</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-logstash</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logbook-netty/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.8.0-SNAPSHOT</version>
<version>3.7.1</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-netty</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logbook-okhttp/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.8.0-SNAPSHOT</version>
<version>3.7.1</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-okhttp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logbook-okhttp2/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.8.0-SNAPSHOT</version>
<version>3.7.1</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-okhttp2</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions logbook-openfeign/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.7.1</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>

<artifactId>logbook-openfeign</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.7.1</version>
<description>OpenFeign implementations for request and response logging</description>
<scm>
<url>https://github.com/zalando/logbook</url>
Expand Down
4 changes: 2 additions & 2 deletions logbook-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>logbook</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.7.1</version>
</parent>

<artifactId>logbook-parent</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.7.1</version>
<packaging>pom</packaging>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion logbook-servlet/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.8.0-SNAPSHOT</version>
<version>3.7.1</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-servlet</artifactId>
Expand Down
Loading

0 comments on commit 9e81dd8

Please sign in to comment.