From ccf29534ccad45ee7708a933ddfd4d2973a30a27 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 18 Sep 2023 09:44:27 +0000 Subject: [PATCH 1/7] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 1b63ecef..05032c8f 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -71,7 +71,7 @@ modules = [ [[package]] org = "ballerina" name = "http" -version = "2.9.2" +version = "2.10.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, From 9603ce08f603c765b82c173c833ae63c57dfe36e Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 18 Sep 2023 09:44:42 +0000 Subject: [PATCH 2/7] Move dependencies to stable version --- gradle.properties | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/gradle.properties b/gradle.properties index 10b1a646..342d5a40 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,50 +11,50 @@ researchgateReleaseVersion=2.8.0 testngVersion=7.6.1 ballerinaGradlePluginVersion=2.0.1 -ballerinaLangVersion=2201.8.0-20230726-145300-b2bdf796 +ballerinaLangVersion=2201.8.0 -stdlibSqlVersion=1.11.0-20230815-094200-9d12228 +stdlibSqlVersion=1.11.0 # Direct Dependencies # Level 01 -stdlibIoVersion=1.6.0-20230810-115500-2e569f5 -stdlibTimeVersion=2.4.0-20230810-115600-b28bb07 +stdlibIoVersion=1.6.0 +stdlibTimeVersion=2.4.0 # Level 02 -stdlibLogVersion=2.9.0-20230810-161500-6d3d1df -stdlibOsVersion=1.8.0-20230810-161400-624a2aa +stdlibLogVersion=2.9.0 +stdlibOsVersion=1.8.0 # Level 03 -stdlibFileVersion=1.9.0-20230811-093200-875a787 +stdlibFileVersion=1.9.0 # Ballerinax Observer -observeVersion=1.2.0-20230810-105500-5841859 -observeInternalVersion=1.2.0-20230810-141300-a348751 +observeVersion=1.2.0 +observeInternalVersion=1.2.0 # Transitive Dependencies # Level 01 -stdlibConstraintVersion=1.4.0-20230810-133100-e09cfc1 -stdlibUrlVersion=2.4.0-20230810-111000-683c6e4 +stdlibConstraintVersion=1.4.0 +stdlibUrlVersion=2.4.0 # Level 02 -stdlibCryptoVersion=2.5.0-20230810-124300-ddf6788 -stdlibTaskVersion=2.5.0-20230810-145800-b191831 +stdlibCryptoVersion=2.5.0 +stdlibTaskVersion=2.5.0 # Level 03 -stdlibCacheVersion=3.7.0-20230811-093200-b83e72c -stdlibMimeVersion=2.9.0-20230810-183500-af95101 -stdlibUuidVersion=1.7.0-20230811-093200-dc65fdd +stdlibCacheVersion=3.7.0 +stdlibMimeVersion=2.9.0 +stdlibUuidVersion=1.7.0 # Level 04 -stdlibAuthVersion=2.10.0-20230811-110600-2428623 -stdlibJwtVersion=2.10.0-20230811-114700-d48ab2f -stdlibOAuth2Version=2.10.0-20230811-111300-5550652 +stdlibAuthVersion=2.10.0 +stdlibJwtVersion=2.10.0 +stdlibOAuth2Version=2.10.0 # Level 05 -stdlibHttpVersion=2.10.0-20230811-144100-cac5d57 +stdlibHttpVersion=2.10.0 # Level 06 -stdlibTransactionVersion=1.8.0-20230814-091700-0011487 +stdlibTransactionVersion=1.8.0 # Ballerina extended library -stdlibOracledbDriverVersion=1.4.0-20230816-130500-8ca6e3b +stdlibOracledbDriverVersion=1.4.0 From 64393bcc2b4d1e3d50e93fce7dd9de355f3ef39e Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 18 Sep 2023 09:50:21 +0000 Subject: [PATCH 3/7] [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 eca56128..19f64005 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,10 +16,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "oracledb-native" version = "1.11.0" -path = "../native/build/libs/oracledb-native-1.11.0-SNAPSHOT.jar" +path = "../native/build/libs/oracledb-native-1.11.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" version = "1.11.0" -path = "./lib/sql-native-1.11.0-20230815-094200-9d12228.jar" +path = "./lib/sql-native-1.11.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 7aaa9ed9..18e3c036 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "oracledb-compiler-plugin" class = "io.ballerina.stdlib.oracledb.compiler.OracleDBCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/oracledb-compiler-plugin-1.11.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/oracledb-compiler-plugin-1.11.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 05032c8f..d02a8aa1 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.8.0-20230726-145300-b2bdf796" +distribution-version = "2201.8.0" [[package]] org = "ballerina" From ae3d07b237ecc1b9e8ffb0fdda57500938b62375 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 18 Sep 2023 09:51:01 +0000 Subject: [PATCH 4/7] [Gradle Release Plugin] - pre tag commit: 'v1.11.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 342d5a40..76356626 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.11.0-SNAPSHOT +version=1.11.0 puppycrawlCheckstyleVersion=10.12.1 oracleDBDriverVersion=23.2.0.0 From 072303320c1498b70e31589588b7ac13fa16c741 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 18 Sep 2023 09:51:03 +0000 Subject: [PATCH 5/7] [Gradle Release Plugin] - new version commit: 'v1.11.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 76356626..a63ce988 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.11.0 +version=1.11.1-SNAPSHOT puppycrawlCheckstyleVersion=10.12.1 oracleDBDriverVersion=23.2.0.0 From ec7915bf8373562fd868cd3bbbe43d61d9ee79b3 Mon Sep 17 00:00:00 2001 From: Kaneel Dias Date: Tue, 19 Sep 2023 09:25:22 +0530 Subject: [PATCH 6/7] Update changelog.md --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index 52a02d6c..c2ba950c 100644 --- a/changelog.md +++ b/changelog.md @@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - [Support retrieval of enum types](https://github.com/ballerina-platform/ballerina-standard-library/issues/4588) +## [1.10.0] - 2023-06-30 + +### Added +- [Add compiler plugin validation to validate spread-field config initialization](https://github.com/ballerina-platform/ballerina-standard-library/issues/4594) + +### Changed +- [Support retrieval of enum types](https://github.com/ballerina-platform/ballerina-standard-library/issues/4588) + ## [1.7.0] - 2023-02-20 ### Changed From 63d1da513cc77fa7942c0da10b7751942f6c4176 Mon Sep 17 00:00:00 2001 From: Kaneel Dias Date: Tue, 19 Sep 2023 09:25:52 +0530 Subject: [PATCH 7/7] Update changelog.md --- changelog.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/changelog.md b/changelog.md index c2ba950c..fc9a69dc 100644 --- a/changelog.md +++ b/changelog.md @@ -8,10 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- [Add compiler plugin validation to validate spread-field config initialization](https://github.com/ballerina-platform/ballerina-standard-library/issues/4594) ### Changed -- [Support retrieval of enum types](https://github.com/ballerina-platform/ballerina-standard-library/issues/4588) ## [1.10.0] - 2023-06-30