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 #1263

Merged
merged 4 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 @@ -189,6 +189,6 @@ All contributors are encouraged to read the [Ballerina Code of Conduct](https://

* For more information go to the [`HTTP` library](https://lib.ballerina.io/ballerina/http/latest).
* For example demonstrations of the usage, go to [Ballerina By Examples](https://ballerina.io/learn/by-example/).
* 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).
30 changes: 15 additions & 15 deletions ballerina-tests/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"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand All @@ -26,7 +26,7 @@ modules = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.3.0"
version = "3.4.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "constraint"},
Expand All @@ -38,7 +38,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.0.0"
version = "1.0.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -50,7 +50,7 @@ modules = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.2.3"
version = "2.3.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -63,7 +63,7 @@ modules = [
[[package]]
org = "ballerina"
name = "file"
version = "1.4.1"
version = "1.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand Down Expand Up @@ -141,7 +141,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.3.0"
version = "1.3.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -163,7 +163,7 @@ modules = [
[[package]]
org = "ballerina"
name = "jwt"
version = "2.4.1"
version = "2.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -308,7 +308,7 @@ modules = [
[[package]]
org = "ballerina"
name = "log"
version = "2.4.1"
version = "2.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -320,7 +320,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.4.0"
version = "2.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -334,7 +334,7 @@ modules = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.4.1"
version = "2.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand All @@ -359,7 +359,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "os"
version = "1.4.1"
version = "1.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -369,7 +369,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "regex"
version = "1.3.0"
version = "1.3.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -382,7 +382,7 @@ modules = [
[[package]]
org = "ballerina"
name = "task"
version = "2.2.3"
version = "2.3.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -404,7 +404,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.2"
version = "2.2.3"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -413,7 +413,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "url"
version = "2.2.2"
version = "2.2.3"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ path = "../native/build/libs/http-native-2.5.0-SNAPSHOT.jar"
[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "mime-native"
version = "2.4.0"
path = "./lib/mime-native-2.4.0.jar"
version = "2.5.0"
path = "./lib/mime-native-2.5.0-20221014-140900-ff6b57f.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "constraint-native"
version = "1.0.0"
path = "./lib/constraint-native-1.0.0.jar"
version = "1.0.1"
path = "./lib/constraint-native-1.0.1-20221012-153500-b7200cb.jar"

[[platform.java11.dependency]]
path = "./lib/netty-common-4.1.77.Final.jar"
Expand Down
30 changes: 15 additions & 15 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 @@ -39,7 +39,7 @@ modules = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.0.0"
version = "1.0.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -50,7 +50,7 @@ modules = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.2.3"
version = "2.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -62,7 +62,7 @@ modules = [
[[package]]
org = "ballerina"
name = "file"
version = "1.4.1"
version = "1.5.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -109,7 +109,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 @@ -129,7 +129,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 @@ -237,7 +237,7 @@ modules = [
[[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 @@ -251,7 +251,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.4.0"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -264,7 +264,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 @@ -291,7 +291,7 @@ modules = [
[[package]]
org = "ballerina"
name = "os"
version = "1.4.1"
version = "1.5.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -300,7 +300,7 @@ dependencies = [
[[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 @@ -312,7 +312,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 @@ -321,7 +321,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.2"
version = "2.2.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -332,7 +332,7 @@ modules = [
[[package]]
org = "ballerina"
name = "url"
version = "2.2.2"
version = "2.2.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,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.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Changed
- [Reduce Listener default timeout to 60s and Client default timeout to 30s](https://github.com/ballerina-platform/ballerina-standard-library/issues/3278)
- [API Docs Updated](https://github.com/ballerina-platform/ballerina-standard-library/issues/3463)

## [2.4.0] - 2022-09-08

Expand Down
2 changes: 1 addition & 1 deletion docs/spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is the specification for the HTTP standard library of [Ballerina language](

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

Expand Down
34 changes: 17 additions & 17 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=2.5.0-SNAPSHOT
ballerinaLangVersion=2201.3.0-20221008-075100-591ab577
ballerinaLangVersion=2201.3.0-20221014-074800-bbf5f7a2
ballerinaTomlParserVersion=1.2.2
commonsLang3Version=3.8.1
nettyVersion=4.1.77.Final
Expand All @@ -20,21 +20,21 @@ ballerinaGradlePluginVersion=0.14.1
mockitoVersion=3.7.7
gsonVersion=2.7

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