From c757044690976546bad0bd99b50946628c8b0194 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 29 Nov 2022 14:58:10 +0000 Subject: [PATCH 1/5] Move dependencies to stable version --- gradle.properties | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/gradle.properties b/gradle.properties index 63ed6290..8bbcac9d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,16 +18,16 @@ ballerinaLangVersion=2201.3.0 # Direct Dependencies # Level 01 -stdlibIoVersion=1.3.1-20221013-104400-2228262 -stdlibRegexVersion=1.3.1-20221012-141600-b6ec370 -stdlibTimeVersion=2.2.3-20221013-110700-b1911b4 +stdlibIoVersion=1.3.1 +stdlibRegexVersion=1.3.1 +stdlibTimeVersion=2.2.3 # Level 02 -stdlibLogVersion=2.5.0-20221124-173200-ea7b873 -stdlibOsVersion=1.5.0-20221124-172500-df3e8b1 +stdlibLogVersion=2.5.0 +stdlibOsVersion=1.5.0 # Level 03 -stdlibFileVersion=1.5.0-20221124-175500-175fd6c +stdlibFileVersion=1.5.0 # Ballerinax Observer observeVersion=1.0.5 @@ -35,25 +35,25 @@ observeInternalVersion=1.0.4 # Transitive Dependencies # Level 01 -stdlibConstraintVersion=1.0.1-20221012-153500-b7200cb -stdlibUrlVersion=2.2.3-20221012-145800-3753746 +stdlibConstraintVersion=1.0.1 +stdlibUrlVersion=2.2.3 # Level 02 -stdlibCryptoVersion=2.3.0-20221124-172500-1f8ef4e -stdlibTaskVersion=2.3.0-20221124-173000-913faeb +stdlibCryptoVersion=2.3.0 +stdlibTaskVersion=2.3.0 # Level 03 -stdlibCacheVersion=3.3.0-20221124-175200-a2f04bd -stdlibMimeVersion=2.5.0-20221124-175100-48a613e -stdlibUuidVersion=1.4.0-20221124-175500-14feaec +stdlibCacheVersion=3.3.0 +stdlibMimeVersion=2.5.0 +stdlibUuidVersion=1.4.0 # Level 04 -stdlibAuthVersion=2.5.0-20221124-181100-260c6d7 -stdlibJwtVersion=2.5.0-20221124-181000-e3b7573 -stdlibOAuth2Version=2.5.0-20221124-181300-f033c90 +stdlibAuthVersion=2.5.0 +stdlibJwtVersion=2.5.0 +stdlibOAuth2Version=2.5.0 # Level 05 -stdlibHttpVersion=2.5.0-20221124-190600-9b5df31 +stdlibHttpVersion=2.5.0 # Level 06 -stdlibTransactionVersion=1.3.0-20221124-202200-26cc4e7 +stdlibTransactionVersion=1.3.0 From dac4e7d96ae456a7c8b5a08678c96b350b805c8f Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 29 Nov 2022 15:09:01 +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 abfb3f9c..bfd92ab4 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,10 +13,10 @@ distribution = "2201.3.0" groupId = "io.ballerina.stdlib" artifactId = "sql-native" version = "1.6.0" -path = "../native/build/libs/sql-native-1.6.0-SNAPSHOT.jar" +path = "../native/build/libs/sql-native-1.6.0.jar" [[platform.java11.dependency]] -path = "../test-utils/build/libs/sql-test-utils-1.6.0-SNAPSHOT.jar" +path = "../test-utils/build/libs/sql-test-utils-1.6.0.jar" scope = "testOnly" [[platform.java11.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 1a86e465..60e6be5c 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.6.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.6.0.jar" From 30408a63ae1830ffda46cf007582c0592c44d20c Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 29 Nov 2022 15:09:14 +0000 Subject: [PATCH 3/5] [Gradle Release Plugin] - pre tag commit: 'v1.6.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8bbcac9d..4d173f65 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.6.0-SNAPSHOT +version=1.6.0 puppycrawlCheckstyleVersion=8.18 hikkariLibVersion=3.3.1 From 31102565265806a7adee2592e01bd6b6b6b662a8 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 29 Nov 2022 15:09:16 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - new version commit: 'v1.6.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4d173f65..8ff22efe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.6.0 +version=1.6.1-SNAPSHOT puppycrawlCheckstyleVersion=8.18 hikkariLibVersion=3.3.1 From ae1174dac3ac83f9b2ec4603b604def0ff5fecb2 Mon Sep 17 00:00:00 2001 From: Niveathika Date: Tue, 29 Nov 2022 21:36:14 +0530 Subject: [PATCH 5/5] Update changelog.md --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 1500b420..fbed7498 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +## [1.6.0] - 2022-11-29 + ### Changed - [Updated API Docs](https://github.com/ballerina-platform/ballerina-standard-library/issues/3463) - [Fix unable to set unlimited lifetime (0) to ballerina.sql.maxConnectionLifeTime](https://github.com/ballerina-platform/ballerina-standard-library/issues/3657)