From bce965bcfd5976d66b3bf05f509805df28e8098f Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 30 Oct 2024 02:52:51 +0000 Subject: [PATCH 1/5] [Automated] Update native jar versions in toml files --- ballerina/Dependencies.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 2d2159b1..0d79ef99 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -10,7 +10,7 @@ distribution-version = "2201.9.0" [[package]] org = "ballerina" name = "auth" -version = "2.11.2" +version = "2.11.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "crypto"}, @@ -44,7 +44,7 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.7.2" +version = "2.7.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, @@ -69,7 +69,7 @@ modules = [ [[package]] org = "ballerina" name = "http" -version = "2.11.5" +version = "2.11.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, @@ -98,7 +98,7 @@ dependencies = [ [[package]] org = "ballerina" name = "io" -version = "1.6.1" +version = "1.6.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.value"} From 0e85b8a7e393f8d1e0b5f183a8c8f9af0e1a9d7e Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 30 Oct 2024 03:03:12 +0000 Subject: [PATCH 2/5] [Automated] Update native jar versions in toml files --- 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 f54863db..03b85def 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,10 +16,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "sql-native" version = "1.13.4" -path = "../native/build/libs/sql-native-1.13.4-SNAPSHOT.jar" +path = "../native/build/libs/sql-native-1.13.4.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/sql-test-utils-1.13.4-SNAPSHOT.jar" +path = "../test-utils/build/libs/sql-test-utils-1.13.4.jar" scope = "testOnly" [[platform.java17.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 90ba5d4f..cba29943 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "sql-compiler-plugin" class = "io.ballerina.stdlib.sql.compiler.SQLCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.13.4-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.13.4.jar" From d0d6c2a7c33e252793789508076858c8cf08bc5d Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 30 Oct 2024 03:03:55 +0000 Subject: [PATCH 3/5] [Gradle Release Plugin] - pre tag commit: 'v1.13.4'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d0f51590..b4e6e6b6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.13.4-SNAPSHOT +version=1.13.4 puppycrawlCheckstyleVersion=10.12.1 hikkariLibVersion=3.3.1 From 4676095c6e6d7e2bb098f010682b51d0f7101774 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 30 Oct 2024 03:03:56 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - new version commit: 'v1.13.5-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b4e6e6b6..a6b25d70 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.13.4 +version=1.13.5-SNAPSHOT puppycrawlCheckstyleVersion=10.12.1 hikkariLibVersion=3.3.1 From fb23108c97fd47f49261ac182700a87b340ee06a Mon Sep 17 00:00:00 2001 From: MohamedSabthar Date: Wed, 30 Oct 2024 09:29:44 +0530 Subject: [PATCH 5/5] Update changelog after v1.13.4 --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index db4f4a9d..598fe50d 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.13.4] - 2024-10-30 + ### Changed - [Fix stored procedure call having output parameter failing with result set closed error](https://github.com/ballerina-platform/ballerina-library/issues/7255)