Skip to content

Commit

Permalink
Release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kasmarian committed Sep 29, 2023
1 parent 08af0ae commit 265c7ad
Show file tree
Hide file tree
Showing 29 changed files with 89 additions and 56 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [3.5.0](https://github.com/zalando/logbook/tree/3.5.0) (2023-09-29)

[Full Changelog](https://github.com/zalando/logbook/compare/3.4.0...3.5.0)

**Closed issues:**

- Question: how to propagate Sleuth trace/span ids to logbook Sink.write [\#1625](https://github.com/zalando/logbook/issues/1625)
- Unresolvable Spring properties [\#1574](https://github.com/zalando/logbook/issues/1574)
- Can we have filter to exclude by Http method name [\#1556](https://github.com/zalando/logbook/issues/1556)
- Extract client identifier from authorization token [\#381](https://github.com/zalando/logbook/issues/381)

**Merged pull requests:**

- Bump io.netty:netty-bom from 4.1.98.Final to 4.1.99.Final [\#1639](https://github.com/zalando/logbook/pull/1639) ([dependabot[bot]](https://github.com/apps/dependabot))
- Fix hints from configuration-metadata.json [\#1638](https://github.com/zalando/logbook/pull/1638) ([kasmarian](https://github.com/kasmarian))
- Bump nl.jqno.equalsverifier:equalsverifier from 3.15.1 to 3.15.2 [\#1637](https://github.com/zalando/logbook/pull/1637) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 [\#1636](https://github.com/zalando/logbook/pull/1636) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump io.netty:netty-bom from 4.1.97.Final to 4.1.98.Final [\#1635](https://github.com/zalando/logbook/pull/1635) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump spring-boot.version from 3.1.3 to 3.1.4 [\#1634](https://github.com/zalando/logbook/pull/1634) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1 [\#1633](https://github.com/zalando/logbook/pull/1633) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.projectlombok:lombok from 1.18.28 to 1.18.30 [\#1632](https://github.com/zalando/logbook/pull/1632) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.springframework.security:spring-security-web from 6.1.3 to 6.1.4 [\#1631](https://github.com/zalando/logbook/pull/1631) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 [\#1630](https://github.com/zalando/logbook/pull/1630) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.springframework:spring-framework-bom from 6.0.11 to 6.0.12 [\#1629](https://github.com/zalando/logbook/pull/1629) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump io.projectreactor.netty:reactor-netty from 1.1.10 to 1.1.11 [\#1628](https://github.com/zalando/logbook/pull/1628) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 [\#1626](https://github.com/zalando/logbook/pull/1626) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump slf4j.version from 2.0.7 to 2.0.9 [\#1623](https://github.com/zalando/logbook/pull/1623) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump ktor.version from 2.3.3 to 2.3.4 [\#1622](https://github.com/zalando/logbook/pull/1622) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump io.github.openfeign:feign-core from 12.4 to 12.5 [\#1621](https://github.com/zalando/logbook/pull/1621) ([dependabot[bot]](https://github.com/apps/dependabot))
- Add Method predicates [\#1606](https://github.com/zalando/logbook/pull/1606) ([kasmarian](https://github.com/kasmarian))
- Extract subject claim from JWT token [\#1589](https://github.com/zalando/logbook/pull/1589) ([msdousti](https://github.com/msdousti))

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

[Full Changelog](https://github.com/zalando/logbook/compare/3.3.0...3.4.0)
Expand Down Expand Up @@ -1030,6 +1062,7 @@
- Provide fast alternative for JSON compacting [\#446](https://github.com/zalando/logbook/issues/446)
- Logbook HttpRequest/HttpResponse TCK [\#441](https://github.com/zalando/logbook/issues/441)
- Cache request/response headers [\#425](https://github.com/zalando/logbook/issues/425)
- Extract client identifier from authorization token [\#381](https://github.com/zalando/logbook/issues/381)

**Merged pull requests:**

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.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-api</artifactId>
Expand Down
52 changes: 26 additions & 26 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.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</parent>

<artifactId>logbook-bom</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<packaging>pom</packaging>
<description>HTTP request and response logging</description>
<scm>
Expand All @@ -22,123 +22,123 @@
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-api</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-common</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-core</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-httpclient</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-httpclient5</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-jaxrs</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-json</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-logstash</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-netty</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-okhttp</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-okhttp2</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-openfeign</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-servlet</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-servlet</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<classifier>javax</classifier>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-ktor</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-ktor-common</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-ktor-client</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-ktor-server</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-webflux</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-boot-autoconfigure</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-boot-webflux-autoconfigure</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-boot-starter</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-test</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</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.5.0-SNAPSHOT</version>
<version>3.5.0</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.5.0-SNAPSHOT</version>
<version>3.5.0</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.5.0-SNAPSHOT</version>
<version>3.5.0</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.5.0-SNAPSHOT</version>
<version>3.5.0</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.5.0-SNAPSHOT</version>
<version>3.5.0</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.5.0-SNAPSHOT</version>
<version>3.5.0</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.5.0-SNAPSHOT</version>
<version>3.5.0</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.5.0-SNAPSHOT</version>
<version>3.5.0</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.5.0-SNAPSHOT</version>
<version>3.5.0</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.5.0-SNAPSHOT</version>
<version>3.5.0</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.5.0-SNAPSHOT</version>
<version>3.5.0</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.5.0-SNAPSHOT</version>
<version>3.5.0</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.5.0-SNAPSHOT</version>
<version>3.5.0</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.5.0-SNAPSHOT</version>
<version>3.5.0</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.5.0-SNAPSHOT</version>
<version>3.5.0</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.5.0-SNAPSHOT</version>
<version>3.5.0</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.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>

<artifactId>logbook-openfeign</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</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.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</parent>

<artifactId>logbook-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</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.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-servlet</artifactId>
Expand Down
Loading

0 comments on commit 265c7ad

Please sign in to comment.