From 302239814c4d72b2777ee17b6d3a9e5ea35f9166 Mon Sep 17 00:00:00 2001 From: MadhukaHarith Date: Wed, 12 Oct 2022 18:49:16 +0530 Subject: [PATCH 1/3] Replace slack channel link with discord server link --- README.md | 2 +- ballerina/Package.md | 2 +- changelog.md | 18 +++++++++++++++++- docs/spec/spec.md | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e2065d1..64b4154 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ All contributors are encouraged to read the [Ballerina Code of Conduct](https:// ## Useful links -* Chat live with us via our [Slack channel](https://ballerina.io/community/slack/). +* Chat live with us via our [Discord server](https://discord.gg/ballerinalang). * Post all technical questions on Stack Overflow with the [#ballerina](https://stackoverflow.com/questions/tagged/ballerina) tag. * For more information go to the [`protobuf` library](https://lib.ballerina.io/ballerina/protobuf/latest). * For example demonstrations of the usage, go to [Ballerina By Examples](https://ballerina.io/swan-lake/learn/by-example/). diff --git a/ballerina/Package.md b/ballerina/Package.md index 3802dbf..8b8a837 100644 --- a/ballerina/Package.md +++ b/ballerina/Package.md @@ -8,5 +8,5 @@ To report bugs, request new features, start new discussions, view project boards ## Useful links -- Chat live with us via our [Slack channel](https://ballerina.io/community/slack/). +- Chat live with us via our [Discord server](https://discord.gg/ballerinalang). - Post all technical questions on Stack Overflow with the [#ballerina](https://stackoverflow.com/questions/tagged/ballerina) tag. diff --git a/changelog.md b/changelog.md index df91ba1..6815abf 100644 --- a/changelog.md +++ b/changelog.md @@ -3,9 +3,25 @@ This file contains all the notable changes done to the Ballerina Protobuf packag ## [Unreleased] -### Updated +### Changed +- [API docs updated](https://github.com/ballerina-platform/ballerina-standard-library/issues/3463) + +## [1.3.1] - 2022-10-06 + +### Changed +- [Update protobuf-java version to fix protobuf vulnerability](https://github.com/ballerina-platform/ballerina-standard-library/issues/3493) + +## [1.3.0] - 2022-07-19 + +### Changed +- [Update Ballerina lang version](https://github.com/ballerina-platform/module-ballerina-protobuf/pull/184) + +### Added - [Add serializers and improve deserialize logic](https://github.com/ballerina-platform/ballerina-standard-library/issues/2901) +## [1.2.0] - 2021-12-17 +- [Update the versions of standard library modules for Swan Lake GA](https://github.com/ballerina-platform/ballerina-standard-library/issues/2503) + ## [1.1.0] - 2021-12-13 ### Added diff --git a/docs/spec/spec.md b/docs/spec/spec.md index 34fb989..59cd1cc 100644 --- a/docs/spec/spec.md +++ b/docs/spec/spec.md @@ -11,7 +11,7 @@ This is the specification for the Protobuf standard library of [Ballerina langua The Protobuf library specification has evolved and may continue to evolve in the future. The released versions of the specification can be found under the relevant Github tag. -If you have any feedback or suggestions about the library, start a discussion via a [GitHub issue](https://github.com/ballerina-platform/ballerina-standard-library/issues) or in the [Slack channel](https://ballerina.io/community/). Based on the outcome of the discussion, the specification and implementation can be updated. Community feedback is always welcome. Any accepted proposal, which affects the specification is stored under `/docs/proposals`. Proposals under discussion can be found with the label `type/proposal` in Github. +If you have any feedback or suggestions about the library, start a discussion via a [GitHub issue](https://github.com/ballerina-platform/ballerina-standard-library/issues) or in the [Discord server](https://discord.gg/ballerinalang). Based on the outcome of the discussion, the specification and implementation can be updated. Community feedback is always welcome. Any accepted proposal, which affects the specification is stored under `/docs/proposals`. Proposals under discussion can be found with the label `type/proposal` in GitHub. The conforming implementation of the specification is released and included in the distribution. Any deviation from the specification is considered a bug. From ec9014c7efadf3551bc59720a3c38eedc867f442 Mon Sep 17 00:00:00 2001 From: MadhukaHarith Date: Thu, 13 Oct 2022 11:47:01 +0530 Subject: [PATCH 2/3] Update time dependency version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4c824a0..857163f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,4 +16,4 @@ checkstyleToolVersion=7.8.2 ballerinaGradlePluginVersion=0.14.1 #stdlib dependencies -stdlibTimeVersion=2.2.2 +stdlibTimeVersion=2.2.3-20221013-110700-b1911b4 From b3ee50040b33f3c651c689f7a74a915be955eb98 Mon Sep 17 00:00:00 2001 From: MadhukaHarith Date: Thu, 13 Oct 2022 12:20:25 +0530 Subject: [PATCH 3/3] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 6 +++--- ballerina/Dependencies.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 765f98d..bb0d14d 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "protobuf" -version = "1.3.1" +version = "1.3.2" authors = ["Ballerina"] keywords = ["wrappers"] repository = "https://github.com/ballerina-platform/module-ballerina-protobuf" @@ -13,8 +13,8 @@ export = ["protobuf", "protobuf.types.any", "protobuf.types.duration", "protobuf [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" artifactId = "protobuf-native" -version = "1.3.1" -path = "../native/build/libs/protobuf-native-1.3.1.jar" +version = "1.3.2" +path = "../native/build/libs/protobuf-native-1.3.2-SNAPSHOT.jar" [[platform.java11.dependency]] path = "./lib/protobuf-java-3.20.3.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 0df487e..55398e6 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -17,7 +17,7 @@ modules = [ [[package]] org = "ballerina" name = "protobuf" -version = "1.3.1" +version = "1.3.2" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "test"}, @@ -48,7 +48,7 @@ modules = [ [[package]] org = "ballerina" name = "time" -version = "2.2.2" +version = "2.2.3" dependencies = [ {org = "ballerina", name = "jballerina.java"} ]