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

build(deps): bump the gomod group with 5 updates #705

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2024

Bumps the gomod group with 5 updates:

Package From To
github.com/ClickHouse/clickhouse-go/v2 2.17.1 2.18.0
github.com/marcboeker/go-duckdb 1.5.6 1.6.1
github.com/microsoft/go-mssqldb 1.6.0 1.7.0
github.com/ydb-platform/ydb-go-sdk/v3 3.55.1 3.56.1
modernc.org/sqlite 1.28.0 1.29.1

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.17.1 to 2.18.0

Release notes

Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.

v2.18.0

What's Changed

Enhancements 🎉

Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.17.1...v2.18.0

Changelog

Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.

v2.18.0, 2024-02-01

What's Changed

Enhancements 🎉

Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.17.1...v2.18.0

Commits
  • 19a5bf2 Update release notes
  • d5e4452 Add WithAllocBufferColStrProvider string column allocator for batch insert pe...
  • ae82686 Bump github.com/paulmach/orb from 0.11.0 to 0.11.1 (#1188)
  • baa0d13 Bump golang.org/x/net from 0.19.0 to 0.20.0 (#1172)
  • 2d01430 Bump github.com/google/uuid from 1.5.0 to 1.6.0 (#1185)
  • 8aac443 Fix bind for seconds scale DateTime (#1184)
  • 5bd511d Bump go.opentelemetry.io/otel/trace from 1.19.0 to 1.22.0 (#1178)
  • 703f9aa Bump github.com/paulmach/orb from 0.10.0 to 0.11.0 (#1179)
  • b8bab6a Bump github.com/andybalholm/brotli from 1.0.6 to 1.1.0 (#1180)
  • e949f0c Bump github.com/docker/docker (#1183)
  • Additional commits viewable in compare view

Updates github.com/marcboeker/go-duckdb from 1.5.6 to 1.6.1

Commits

Updates github.com/microsoft/go-mssqldb from 1.6.0 to 1.7.0

Changelog

Sourced from github.com/microsoft/go-mssqldb's changelog.

1.7.0

Changed

  • Changed always encrypted key provider error handling not to panic on failure

Features

  • Support DER certificates for server authentication (#152)

Bug fixes

  • Improved speed of CharsetToUTF8 (#154)

1.7.0

Changed

  • krb5 authenticator supports standard Kerberos environment variables for configuration
Commits
  • fe7c3d4 Feat: Add NullableUniqueIdentifier type
  • f37ff1d Handle alternate form of prelogin response (#175)
  • b650081 Lazy initialization of charset maps (#166)
  • 5821c4e Cut string output parameter fix (#168)
  • 5738a68 Fix mappings between LCIDs and code pages. (#169)
  • c902b67 fix: Added multisubnetfailover option, set to false to prevent issue #158 (#159)
  • 2b177e8 Feat: Allow krb5 config through environment variables (#157)
  • 670fd58 Replace panic with returning errors from key decryption providers (#155)
  • e51fa15 Add support for DER certificates
  • d229b26 Refine test
  • Additional commits viewable in compare view

Updates github.com/ydb-platform/ydb-go-sdk/v3 from 3.55.1 to 3.56.1

Release notes

Sourced from github.com/ydb-platform/ydb-go-sdk/v3's releases.

3.56.1

  • Fixed fixenv usage (related to tests only)

Full Changelog: v3.56.0...v3.56.1

v3.56.0

  • Fixed handle of operational errors in topic streams
  • The minimum version of Go in ydb-go-sdk has been raised to go1.21
  • Fixed topic writer infinite reconnections in some cases
  • Refactored nil on err internal/grpcwrapper/rawydb/issues.go, when golangci-lint nilerr enabled
  • Refactored nil on err internal/grpcwrapper/rawtopic/describe_topic.go, when golangci-lint nilerr enabled

Full Changelog: v3.55.2...v3.56.0

v3.55.3

  • Fixed handle of operational errors in topic streams (backported fix only)

Full Changelog: v3.55.2...v3.55.3

v3.55.2

  • Fixed init info in topic writer, when autoseq num turned off.

Full Changelog: v3.55.1...v3.55.2

Changelog

Sourced from github.com/ydb-platform/ydb-go-sdk/v3's changelog.

v3.56.1

  • Fixed fixenv usage (related to tests only)

v3.56.0

  • Fixed handle of operational errors in topic streams
  • The minimum version of Go in ydb-go-sdk has been raised to go1.21
  • Fixed topic writer infinite reconnections in some cases
  • Refactored nil on err internal/grpcwrapper/rawydb/issues.go, when golangci-lint nilerr enabled
  • Refactored nil on err internal/grpcwrapper/rawtopic/describe_topic.go, when golangci-lint nilerr enabled

v3.55.3

  • Fixed handle of operational errors in topic streams (backported fix only)

v3.55.2

  • Fixed init info in topic writer, when autoseq num turned off.
Commits
  • e11e78e Release v3.56.1
  • 99de26e Merge pull request #1041 Fixed fixenv usage
  • d56891c Fixed fixenv usage
  • 77a53be Release v3.56.0
  • b650d4d Merge pull request #1040 Fixed topic writer hand up on server temporary error
  • ac9f8b4 Merge branch 'master' into issue-1007-hangup-topic-writer
  • 62ab80c reproduce error in mock test
  • e3bb72e Merge pull request #1039 update golang version to 1.21-1.22
  • 37db19a reproduce error in mock test
  • 85caddf Merge branch 'master' into issue-1007-hangup-topic-writer
  • Additional commits viewable in compare view

Updates modernc.org/sqlite from 1.28.0 to 1.29.1

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/ClickHouse/clickhouse-go/v2 [>= 2.4.a, < 2.5]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomod group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.17.1` | `2.18.0` |
| [github.com/marcboeker/go-duckdb](https://github.com/marcboeker/go-duckdb) | `1.5.6` | `1.6.1` |
| [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb) | `1.6.0` | `1.7.0` |
| [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk) | `3.55.1` | `3.56.1` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.29.1` |


Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.17.1 to 2.18.0
- [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-go@v2.17.1...v2.18.0)

Updates `github.com/marcboeker/go-duckdb` from 1.5.6 to 1.6.1
- [Commits](marcboeker/go-duckdb@v1.5.6...v1.6.1)

Updates `github.com/microsoft/go-mssqldb` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/microsoft/go-mssqldb/releases)
- [Changelog](https://github.com/microsoft/go-mssqldb/blob/main/CHANGELOG.md)
- [Commits](microsoft/go-mssqldb@v1.6.0...v1.7.0)

Updates `github.com/ydb-platform/ydb-go-sdk/v3` from 3.55.1 to 3.56.1
- [Release notes](https://github.com/ydb-platform/ydb-go-sdk/releases)
- [Changelog](https://github.com/ydb-platform/ydb-go-sdk/blob/master/CHANGELOG.md)
- [Commits](ydb-platform/ydb-go-sdk@v3.55.1...v3.56.1)

Updates `modernc.org/sqlite` from 1.28.0 to 1.29.1
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.28.0...v1.29.1)

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/marcboeker/go-duckdb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/microsoft/go-mssqldb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/ydb-platform/ydb-go-sdk/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: modernc.org/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go labels Feb 24, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 2, 2024

Superseded by #709.

@dependabot dependabot bot closed this Mar 2, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-38416b402b branch March 2, 2024 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant