diff --git a/ballerina-tests/graphql-advanced-test-suite/Dependencies.toml b/ballerina-tests/graphql-advanced-test-suite/Dependencies.toml index dd290aa6d..1b0967516 100644 --- a/ballerina-tests/graphql-advanced-test-suite/Dependencies.toml +++ b/ballerina-tests/graphql-advanced-test-suite/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20250127-101700-a4b67fe5" +distribution-version = "2201.11.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/graphql-client-test-suite/Dependencies.toml b/ballerina-tests/graphql-client-test-suite/Dependencies.toml index 0fc2727f7..f88e793f0 100644 --- a/ballerina-tests/graphql-client-test-suite/Dependencies.toml +++ b/ballerina-tests/graphql-client-test-suite/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20250127-101700-a4b67fe5" +distribution-version = "2201.11.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/graphql-dataloader-test-suite/Dependencies.toml b/ballerina-tests/graphql-dataloader-test-suite/Dependencies.toml index 70bb22993..44f186ee2 100644 --- a/ballerina-tests/graphql-dataloader-test-suite/Dependencies.toml +++ b/ballerina-tests/graphql-dataloader-test-suite/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20250127-101700-a4b67fe5" +distribution-version = "2201.11.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/graphql-interceptor-test-suite/Dependencies.toml b/ballerina-tests/graphql-interceptor-test-suite/Dependencies.toml index 92a006e6d..be0a5f46b 100644 --- a/ballerina-tests/graphql-interceptor-test-suite/Dependencies.toml +++ b/ballerina-tests/graphql-interceptor-test-suite/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20250127-101700-a4b67fe5" +distribution-version = "2201.11.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/graphql-security-test-suite/Dependencies.toml b/ballerina-tests/graphql-security-test-suite/Dependencies.toml index 1bea90a4b..fd8816c2a 100644 --- a/ballerina-tests/graphql-security-test-suite/Dependencies.toml +++ b/ballerina-tests/graphql-security-test-suite/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20250127-101700-a4b67fe5" +distribution-version = "2201.11.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/graphql-service-test-suite/Dependencies.toml b/ballerina-tests/graphql-service-test-suite/Dependencies.toml index 437dec383..5c6cbbeb3 100644 --- a/ballerina-tests/graphql-service-test-suite/Dependencies.toml +++ b/ballerina-tests/graphql-service-test-suite/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20250127-101700-a4b67fe5" +distribution-version = "2201.11.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/graphql-subgraph-test-suite/Dependencies.toml b/ballerina-tests/graphql-subgraph-test-suite/Dependencies.toml index 26ace65cc..6c643955f 100644 --- a/ballerina-tests/graphql-subgraph-test-suite/Dependencies.toml +++ b/ballerina-tests/graphql-subgraph-test-suite/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20250127-101700-a4b67fe5" +distribution-version = "2201.11.0" [[package]] org = "ballerina" diff --git a/ballerina-tests/graphql-test-common/Dependencies.toml b/ballerina-tests/graphql-test-common/Dependencies.toml index 53c4e491c..346c9a367 100644 --- a/ballerina-tests/graphql-test-common/Dependencies.toml +++ b/ballerina-tests/graphql-test-common/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20250127-101700-a4b67fe5" +distribution-version = "2201.11.0" [[package]] org = "ballerina" diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index e770e139f..b3ce01602 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -31,10 +31,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "graphql-native" version = "1.15.0" -path = "../native/build/libs/graphql-native-1.15.0-SNAPSHOT.jar" +path = "../native/build/libs/graphql-native-1.15.0.jar" [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "graphql-commons" version = "1.15.0" -path = "../commons/build/libs/graphql-commons-1.15.0-SNAPSHOT.jar" +path = "../commons/build/libs/graphql-commons-1.15.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 43c0cea40..4e2f46346 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,7 +3,7 @@ id = "graphql-compiler-plugin" class = "io.ballerina.stdlib.graphql.compiler.GraphqlCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/graphql-compiler-plugin-1.15.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/graphql-compiler-plugin-1.15.0.jar" [[dependency]] -path = "../commons/build/libs/graphql-commons-1.15.0-SNAPSHOT.jar" +path = "../commons/build/libs/graphql-commons-1.15.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index dfae01f96..d444295a7 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20250127-101700-a4b67fe5" +distribution-version = "2201.11.0" [[package]] org = "ballerina" diff --git a/changelog.md b/changelog.md index b16fe2c38..72dbe61f3 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [1.15.0] - 2025-02-08 + ### Added - [[#4122] Introduce Parallel Execution for GraphQL Resolvers](https://github.com/ballerina-platform/ballerina-library/issues/4122) diff --git a/gradle.properties b/gradle.properties index 3eb9d2b11..fb3ea1d78 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.15.0-SNAPSHOT -ballerinaLangVersion=2201.11.0-20250127-101700-a4b67fe5 +version=1.15.1-SNAPSHOT +ballerinaLangVersion=2201.11.0 checkstylePluginVersion=10.12.0 spotbugsPluginVersion=6.0.18 @@ -15,35 +15,35 @@ jacocoVersion=0.8.10 # Ballerina Library Dependencies # Level 01 -stdlibIoVersion=1.7.0-20250127-170200-0d36f73 -stdlibTimeVersion=2.6.0-20250127-170200-86bdc5a -stdlibUrlVersion=2.5.0-20250127-170200-e4cac31 +stdlibIoVersion=1.7.0 +stdlibTimeVersion=2.6.0 +stdlibUrlVersion=2.5.0 # Level 02 -stdlibConstraintVersion=1.6.0-20250127-170900-48ad9ae -stdlibCryptoVersion=2.8.0-20250127-170800-6c52ac3 -stdlibLogVersion=2.11.0-20250127-173700-45079a8 -stdlibOsVersion=1.9.0-20250127-170900-54f2a57 -stdlibTaskVersion=2.6.0-20250127-171400-af6480d +stdlibConstraintVersion=1.6.0 +stdlibCryptoVersion=2.8.0 +stdlibLogVersion=2.11.0 +stdlibOsVersion=1.9.0 +stdlibTaskVersion=2.6.0 # Level 03 -stdlibCacheVersion=3.9.0-20250127-173100-ebe1e73 -stdlibFileVersion=1.11.0-20250128-125300-1f45bfa -stdlibMimeVersion=2.11.0-20250127-182500-46c9896 -stdlibUuidVersion=1.9.0-20250127-181300-0f9a3f6 +stdlibCacheVersion=3.9.0 +stdlibFileVersion=1.11.0 +stdlibMimeVersion=2.11.0 +stdlibUuidVersion=1.9.0 # Level 04 -stdlibAuthVersion=2.13.0-20250127-182300-e14b66f -stdlibDataJsonDataVersion=1.0.0-20250128-132900-8fbc703 -stdlibJwtVersion=2.14.0-20250127-182500-ce5b71c -stdlibOAuth2Version=2.13.0-20250127-182700-5ce88a0 +stdlibAuthVersion=2.13.0 +stdlibDataJsonDataVersion=1.0.0 +stdlibJwtVersion=2.14.0 +stdlibOAuth2Version=2.13.0 # Level 05 -stdlibHttpVersion=2.13.0-20250129-095000-ebfea77 +stdlibHttpVersion=2.13.0 # Level 06 -stdlibWebsocketVersion=2.13.0-20250129-104700-183ad34 +stdlibWebsocketVersion=2.13.0 # Ballerinax Observer -observeVersion=1.4.0-20250127-170200-f9c0dec -observeInternalVersion=1.4.0-20250127-171000-b05ff1d +observeVersion=1.4.0 +observeInternalVersion=1.4.0