From e146484d8789fbf263fb7b52c30c574c3a99cba4 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 27 Jun 2024 07:32:20 +0000 Subject: [PATCH 1/5] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 8398f987a..1a0de4ee6 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -44,7 +44,7 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.7.2" +version = "2.7.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -94,7 +94,7 @@ modules = [ [[package]] org = "ballerina" name = "http" -version = "2.11.2" +version = "2.11.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, From e94d74e87895f09e997688da16e55dd82dd48790 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 27 Jun 2024 07:38:26 +0000 Subject: [PATCH 2/5] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 4 ++-- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 85cb092ff..4aeaee0f8 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -17,10 +17,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "grpc-native" version = "1.11.1" -path = "../native/build/libs/grpc-native-1.11.1-SNAPSHOT.jar" +path = "../native/build/libs/grpc-native-1.11.1.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/grpc-test-utils-1.11.1-SNAPSHOT.jar" +path = "../test-utils/build/libs/grpc-test-utils-1.11.1.jar" scope = "testOnly" [[platform.java17.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 43cbf1b7e..98840852b 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "grpc-compiler-plugin" class = "io.ballerina.stdlib.grpc.plugin.GrpcCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.11.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.11.1.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 1a0de4ee6..433359e5b 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -44,7 +44,7 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.7.0" +version = "2.7.2" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} From d0e0316d6d5d30239a42fa415b90575c02ebb405 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 27 Jun 2024 07:38:26 +0000 Subject: [PATCH 3/5] [Gradle Release Plugin] - pre tag commit: 'v1.11.1'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ce4f9246e..6dba5dcca 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.11.1-SNAPSHOT +version=1.11.1 #dependency versions ballerinaLangVersion=2201.9.0 ballerinaTomlParserVersion=1.2.2 From bcfa42a943bae1be08a3268b15e0934dcdf2f12c Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 27 Jun 2024 07:38:27 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - new version commit: 'v1.11.2-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 6dba5dcca..2a209c824 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.11.1 +version=1.11.2-SNAPSHOT #dependency versions ballerinaLangVersion=2201.9.0 ballerinaTomlParserVersion=1.2.2 From ebafceab6c00a1106fa2cb63f8e13ccaae9d4f5d Mon Sep 17 00:00:00 2001 From: Dilan Sachintha Nayanajith Date: Thu, 27 Jun 2024 13:43:24 +0530 Subject: [PATCH 5/5] Update changelog.md --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 046308bab..5e267a93d 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,11 @@ This file contains all the notable changes done to the Ballerina gRPC package th The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.11.1] - 2024-06-27 + +### Fixed +- [Isolate `grpc:Caller` and `grpc:StreamingClient`](https://github.com/ballerina-platform/ballerina-library/issues/6656) + ## [1.11.0] - 2024-05-03 ### Fixed