From 8899b5a30e35535751143d2ad64e055e3331d1a5 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 17 Jan 2020 09:42:18 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 55af9b6..70c7484 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,10 @@ Recent Releases ================================ #### Please Note: trunk is current development branch. +#### 17-Jan-2020 - version 1.7.18 released +Feature - support for event interceptors which catch all events (thanks to yosiat) +Fixed - namespace event broadcasting (thanks to Volodymyr Masliy) + #### 11-Jan-2019 - version 1.7.17 released Feature - randomSession setting added to Config object (thanks to yuanxiangz) Fixed - NPE in WebSocketTransport From 9a01d76c2f5db253e426400f33bd42f44e56687f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2020 06:05:16 +0000 Subject: [PATCH 2/2] Bump netty-handler from 4.1.44.Final to 4.1.45.Final Bumps [netty-handler](https://github.com/netty/netty) from 4.1.44.Final to 4.1.45.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.44.Final...netty-4.1.45.Final) Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 62a4ce9..f5bfbbb 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ io.netty netty-handler - 4.1.44.Final + 4.1.45.Final io.netty