From ef3cc5d0e6d898a32414f52a31b70e77120e87e7 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 24 Jan 2024 12:08:15 +0300 Subject: [PATCH 1/6] libs updated --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a1674c07..e64450f3 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ true UTF-8 - 4.1.100.Final + 4.1.105.Final @@ -224,7 +224,7 @@ org.redisson redisson - 3.24.3 + 3.26.0 provided From 283bb936bbaeb2abc72ccf423269ca0388957383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 09:20:58 +0000 Subject: [PATCH 2/6] Bump org.springframework:spring-core from 5.3.27 to 6.0.15 Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 5.3.27 to 6.0.15. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.27...v6.0.15) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e64450f3..a4dcf494 100644 --- a/pom.xml +++ b/pom.xml @@ -210,7 +210,7 @@ org.springframework spring-core - 5.3.27 + 6.0.15 commons-logging From a692936145d051700db6297456aeffd42d715e05 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 24 Jan 2024 12:23:00 +0300 Subject: [PATCH 3/6] libs updated --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a4dcf494..6cd6847f 100644 --- a/pom.xml +++ b/pom.xml @@ -192,19 +192,19 @@ com.fasterxml.jackson.core jackson-core - 2.15.0 + 2.16.1 com.fasterxml.jackson.core jackson-databind - 2.15.0 + 2.16.1 org.springframework spring-beans - 5.3.27 + 6.0.15 provided From f6525f7a14f64db50651c88d916928074f2db467 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 24 Jan 2024 12:23:30 +0300 Subject: [PATCH 4/6] [maven-release-plugin] prepare release netty-socketio-2.0.8 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6cd6847f..f7b5c80f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.corundumstudio.socketio netty-socketio - 2.0.8-SNAPSHOT + 2.0.8 bundle NettySocketIO Socket.IO server implemented on Java @@ -14,7 +14,7 @@ scm:git:git@github.com:mrniko/netty-socketio.git scm:git:git@github.com:mrniko/netty-socketio.git scm:git:git@github.com:mrniko/netty-socketio.git - HEAD + netty-socketio-2.0.8 From 61ada2cd329c71c622ec21b7c93a83c724d7f0cc Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 24 Jan 2024 12:23:36 +0300 Subject: [PATCH 5/6] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f7b5c80f..deda841d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.corundumstudio.socketio netty-socketio - 2.0.8 + 2.0.9-SNAPSHOT bundle NettySocketIO Socket.IO server implemented on Java @@ -14,7 +14,7 @@ scm:git:git@github.com:mrniko/netty-socketio.git scm:git:git@github.com:mrniko/netty-socketio.git scm:git:git@github.com:mrniko/netty-socketio.git - netty-socketio-2.0.8 + HEAD From 84176e768d968d60f2f4aac40e9408a9f1749d10 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 24 Jan 2024 12:30:18 +0300 Subject: [PATCH 6/6] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 59b4dbf1..6e8ebe2a 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ Recent Releases ================================ #### Please Note: trunk is current development branch. +#### 24-Jan-2024 - version 2.0.8 released + +Fixed - possible OOM caused by attachments parsing + #### 23-Jan-2024 - version 2.0.7 released Github Actions support made by @liangyuanpeng