From 8b2e00a1434e786597f2b2395b2aa5d9559db323 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:43:05 +0000 Subject: [PATCH 1/7] [Automated] Update native jar versions in toml files --- ballerina/Dependencies.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 8b8a993e..64c7a2ce 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240806-083400-aabac46a" +distribution-version = "2201.10.0-20240814-095500-9d14866a" [[package]] org = "ballerina" From 7c0710bf856ec383272fda31cb8b31331e11341a Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:43:21 +0000 Subject: [PATCH 2/7] Move dependencies to stable versions --- gradle.properties | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/gradle.properties b/gradle.properties index ad3bdc8a..c112004a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ researchgateReleaseVersion=2.8.0 testngVersion=7.6.1 ballerinaGradlePluginVersion=2.0.1 -ballerinaLangVersion=2201.10.0-20240814-095500-9d14866a +ballerinaLangVersion=2201.10.0 # Direct Dependencies # Level 01 @@ -22,15 +22,15 @@ stdlibIoVersion=1.6.1 stdlibTimeVersion=2.4.0 # Level 02 -stdlibLogVersion=2.10.0-20240814-120000-f0c3cc8 +stdlibLogVersion=2.10.0 stdlibOsVersion=1.8.0 # Level 03 -stdlibFileVersion=1.10.0-20240814-133200-74f4d63 +stdlibFileVersion=1.10.0 # Ballerinax Observer -observeVersion=1.3.0-20240814-114100-0f71e1e -observeInternalVersion=1.3.0-20240814-114900-8a734a3 +observeVersion=1.3.0 +observeInternalVersion=1.3.0 # Transitive Dependencies # Level 01 @@ -43,16 +43,16 @@ stdlibTaskVersion=2.5.0 # Level 03 stdlibCacheVersion=3.8.0 -stdlibMimeVersion=2.10.0-20240814-133200-6c54439 +stdlibMimeVersion=2.10.0 stdlibUuidVersion=1.8.0 # Level 04 -stdlibAuthVersion=2.12.0-20240814-133000-6db5624 -stdlibJwtVersion=2.13.0-20240814-133100-630021f -stdlibOAuth2Version=2.12.0-20240814-133400-a7008e4 +stdlibAuthVersion=2.12.0 +stdlibJwtVersion=2.13.0 +stdlibOAuth2Version=2.12.0 # Level 05 -stdlibHttpVersion=2.12.0-20240814-145000-dcdc9a0 +stdlibHttpVersion=2.12.0 # Level 06 -stdlibTransactionVersion=1.10.0-20240814-160700-00e0ba7 +stdlibTransactionVersion=1.10.0 From 253a7dacc677e992b6d0ee76e16b3ec73d061f19 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:53:30 +0000 Subject: [PATCH 3/7] [Automated] Update native jar versions in toml files --- 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 fd37f780..db5dfe78 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,10 +16,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "sql-native" version = "1.14.0" -path = "../native/build/libs/sql-native-1.14.0-SNAPSHOT.jar" +path = "../native/build/libs/sql-native-1.14.0.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/sql-test-utils-1.14.0-SNAPSHOT.jar" +path = "../test-utils/build/libs/sql-test-utils-1.14.0.jar" scope = "testOnly" [[platform.java17.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index d03cd7ab..ad20fed4 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.14.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.14.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 64c7a2ce..d13bd3be 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240814-095500-9d14866a" +distribution-version = "2201.10.0" [[package]] org = "ballerina" From 4e52718669229ff9230bac39d35b916db21a6793 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:53:48 +0000 Subject: [PATCH 4/7] [Gradle Release Plugin] - pre tag commit: 'v1.14.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c112004a..28c62f28 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.14.0-SNAPSHOT +version=1.14.0 puppycrawlCheckstyleVersion=10.12.1 hikkariLibVersion=3.3.1 From a848cc84ef5f17cc8ab2047114c361168ad0a441 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:53:49 +0000 Subject: [PATCH 5/7] [Gradle Release Plugin] - new version commit: 'v1.14.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 28c62f28..947c10dd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.14.0 +version=1.14.1-SNAPSHOT puppycrawlCheckstyleVersion=10.12.1 hikkariLibVersion=3.3.1 From da38cdb504aa14dfe88fe82c44f557680af15b06 Mon Sep 17 00:00:00 2001 From: Niveathika Date: Thu, 29 Aug 2024 08:40:46 +0530 Subject: [PATCH 6/7] Update changelog.md --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index 746091bf..f6dc4110 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## [1.14.0] - 2024-08-20 + +### Added +- Support for 2201.10.0 distribution +- Make maximum sql pool size configurable + ## [1.13.2] - 2024-06-19 ### Changed From 6882713ae3195dd5495fcde1d8d0204a45ba7506 Mon Sep 17 00:00:00 2001 From: Niveathika Date: Thu, 29 Aug 2024 08:41:25 +0530 Subject: [PATCH 7/7] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1c084def..b87120cf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,4 +4,4 @@ # See: https://help.github.com/articles/about-codeowners/ # These owners will be the default owners for everything in the repo. -* @daneshk @niveathika +* @RDPerera @niveathika @shafreenAnfar