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 across 1 directory with 4 updates #876

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

Bumps the gomod group with 4 updates in the / directory: github.com/mfridman/xflag, github.com/microsoft/go-mssqldb, github.com/stretchr/testify and github.com/ydb-platform/ydb-go-sdk/v3.

Updates github.com/mfridman/xflag from 0.0.0-20240825232106-efb77353e578 to 0.1.0

Commits

Updates github.com/microsoft/go-mssqldb from 1.7.2 to 1.8.0

Release notes

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

v1.8.0

What's Changed

New Contributors

Full Changelog: microsoft/go-mssqldb@v1.7.2...v1.8.0

Commits
  • dad23d2 Feat: Add tracing data to prelogin and login7 packets (#228)
  • 2521238 Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#229)
  • 4b95a0f Fix error checks during certificatePath reading and parsing in azuread (#227)
  • 573423d Fix: Connection not closed when database name is incorrect #173 fix (#224)
  • 02deabf Support for UDT (hierarchyid, geometry and geography) (#216)
  • 9b84d9b Vulnerabilty dependency x/net (#203)
  • 2395b78 Migrate managed identity example to azidentity (#199)
  • See full diff in compare view

Updates github.com/stretchr/testify from 1.9.0 to 1.10.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.10.0

What's Changed

Functional Changes

Fixes

Documantation, Build & CI

New Contributors

... (truncated)

Commits
  • 89cbdd9 Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls
  • 07bac60 Merge pull request #1667 from sikehish/flaky
  • 716de8d Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
  • 118fb83 NotSame should fail if args are not pointers #1661 (#1664)
  • 7d99b2b attempt 2
  • 05f87c0 more similar
  • ea7129e better fmt
  • a1b9c9e Merge pull request #1663 from ybrustin/master
  • 8302de9 Merge branch 'master' into master
  • 89352f7 Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2
  • Additional commits viewable in compare view

Updates github.com/ydb-platform/ydb-go-sdk/v3 from 3.92.6 to 3.95.3

Release notes

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

v3.95.3

  • Supported of database/sql/driver.Valuer interfaces for params which passed to query using sql driver
  • Exposed credentials/credentials.OAuth2Config OAuth2 config

Full Changelog: v3.95.2...v3.95.3

v3.95.2

  • Fixed panic on multiple closing driver

Full Changelog: v3.95.1...v3.95.2

v3.95.1

  • Added alias from ydb.WithFakeTx(ydb.ScriptingQueryMode) to ydb.WithFakeTx(ydb.QueryExecuteQueryMode) for compatibility with legacy code

Full Changelog: v3.95.0...v3.95.1

v3.95.0

  • Added implementation of database/sql driver over query service client
  • Added ydb.WithQueryService(bool) option to explicitly enable database/sql driver over query service client
  • Added environment parameter YDB_DATABASE_SQL_OVER_QUERY_SERVICE to enable database/sql driver over query service client without code rewriting

Full Changelog: v3.94.0...v3.95.0

v3.94.0

  • Refactored golang types mapping into ydb types using ydb.ParamsFromMap and database/sql query arguments
  • Small breaking change: type mapping for ydb.ParamsFromMap and database/sql type uuid.UUID changed from ydb type Text to ydb type UUID

Full Changelog: v3.93.3...v3.94.0

v3.93.3

  • Supported raw protobuf typed value using ydb.ParamsBuilder()

Full Changelog: v3.93.2...v3.93.3

v3.93.2

  • Removed experimental helper ydb.MustParamsFromMap
  • Changed result of experimental helper ydb.ParamsFromMap from tuple to params.Parameters only

Full Changelog: v3.93.1...v3.93.2

v3.93.1

  • Published query.ExecuteOption as alias to internal/query/options.Execute

Full Changelog: v3.93.0...v3.93.1

v3.93.0

  • Added ydb.WithStaticCredentialsLogin and ydb.WithStaticCredentialsPassword options

Full Changelog: v3.92.6...v3.93.0

Changelog

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

v3.95.3

  • Supported of database/sql/driver.Valuer interfaces for params which passed to query using sql driver
  • Exposed credentials/credentials.OAuth2Config OAuth2 config

v3.95.2

  • Fixed panic on multiple closing driver

v3.95.1

  • Added alias from ydb.WithFakeTx(ydb.ScriptingQueryMode) to ydb.WithFakeTx(ydb.QueryExecuteQueryMode) for compatibility with legacy code

v3.95.0

  • Added implementation of database/sql driver over query service client
  • Added ydb.WithQueryService(bool) option to explicitly enable database/sql driver over query service client
  • Added environment parameter YDB_DATABASE_SQL_OVER_QUERY_SERVICE to enable database/sql driver over query service client without code rewriting

v3.94.0

  • Refactored golang types mapping into ydb types using ydb.ParamsFromMap and database/sql query arguments
  • Small breaking change: type mapping for ydb.ParamsFromMap and database/sql type uuid.UUID changed from ydb type Text to ydb type UUID

v3.93.3

  • Supported raw protobuf *Ydb.TypedValue using ydb.ParamsBuilder()

v3.93.2

  • Removed experimental helper ydb.MustParamsFromMap
  • Changed result of experimental helper ydb.ParamsFromMap from tuple to params.Parameters only

v3.93.1

  • Published query.ExecuteOption as alias to internal/query/options.Execute

v3.93.0

  • Added ydb.WithStaticCredentialsLogin and ydb.WithStaticCredentialsPassword options
Commits
  • b7c5a62 Release v3.95.3
  • 62b3351 Merge pull request #1591 from 4el0ve4ek/fix_sql_driver_Valuer
  • fb2182e Merge branch 'master' into fix_sql_driver_Valuer
  • cb3bf6b Merge pull request #1593 from laskoviymishka/fix-1592
  • 1babf6c Apply suggestions from code review
  • df5958f Apply suggestions from code review
  • bdefeac fix pr-comments
  • 7c28629 Expose OAuth2 Config
  • f47bd60 Merge branch 'master' into fix_sql_driver_Valuer
  • f80c9fa fix sql/driver.Valuer interface usage
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/ydb-platform/ydb-go-sdk/v3 [>= 3.57.a, < 3.58]

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 4 updates in the / directory: [github.com/mfridman/xflag](https://github.com/mfridman/xflag), [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb), [github.com/stretchr/testify](https://github.com/stretchr/testify) and [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk).


Updates `github.com/mfridman/xflag` from 0.0.0-20240825232106-efb77353e578 to 0.1.0
- [Commits](https://github.com/mfridman/xflag/commits/v0.1.0)

Updates `github.com/microsoft/go-mssqldb` from 1.7.2 to 1.8.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.7.2...v1.8.0)

Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.9.0...v1.10.0)

Updates `github.com/ydb-platform/ydb-go-sdk/v3` from 3.92.6 to 3.95.3
- [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.92.6...v3.95.3)

---
updated-dependencies:
- dependency-name: github.com/mfridman/xflag
  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/stretchr/testify
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 17, 2024
@mfridman mfridman merged commit ca6f0b8 into master Dec 17, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-229e1c86b5 branch December 17, 2024 20:54
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant