Skip to content

Releases: zalando/logbook

4.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 13:03
165a82c

Full Changelog

Fixed bugs:

  • ecsSink is missing @ConditionalOnMissingBean, clashes with a user defined Sink #2342
  • StackOverflowError when using logbook with reactive WebClient in Spring and with opentelemetry #2335
  • Logbook JSON formatter produces invalid JSON when request body is non-JSON (binary or Base64-encoded ciphertext) #2318
  • DependencyConvergence failure in 4.0.2 due to apiguardian-api version mismatch #2236
  • LogbookClient (logbook-ktor) context propagration missing in response log #2186
  • LogbookAutoConfiguration fails in environments without Spring Web (missing ClientHttpRequestInterceptor) #2174

Closed issues:

  • Use different log level based on the HTTP status #2232

Merged pull requests:

4.0.4

Choose a tag to compare

@github-actions github-actions released this 14 Apr 07:54
cc6af9d

Full Changelog

Merged pull requests:

Read more

4.0.3

Choose a tag to compare

@github-actions github-actions released this 17 Mar 15:40
edc8d45

Full Changelog

Fixed bugs:

  • logbook-ktor-client fails when HttpRequestRetry plugin is installed as well #2250

Closed issues:

  • Question : Why aren't HttpAttributes copied in ServerRequest? #2175

Merged pull requests:

4.0.2

Choose a tag to compare

@github-actions github-actions released this 09 Feb 14:00
7c9bc94

Full Changelog

Fixed bugs:

  • POST with multipart regression : Required part 'Attachment' is not present #2231
  • New eager request body buffering implementation is causing parts to disappear #2229

Merged pull requests:

4.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Feb 16:55
3a071ac

Full Changelog

Merged pull requests:

4.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Feb 16:55
7501a76

Full Changelog

Fixed bugs:

  • SB4.x: Class org.springframework.http.ReadOnlyHttpHeaders does not implement the requested interface java.util.Map #2199
  • Sink: httpRequest getBodyAsString() produces stream already closed exception #2194

Closed issues:

  • Add Jackson 3.x support for Spring Boot 4.0 compatibility #2212

Merged pull requests:

4.0.0-RC.1

4.0.0-RC.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Dec 15:04
0769973

Full Changelog

Merged pull requests:

4.0.0-RC.0

4.0.0-RC.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Dec 17:21
3647ffe

This is a BREAKING CHANGE because Logbook from this version will only support java 17 and higher.
With this, support of spring boot 2.x will be discontinued.

The main changes required for migration are:

  • The minimal Java version is 17
  • Spring 5 is no longer supported

Full Changelog

Merged pull requests:

3.12.3

Choose a tag to compare

@github-actions github-actions released this 04 Sep 16:16
1f41147

Full Changelog

Fixed bugs:

  • Transitive dependency incompatibility (netty-codec-http) #2126
  • Upgrading to 3.12.1 from 3.7.2 : problem with wiremock's MALFORMED_RESPONSE_CHUNK and okhttp #2103

Merged pull requests:

3.12.2

Choose a tag to compare

@github-actions github-actions released this 26 Jun 12:02
677edec

Full Changelog

Merged pull requests: