Skip to content

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kasmarian committed Sep 4, 2023
1 parent a1b08be commit e68fb16
Show file tree
Hide file tree
Showing 29 changed files with 93 additions and 59 deletions.
40 changes: 37 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,46 @@
# Changelog

## [Unreleased](https://github.com/zalando/logbook/tree/HEAD)
## [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...HEAD)
[Full Changelog](https://github.com/zalando/logbook/compare/3.3.0...3.4.0)

**Merged pull requests:**
**Fixed bugs:**

- Changelog Contains Issues Closed Due to Inactivity [\#1597](https://github.com/zalando/logbook/issues/1597)
- "logbook.write.max-body-size" not working when creating own BodyFilter that includes defaultValue\(\) [\#1202](https://github.com/zalando/logbook/issues/1202)

**Closed issues:**

- Be Compliant with Zalando Open Source Rules [\#1596](https://github.com/zalando/logbook/issues/1596)
- Springboot configuration file prompt: Cannot resolve configuration property 'logbook.include' [\#1506](https://github.com/zalando/logbook/issues/1506)
- Add a property to define fields in body to be obfuscated [\#1266](https://github.com/zalando/logbook/issues/1266)

**Merged pull requests:**

- Suppress CVE-2023-4586 [\#1624](https://github.com/zalando/logbook/pull/1624) ([kasmarian](https://github.com/kasmarian))
- Bring back default constructor to LogbookHttpResponseInterceptor [\#1620](https://github.com/zalando/logbook/pull/1620) ([kasmarian](https://github.com/kasmarian))
- Bump spring-boot.version from 3.1.2 to 3.1.3 [\#1618](https://github.com/zalando/logbook/pull/1618) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump io.netty:netty-bom from 4.1.96.Final to 4.1.97.Final [\#1617](https://github.com/zalando/logbook/pull/1617) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump kotlin.version from 1.9.0 to 1.9.10 [\#1616](https://github.com/zalando/logbook/pull/1616) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.0 [\#1615](https://github.com/zalando/logbook/pull/1615) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.springframework.security:spring-security-web from 6.1.2 to 6.1.3 [\#1614](https://github.com/zalando/logbook/pull/1614) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump org.owasp:dependency-check-maven from 8.3.1 to 8.4.0 [\#1613](https://github.com/zalando/logbook/pull/1613) ([dependabot[bot]](https://github.com/apps/dependabot))
- Prevent Pull Request Self Approvals [\#1612](https://github.com/zalando/logbook/pull/1612) ([lukasniemeier-zalando](https://github.com/lukasniemeier-zalando))
- Bump io.projectreactor.netty:reactor-netty from 1.1.9 to 1.1.10 [\#1611](https://github.com/zalando/logbook/pull/1611) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump ch.qos.logback:logback-classic from 1.4.9 to 1.4.11 [\#1609](https://github.com/zalando/logbook/pull/1609) ([dependabot[bot]](https://github.com/apps/dependabot))
- ensure truncation body filter is always last one [\#1608](https://github.com/zalando/logbook/pull/1608) ([kasmarian](https://github.com/kasmarian))
- Bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.9 [\#1605](https://github.com/zalando/logbook/pull/1605) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump jmh.version from 1.36 to 1.37 [\#1604](https://github.com/zalando/logbook/pull/1604) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump com.squareup.okio:okio from 3.4.0 to 3.5.0 [\#1603](https://github.com/zalando/logbook/pull/1603) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump ktor.version from 2.3.2 to 2.3.3 [\#1602](https://github.com/zalando/logbook/pull/1602) ([dependabot[bot]](https://github.com/apps/dependabot))
- suppress not applicable CVE [\#1601](https://github.com/zalando/logbook/pull/1601) ([lukasniemeier-zalando](https://github.com/lukasniemeier-zalando))
- exclude stale issues from changelog [\#1600](https://github.com/zalando/logbook/pull/1600) ([lukasniemeier-zalando](https://github.com/lukasniemeier-zalando))
- Bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre [\#1599](https://github.com/zalando/logbook/pull/1599) ([dependabot[bot]](https://github.com/apps/dependabot))
- Add repository map link to README.md [\#1598](https://github.com/zalando/logbook/pull/1598) ([alexkarezin](https://github.com/alexkarezin))
- Update Release Script [\#1595](https://github.com/zalando/logbook/pull/1595) ([lukasniemeier-zalando](https://github.com/lukasniemeier-zalando))
- Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 [\#1594](https://github.com/zalando/logbook/pull/1594) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump io.netty:netty-bom from 4.1.95.Final to 4.1.96.Final [\#1593](https://github.com/zalando/logbook/pull/1593) ([dependabot[bot]](https://github.com/apps/dependabot))
- Define json body obfuscation fields via configuration [\#1592](https://github.com/zalando/logbook/pull/1592) ([kasmarian](https://github.com/kasmarian))

## [3.3.0](https://github.com/zalando/logbook/tree/3.3.0) (2023-07-25)

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.4.0-SNAPSHOT</version>
<version>3.4.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.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</parent>

<artifactId>logbook-bom</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.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.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-common</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-core</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-httpclient</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-httpclient5</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-jaxrs</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-json</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-logstash</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-netty</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-okhttp</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-okhttp2</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-openfeign</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-servlet</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-servlet</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
<classifier>javax</classifier>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-ktor</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-ktor-common</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-ktor-client</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-ktor-server</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-webflux</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-boot-autoconfigure</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-boot-webflux-autoconfigure</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-boot-starter</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-test</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.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.4.0-SNAPSHOT</version>
<version>3.4.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.4.0-SNAPSHOT</version>
<version>3.4.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.4.0-SNAPSHOT</version>
<version>3.4.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.4.0-SNAPSHOT</version>
<version>3.4.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.4.0-SNAPSHOT</version>
<version>3.4.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.4.0-SNAPSHOT</version>
<version>3.4.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.4.0-SNAPSHOT</version>
<version>3.4.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.4.0-SNAPSHOT</version>
<version>3.4.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.4.0-SNAPSHOT</version>
<version>3.4.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.4.0-SNAPSHOT</version>
<version>3.4.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.4.0-SNAPSHOT</version>
<version>3.4.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.4.0-SNAPSHOT</version>
<version>3.4.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.4.0-SNAPSHOT</version>
<version>3.4.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.4.0-SNAPSHOT</version>
<version>3.4.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.4.0-SNAPSHOT</version>
<version>3.4.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.4.0-SNAPSHOT</version>
<version>3.4.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.4.0-SNAPSHOT</version>
<version>3.4.0</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>

<artifactId>logbook-openfeign</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.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.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</parent>

<artifactId>logbook-parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
<packaging>pom</packaging>

<distributionManagement>
Expand Down
Loading

0 comments on commit e68fb16

Please sign in to comment.