Skip to content

Commit

Permalink
[Automated] Sync master after 1.12.0 release (#1861)
Browse files Browse the repository at this point in the history
* [Automated] Update the native jar versions

* Move dependencies to stable versions

* [Automated] Update the native jar versions

* [Automated] Update the native jar versions

* [Gradle Release Plugin] - pre tag commit:  'v1.12.0'.

* [Gradle Release Plugin] - new version commit:  'v1.12.1-SNAPSHOT'.

* Update the changelog after 1.12.0 release

---------

Co-authored-by: ballerina-bot <ballerina-bot@ballerina.org>
Co-authored-by: Thisaru Guruge <thisaru@wso2.com>
  • Loading branch information
3 people authored May 5, 2024
1 parent 02df807 commit 154dea5
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion ballerina-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.9.0-20240425-195200-d5ce8c72"
distribution-version = "2201.9.0"

[[package]]
org = "ballerina"
Expand Down
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "graphql-native"
version = "1.12.0"
path = "../native/build/libs/graphql-native-1.12.0-SNAPSHOT.jar"
path = "../native/build/libs/graphql-native-1.12.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "graphql-commons"
version = "1.12.0"
path = "../commons/build/libs/graphql-commons-1.12.0-SNAPSHOT.jar"
path = "../commons/build/libs/graphql-commons-1.12.0.jar"
4 changes: 2 additions & 2 deletions ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/graphql-compiler-plugin-1.12.0.jar"

[[dependency]]
path = "../commons/build/libs/graphql-commons-1.12.0-SNAPSHOT.jar"
path = "../commons/build/libs/graphql-commons-1.12.0.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.9.0-20240425-195200-d5ce8c72"
distribution-version = "2201.9.0"

[[package]]
org = "ballerina"
Expand Down
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.12.0] - 2024-04-03

### Fixed
- [[#4848] Fix Resolvers not Able to Return Error Reference Types](https://github.com/ballerina-platform/ballerina-library/issues/4848)
- [[#4859] Fix Service Crashing when Intersection Types are Used as Input Objects](https://github.com/ballerina-platform/ballerina-library/issues/4859)
- [[#6418] Fix Code Coverage Showing Invalid Entries with GraphQL](https://github.com/ballerina-platform/ballerina-library/issues/6418)
- [[#6310] Fix Incorrect Error Message in Compiler Plugin](https://github.com/ballerina-platform/ballerina-library/issues/6310)
- [[#6459] Fix Incorrect Compilation Error when Port is Passed via a Variable with SSL Settings](https://github.com/ballerina-platform/ballerina-library/issues/6459)

## [1.11.0] - 2023-02-21
## [1.11.0] - 2024-02-21

### Added
- [[#1586] Add Compile Time Schema Generation for Default Parameters](https://github.com/ballerina-platform/module-ballerina-graphql/pull/1586)
Expand Down
24 changes: 12 additions & 12 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.12.0-SNAPSHOT
ballerinaLangVersion=2201.9.0-20240502-141200-0a49fa42
version=1.12.1-SNAPSHOT
ballerinaLangVersion=2201.9.0

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
Expand All @@ -21,29 +21,29 @@ stdlibUrlVersion=2.4.0

# Level 02
stdlibConstraintVersion=1.5.0
stdlibCryptoVersion=2.7.0-20240502-172300-6b356e2
stdlibCryptoVersion=2.7.0
stdlibLogVersion=2.9.0
stdlibOsVersion=1.8.0
stdlibTaskVersion=2.5.0

# Level 03
stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e
stdlibCacheVersion=3.8.0
stdlibFileVersion=1.9.0
stdlibMimeVersion=2.9.0
stdlibUuidVersion=1.8.0-20240502-184000-71c8d75
stdlibUuidVersion=1.8.0

# Level 04
stdlibAuthVersion=2.11.0-20240502-184600-96868c0
stdlibJwtVersion=2.11.0-20240502-184700-00ec094
stdlibOAuth2Version=2.11.0-20240502-185000-b5e4bc8
stdlibAuthVersion=2.11.0
stdlibJwtVersion=2.11.0
stdlibOAuth2Version=2.11.0

# Level 05
stdlibHttpVersion=2.11.0-20240502-194500-bb0bced
stdlibHttpVersion=2.11.0

# Level 06
stdlibWebsocketVersion=2.11.0-20240502-203500-6f846c5
stdlibWebsocketVersion=2.11.0

# Ballerinax Observer
observeVersion=1.2.3-20240408-194900-a0e331f
observeInternalVersion=1.2.2-20240408-195500-1436319
observeVersion=1.2.3
observeInternalVersion=1.2.2

0 comments on commit 154dea5

Please sign in to comment.