From ed16507db91e620afb5f9821d81f1f13421e523c Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 19 Nov 2024 09:21:54 +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 d2da57a43..ebf9c2c8a 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -94,7 +94,7 @@ modules = [ [[package]] org = "ballerina" name = "http" -version = "2.12.2" +version = "2.12.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, @@ -263,7 +263,7 @@ modules = [ [[package]] org = "ballerina" name = "mime" -version = "2.10.1" +version = "2.10.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, From 61444cef745aae7196c6840db3c49f1a9da9676e Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 19 Nov 2024 09:27:48 +0000 Subject: [PATCH 2/5] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 4 ++-- ballerina/CompilerPlugin.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 32f9365e9..0f5b0985d 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -17,10 +17,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "grpc-native" version = "1.12.2" -path = "../native/build/libs/grpc-native-1.12.2-SNAPSHOT.jar" +path = "../native/build/libs/grpc-native-1.12.2.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/grpc-test-utils-1.12.2-SNAPSHOT.jar" +path = "../test-utils/build/libs/grpc-test-utils-1.12.2.jar" scope = "testOnly" [[platform.java17.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 12dc5f592..12034b7ea 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.12.2-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.12.2.jar" From b06792549f3b30362e78a6d676275bb1c1d2fd20 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 19 Nov 2024 09:27:48 +0000 Subject: [PATCH 3/5] [Gradle Release Plugin] - pre tag commit: 'v1.12.2'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 924f8661b..fa1e83331 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.12.2-SNAPSHOT +version=1.12.2 #dependency versions ballerinaLangVersion=2201.10.0 ballerinaTomlParserVersion=1.2.2 From baa6fb3098dca84d33cd55e1e110d20cef9d3fd4 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 19 Nov 2024 09:27:50 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - new version commit: 'v1.12.3-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index fa1e83331..accafa148 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.12.2 +version=1.12.3-SNAPSHOT #dependency versions ballerinaLangVersion=2201.10.0 ballerinaTomlParserVersion=1.2.2 From 8a48d80a15685c9f79f40b51d217b13ec9354537 Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:19:13 +0530 Subject: [PATCH 5/5] Update changelog --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 7eae150a4..1befcf5f6 100644 --- a/changelog.md +++ b/changelog.md @@ -4,7 +4,7 @@ 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). -## [Unreleased] +## [1.12.2] - 2024-11-19 ### Fixed