Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Slack Channel Link and Update Dependent Module Versions #1043

Merged
merged 7 commits into from
Oct 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,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.
* View the [Ballerina performance test results](https://github.com/ballerina-platform/ballerina-lang/blob/master/performance/benchmarks/summary.md).
* For more information go to [the gRPC Package](https://lib.ballerina.io/ballerina/grpc/latest).
Expand Down
10 changes: 5 additions & 5 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ path = "../test-utils/build/libs/grpc-test-utils-1.5.0-SNAPSHOT.jar"
scope = "testOnly"

[[platform.java11.dependency]]
path = "./lib/ballerina-cli-2201.3.0-20221004-103700-89b78c16.jar"
path = "./lib/ballerina-cli-2201.3.0-20221014-074800-bbf5f7a2.jar"
scope = "testOnly"

[[platform.java11.dependency]]
Expand All @@ -31,8 +31,8 @@ scope = "testOnly"
[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "http-native"
version = "2.4.1"
path = "./lib/http-native-2.4.1-20220928-131100-d539a2e.jar"
version = "2.5.0"
path = "./lib/http-native-2.5.0-20221014-181800-cf6925c.jar"

[[platform.java11.dependency]]
path = "./lib/netty-common-4.1.77.Final.jar"
Expand Down Expand Up @@ -98,7 +98,7 @@ path = "./lib/protobuf-java-3.20.3.jar"
path = "./lib/proto-google-common-protos-1.17.0.jar"

[[platform.java11.dependency]]
path = "./lib/formatter-core-2201.3.0-20221004-103700-89b78c16.jar"
path = "./lib/formatter-core-2201.3.0-20221014-074800-bbf5f7a2.jar"

[[platform.java11.dependency]]
path = "./lib/ballerina-parser-2201.3.0-20221004-103700-89b78c16.jar"
path = "./lib/ballerina-parser-2201.3.0-20221014-074800-bbf5f7a2.jar"
24 changes: 12 additions & 12 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies-toml-version = "2"
[[package]]
org = "ballerina"
name = "auth"
version = "2.4.1"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -25,7 +25,7 @@ modules = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.3.0"
version = "3.4.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -36,15 +36,15 @@ dependencies = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.0.0"
version = "1.0.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "crypto"
version = "2.2.3"
version = "2.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand Down Expand Up @@ -82,7 +82,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.3.0"
version = "1.3.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand All @@ -99,7 +99,7 @@ modules = [
[[package]]
org = "ballerina"
name = "jwt"
version = "2.4.1"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand Down Expand Up @@ -184,7 +184,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.4.1"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -198,7 +198,7 @@ modules = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.4.1"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand All @@ -221,7 +221,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "protobuf"
version = "1.3.1"
version = "1.3.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -239,7 +239,7 @@ modules = [
[[package]]
org = "ballerina"
name = "regex"
version = "1.3.0"
version = "1.3.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.string"}
Expand All @@ -251,7 +251,7 @@ modules = [
[[package]]
org = "ballerina"
name = "task"
version = "2.2.3"
version = "2.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -272,7 +272,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.2"
version = "2.2.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down
4 changes: 2 additions & 2 deletions ballerina/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,5 +333,5 @@ To report bugs, request new features, start new discussions, view project boards

### Useful Links

- Chat live with us via our <a target="_blank" href="https://ballerina.io/community/slack/">Slack channel</a>.
- Post all technical questions on Stack Overflow with the <a target="_blank" href="https://stackoverflow.com/questions/tagged/ballerina">#ballerina</a> tag.
- 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.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- [Updated Protocol Buffers version to 3.21.7](https://github.com/ballerina-platform/ballerina-standard-library/issues/3478)
- [API Docs Updated](https://github.com/ballerina-platform/ballerina-standard-library/issues/3463)

## [1.4.0] - 2022-09-08
### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is the specification for the gRPC standard library of [Ballerina language](

The gRPC 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 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 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.

Expand Down
40 changes: 20 additions & 20 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.caching=true
group=io.ballerina.stdlib
version=1.5.0-SNAPSHOT
#dependency versions
ballerinaLangVersion=2201.3.0-20221004-103700-89b78c16
ballerinaLangVersion=2201.3.0-20221014-074800-bbf5f7a2
ballerinaTomlParserVersion=1.2.2
checkstylePluginVersion=8.18
commonsLang3Version=3.8.1
Expand All @@ -25,25 +25,25 @@ bouncycastleVersion=1.69
wso2CommonsPoolVersion=1.5.6.wso2v1

#stdlib dependencies
stdlibConstraintVersion=1.0.0
stdlibCryptoVersion=2.2.3-20220921-105400-812e99d
stdlibIoVersion=1.3.0
stdlibLogVersion=2.4.0
stdlibHttpVersion=2.4.1-20220928-131100-d539a2e
stdlibJwtVersion=2.4.1-20220926-140600-6b1756f
stdlibUuidVersion=1.3.1-20220926-130700-3e3e76b
stdlibOAuth2Version=2.4.1-20220928-092800-5ca4f8b
stdlibFileVersion=1.4.1-20220926-142300-9b48f88
stdlibRegexVersion=1.3.0
stdlibTimeVersion=2.2.2
stdlibOsVersion=1.4.1-20220923-100900-5935e0c
stdlibAuthVersion=2.4.1-20220927-114400-615039d
stdlibCacheVersion=3.3.0-20220926-104700-377cccd
stdlibMimeVersion=2.4.0
stdlibTaskVersion=2.2.3-20220920-184600-c109457
stdlibUrlVersion=2.2.2
stdlibRandomVersion=1.3.0
stdlibProtobufVersion=1.3.1
stdlibConstraintVersion=1.0.1-20221012-153500-b7200cb
stdlibCryptoVersion=2.3.0-20221014-133300-0f584b5
stdlibIoVersion=1.3.1-20221013-104400-2228262
stdlibLogVersion=2.5.0-20221014-133600-ea6f498
stdlibHttpVersion=2.5.0-20221014-181800-cf6925c
stdlibJwtVersion=2.5.0-20221014-153300-36ee0f4
stdlibUuidVersion=1.4.0-20221014-140700-0f68043
stdlibOAuth2Version=2.5.0-20221014-153400-ea71746
stdlibFileVersion=1.5.0-20221014-140400-9a53e89
stdlibRegexVersion=1.3.1-20221012-141600-b6ec370
stdlibTimeVersion=2.2.3-20221013-110700-b1911b4
stdlibOsVersion=1.5.0-20221014-133500-f99ac89
stdlibAuthVersion=2.5.0-20221014-153100-e83e5f7
stdlibCacheVersion=3.4.0-20221014-150800-44fc45d
stdlibMimeVersion=2.5.0-20221014-140900-ff6b57f
stdlibTaskVersion=2.3.0-20221014-133500-afca7e3
stdlibUrlVersion=2.2.3-20221012-145800-3753746
stdlibRandomVersion=1.3.1-20221013-134000-ccb80c3
stdlibProtobufVersion=1.3.2-20221013-134200-8d668a5

# Ballerinax Observer
observeVersion=1.0.5
Expand Down