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

Bump to update 3 dependencies and update Slack references to Discord #433

Merged
merged 8 commits into from
Oct 17, 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 @@ -551,5 +551,5 @@ All contributors are encouraged to read the [Ballerina code of conduct](https://
## Useful links

* For more information go to the [`MSSQL` library](https://lib.ballerina.io/ballerinax/mssql/latest).
* 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.
12 changes: 6 additions & 6 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[package]
org = "ballerinax"
name = "mssql"
version = "1.5.1"
version = "1.6.0"
authors = ["Ballerina"]
keywords = ["database", "client", "network", "SQL", "RDBMS", "SQLServer", "MSSQL"]
repository = "https://github.com/ballerina-platform/module-ballerinax-mssql"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.2.0"
distribution = "2201.3.0"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "mssql-native"
version = "1.5.1"
path = "../native/build/libs/mssql-native-1.5.1-SNAPSHOT.jar"
version = "1.6.0"
path = "../native/build/libs/mssql-native-1.6.0-SNAPSHOT.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "sql-native"
version = "1.5.1"
path = "./lib/sql-native-1.5.1-20221013-124900-90866bf.jar"
version = "1.6.0"
path = "./lib/sql-native-1.6.0-20221014-221200-0061889.jar"

[[platform.java11.dependency]]
path = "./lib/mssql-jdbc-9.2.0.jre11.jar"
Expand Down
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 = "mssql-compiler-plugin"
class = "io.ballerina.stdlib.mssql.compiler.MSSQLCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/mssql-compiler-plugin-1.5.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/mssql-compiler-plugin-1.6.0-SNAPSHOT.jar"
30 changes: 20 additions & 10 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 = "crypto"
version = "2.2.3"
version = "2.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -21,7 +21,7 @@ modules = [
[[package]]
org = "ballerina"
name = "file"
version = "1.4.1"
version = "1.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -38,7 +38,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 @@ -57,6 +57,15 @@ org = "ballerina"
name = "lang.object"
version = "0.0.0"

[[package]]
org = "ballerina"
name = "lang.regexp"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "lang.runtime"
Expand All @@ -75,7 +84,8 @@ name = "lang.string"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.regexp"}
]
modules = [
{org = "ballerina", packageName = "lang.string", moduleName = "lang.string"}
Expand All @@ -92,7 +102,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.4.1"
version = "2.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -113,7 +123,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "os"
version = "1.4.1"
version = "1.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -123,7 +133,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 @@ -133,7 +143,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.5.1"
version = "1.6.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -159,7 +169,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.2"
version = "2.2.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -170,7 +180,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "mssql"
version = "1.5.1"
version = "1.6.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "file"},
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,5 +462,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.
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["database", "client", "network", "SQL", "RDBMS", "SQLServer", "MSSQL
repository = "https://github.com/ballerina-platform/module-ballerinax-mssql"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.2.0"
distribution = "2201.3.0"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed
- [Updated API docs](https://github.com/ballerina-platform/ballerina-standard-library/issues/3463)

## [1.5.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 MSSQL standard library of [Ballerina language]

The MSSQL 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 to Ballerina central. Any deviation from the specification is considered a bug.

Expand Down
42 changes: 21 additions & 21 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.stdlib
version=1.5.1-SNAPSHOT
version=1.6.0-SNAPSHOT

puppycrawlCheckstyleVersion=8.18
msSQLDriverVersion=9.2.0.jre11
Expand All @@ -11,48 +11,48 @@ researchgateReleaseVersion=2.8.0
testngVersion=7.4.0
ballerinaGradlePluginVersion=0.15.0

ballerinaLangVersion=2201.2.0
ballerinaLangVersion=2201.3.0-20221014-074800-bbf5f7a2

stdlibSqlVersion=1.5.1-20221013-124900-90866bf
stdlibSqlVersion=1.6.0-20221014-221200-0061889

# Direct Dependencies
# Level 01
stdlibIoVersion=1.3.0
stdlibRegexVersion=1.3.0
stdlibTimeVersion=2.2.2
stdlibIoVersion=1.3.1-20221013-104400-2228262
stdlibRegexVersion=1.3.1-20221012-141600-b6ec370
stdlibTimeVersion=2.2.3-20221013-110700-b1911b4

# Level 02
stdlibLogVersion=2.4.0
stdlibOsVersion=1.4.1-20220923-100900-5935e0c
stdlibLogVersion=2.5.0-20221014-133600-ea6f498
stdlibOsVersion=1.5.0-20221014-133500-f99ac89

# Level 03
stdlibFileVersion=1.4.1-20220926-142300-9b48f88
stdlibFileVersion=1.5.0-20221014-140400-9a53e89

# Ballerinax Observer
observeVersion=1.0.5
observeInternalVersion=1.0.4

# Transitive Dependencies
# Level 01
stdlibConstraintVersion=1.0.0
stdlibUrlVersion=2.2.2
stdlibConstraintVersion=1.0.1-20221012-153500-b7200cb
stdlibUrlVersion=2.2.3-20221012-145800-3753746

# Level 02
stdlibCryptoVersion=2.2.3-20220921-105400-812e99d
stdlibTaskVersion=2.2.3-20220920-184600-c109457
stdlibCryptoVersion=2.3.0-20221014-133300-0f584b5
stdlibTaskVersion=2.3.0-20221014-133500-afca7e3

# Level 03
stdlibCacheVersion=3.3.0-20220926-104700-377cccd
stdlibMimeVersion=2.4.0
stdlibUuidVersion=1.3.1-20220926-130700-3e3e76b
stdlibCacheVersion=3.3.0-20221017-112100-6b0ef6b
stdlibMimeVersion=2.5.0-20221014-140900-ff6b57f
stdlibUuidVersion=1.4.0-20221014-140700-0f68043

# Level 04
stdlibAuthVersion=2.4.1-20220927-114400-615039d
stdlibJwtVersion=2.4.1-20220926-140600-6b1756f
stdlibOAuth2Version=2.4.1-20220928-092800-5ca4f8b
stdlibAuthVersion=2.5.0-20221017-115900-1e0054a
stdlibJwtVersion=2.5.0-20221017-115300-b1e14dc
stdlibOAuth2Version=2.5.0-20221017-120300-a70f0c1

# Level 05
stdlibHttpVersion=2.4.1-20220928-131100-d539a2e
stdlibHttpVersion=2.5.0-20221017-131600-0ef97fc

# Level 06
stdlibTransactionVersion=1.2.1-20220930-110100-4e984cb
stdlibTransactionVersion=1.3.0-20221017-150700-9c68d32