Skip to content

Commit

Permalink
Merge pull request #1341 from ballerina-platform/release-1.9.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.9.0 release
  • Loading branch information
dilanSachi committed Jul 12, 2023
2 parents ca58dba + 789a286 commit 54961b7
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 33 deletions.
16 changes: 8 additions & 8 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "grpc-native"
version = "1.9.0"
path = "../native/build/libs/grpc-native-1.9.0-SNAPSHOT.jar"
path = "../native/build/libs/grpc-native-1.9.0.jar"

[[platform.java11.dependency]]
path = "../test-utils/build/libs/grpc-test-utils-1.9.0-SNAPSHOT.jar"
path = "../test-utils/build/libs/grpc-test-utils-1.9.0.jar"
scope = "testOnly"

[[platform.java11.dependency]]
path = "./lib/ballerina-cli-2201.7.0-20230619-175900-bb4e4544.jar"
path = "./lib/ballerina-cli-2201.7.0.jar"
scope = "testOnly"

[[platform.java11.dependency]]
Expand All @@ -35,7 +35,7 @@ scope = "testOnly"
groupId = "io.ballerina.stdlib"
artifactId = "http-native"
version = "2.9.0"
path = "./lib/http-native-2.9.0-20230621-211000-3a0a7fa.jar"
path = "./lib/http-native-2.9.0.jar"

[[platform.java11.dependency]]
groupId = "io.netty"
Expand Down Expand Up @@ -157,11 +157,11 @@ path = "./lib/proto-google-common-protos-1.17.0.jar"
[[platform.java11.dependency]]
groupId = "org.ballerinalang"
artifactId = "formatter-core"
version = "2201.7.0-20230619-175900-bb4e4544"
path = "./lib/formatter-core-2201.7.0-20230619-175900-bb4e4544.jar"
version = "2201.7.0"
path = "./lib/formatter-core-2201.7.0.jar"

[[platform.java11.dependency]]
groupId = "org.ballerinalang"
artifactId = "ballerina-parser"
version = "2201.7.0-20230619-175900-bb4e4544"
path = "./lib/ballerina-parser-2201.7.0-20230619-175900-bb4e4544.jar"
version = "2201.7.0"
path = "./lib/ballerina-parser-2201.7.0.jar"
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "grpc-compiler-plugin"
class = "io.ballerina.stdlib.grpc.plugin.GrpcCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.9.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.9.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.7.0-20230619-175900-bb4e4544"
distribution-version = "2201.7.0"

[[package]]
org = "ballerina"
Expand Down
10 changes: 9 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ This file contains all the notable changes done to the Ballerina gRPC package th
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.9.0] - 2023-06-30
### Fixed
- [Add descriptor map to `grpc:Descriptor` and stub initialization](https://github.com/ballerina-platform/ballerina-standard-library/issues/4555)
- [Address CVE-2023-34462 netty Vulnerability](https://github.com/ballerina-platform/ballerina-standard-library/issues/4602)

## [1.8.1] - 2023-06-27
### Fixed
- [Address CVE-2023-34462 netty Vulnerability](https://github.com/ballerina-platform/ballerina-standard-library/issues/4602)

## [1.7.1] - 2023-06-30
### Fixed
- [Address CVE-2023-34462 netty Vulnerability](https://github.com/ballerina-platform/ballerina-standard-library/issues/4602)

## [1.6.1] - 2023-03-15
### Fixed
- [Fix SSL connection failure due to missing dependencies](https://github.com/ballerina-platform/ballerina-standard-library/issues/4197)
Expand Down
44 changes: 22 additions & 22 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.9.0-SNAPSHOT
version=1.9.1-SNAPSHOT
#dependency versions
ballerinaLangVersion= 2201.7.0-20230622-064700-4a2dc6dd
ballerinaLangVersion= 2201.7.0
ballerinaTomlParserVersion=1.2.2
checkstylePluginVersion=8.18
commonsLang3Version=3.8.1
Expand All @@ -26,29 +26,29 @@ bouncycastleVersion=1.69
wso2CommonsPoolVersion=1.5.6.wso2v1

#stdlib dependencies
stdlibIoVersion=1.5.0-20230622-110500-8523dfe
stdlibTimeVersion=2.3.0-20230622-110600-b78c05f
stdlibUrlVersion=2.3.0-20230622-110800-bea5e27
stdlibIoVersion=1.5.0
stdlibTimeVersion=2.3.0
stdlibUrlVersion=2.3.0

stdlibConstraintVersion=1.3.0-20230622-115000-e1ca592
stdlibCryptoVersion=2.4.0-20230622-115200-fdbc399
stdlibLogVersion=2.8.0-20230622-125300-797c7fe
stdlibOsVersion=1.7.0-20230622-115000-1a0833a
stdlibProtobufVersion=1.5.0-20230622-115200-67d92fc
stdlibRandomVersion=1.4.0-20230622-115100-f1ac6c8
stdlibTaskVersion=2.4.0-20230622-115600-696d07f
stdlibConstraintVersion=1.3.0
stdlibCryptoVersion=2.4.0
stdlibLogVersion=2.8.0
stdlibOsVersion=1.7.0
stdlibProtobufVersion=1.5.0
stdlibRandomVersion=1.4.0
stdlibTaskVersion=2.4.0

stdlibCacheVersion=3.6.0-20230622-124400-5d6a738
stdlibFileVersion=1.8.0-20230622-133700-989cf79
stdlibMimeVersion=2.8.0-20230622-135900-25e4923
stdlibUuidVersion=1.6.0-20230622-124700-fd21e75
stdlibCacheVersion=3.6.0
stdlibFileVersion=1.8.0
stdlibMimeVersion=2.8.0
stdlibUuidVersion=1.6.0

stdlibAuthVersion=2.9.0-20230622-133700-87dec9a
stdlibJwtVersion=2.9.0-20230622-133700-dd9ebf0
stdlibOAuth2Version=2.9.0-20230622-140500-ef79c89
stdlibAuthVersion=2.9.0
stdlibJwtVersion=2.9.0
stdlibOAuth2Version=2.9.0

stdlibHttpVersion=2.9.0-20230622-163900-9a4bd32
stdlibHttpVersion=2.9.0

# Ballerinax Observer
observeVersion=1.1.0-20230622-105700-f92eb77
observeInternalVersion=1.1.0-20230622-114200-c6b7282
observeVersion=1.1.0
observeInternalVersion=1.1.0

0 comments on commit 54961b7

Please sign in to comment.