From 2eb50fe0b2546490515fd32af7a10ddf79ae624c Mon Sep 17 00:00:00 2001 From: Daniel Flassak Date: Tue, 3 Dec 2024 09:39:58 +0100 Subject: [PATCH] update README for 3.0.1 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed52be0..28be905 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Here's what a log message with an `incomingOrder` looks like in Kibana: * [Changing serialization by using Jackson annotations](#changing-serialization-by-using-jackson-annotations) * [Changing serialization by using a custom ObjectMapper](#changing-serialization-by-using-a-custom-objectmapper) * [Changes](#changes) + * [3.0.1](#301) * [3.0.0](#300) * [2.0.6](#206) * [2.0.5](#205) @@ -145,7 +146,7 @@ If you use maven, add this to your pom.xml: de.dm.infrastructure structured-logging - 3.0.0 + 3.0.1 ``` @@ -351,6 +352,10 @@ If you want to use your own ObjectMapper for serialization, you can exchange the ## Changes +### 3.0.1 + +* properly serialize Optional and other Java 8 Types provided by jackson-datatype-jdk8 + ### 3.0.0 * **Breaking Change**: Structured Logging now requires Java 17