From 82120e3ba2203f2ba76a79da79e2b1e04d728587 Mon Sep 17 00:00:00 2001 From: Piedeloup Nicolas Date: Wed, 7 Feb 2024 10:12:42 +0100 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3cf1b46d2..bf9965ae4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,25 @@ Version history =============== -Running 4.1.0 ----------------------- -[Migration help](https://github.com/vertigo-io/vertigo/wiki/Vertigo-Migration-Guide#from-400-to-410) +Running 4.2.0 +---------------------- +[Migration help](https://github.com/vertigo-io/vertigo/wiki/Vertigo-Migration-Guide#from-410-to-420) + more to come :) +Release 4.1.0 - 2023/11/09 +---------------------- +[Migration help](https://github.com/vertigo-io/vertigo/wiki/Vertigo-Migration-Guide#from-400-to-410) +* [Core] Prefixed daemon threads with `v-daemon-` +* [Core] Add param DaemonManager `threadPoolSize` to change thread pool size (default 2) +* [Core] Add compression support for AnalyticsTcpSocketManager +* [Core] Extend activeFlags to support `and` `&&` and `!` for not +* [Core] Better error message for bad activeFlags +* [Core] Updated libs + - log4j 2.20.0 -> 2.21.1 + - snakeyaml 2.0 -> 2.2 + Release 4.0.0 -2023/08/17 ---------------------- [Migration help](https://github.com/vertigo-io/vertigo/wiki/Vertigo-Migration-Guide#from-360-to-400)