From 4f45354ec5b4c5f199f3438d4cd4b9c1b21645d6 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 08:28:50 +0000 Subject: [PATCH 1/4] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 6481b37bd..688d9ef60 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -67,7 +67,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.8.1" +version = "2.8.0" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, @@ -299,7 +299,7 @@ modules = [ [[package]] org = "ballerina" name = "time" -version = "2.2.5" +version = "2.2.4" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -310,7 +310,7 @@ modules = [ [[package]] org = "ballerina" name = "url" -version = "2.2.4" +version = "2.2.3" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] From e442ec87113daf7703f20901b945672bf2bbf6ca Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 08:33:37 +0000 Subject: [PATCH 2/4] [Gradle Release Plugin] - pre tag commit: 'v2.8.1'. --- ballerina/Ballerina.toml | 4 ++-- ballerina/CompilerPlugin.toml | 2 +- gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 04005c81a..d2311504c 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,7 +13,7 @@ distribution = "2201.5.0" groupId = "io.ballerina.stdlib" artifactId = "websocket-native" version = "2.8.1" -path = "../native/build/libs/websocket-native-2.8.1-SNAPSHOT.jar" +path = "../native/build/libs/websocket-native-2.8.1.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" @@ -82,5 +82,5 @@ version = "4.1.94.Final" path = "./lib/netty-handler-proxy-4.1.94.Final.jar" [[platform.java11.dependency]] -path = "../test-utils/build/libs/websocket-test-utils-2.8.1-SNAPSHOT.jar" +path = "../test-utils/build/libs/websocket-test-utils-2.8.1.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 365d6f8f6..3ea287694 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "websocket-compiler-plugin" class = "io.ballerina.stdlib.websocket.plugin.WebSocketCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/websocket-compiler-plugin-2.8.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websocket-compiler-plugin-2.8.1.jar" diff --git a/gradle.properties b/gradle.properties index 2cc805e0b..4a2d835d6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.8.1-SNAPSHOT +version=2.8.1 ballerinaLangVersion=2201.5.0 ballerinaTomlParserVersion=1.2.2 nettyVersion=4.1.94.Final From 2564e5207a5e18d696c4eead7369a476e46b7ff5 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 08:33:38 +0000 Subject: [PATCH 3/4] [Gradle Release Plugin] - new version commit: 'v2.8.2-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4a2d835d6..2f229a2f5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.8.1 +version=2.8.2-SNAPSHOT ballerinaLangVersion=2201.5.0 ballerinaTomlParserVersion=1.2.2 nettyVersion=4.1.94.Final From 3e9d7244ab029c23a4cffddc52a389b5aae1328b Mon Sep 17 00:00:00 2001 From: MohamedSabthar Date: Wed, 5 Jul 2023 15:09:49 +0530 Subject: [PATCH 4/4] Update changelog after 2.8.1 release --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 859e93218..1689773d0 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [2.8.1] - 2023-06-30 +- [Address netty vulnerability](https://github.com/ballerina-platform/ballerina-standard-library/issues/4599) + +## [2.8.0] - 2023-06-01 + ### Fixed - [Dispatch `onError` remote function when there is a data binding failure](https://github.com/ballerina-platform/ballerina-standard-library/issues/4403)