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

chore(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.77.1 to 3.95.6 #409

Open
wants to merge 1 commit into
base: 3.77-udm
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps github.com/ydb-platform/ydb-go-sdk/v3 from 3.77.1 to 3.95.6.

Release notes

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

v3.95.6

  • Fixed panic on span reporting in xsql/Tx

Full Changelog: v3.95.5...v3.95.6

v3.95.5

  • Fixed goroutine leak on failed execute call in query client

Full Changelog: v3.95.4...v3.95.5

v3.95.4

  • Fixed connections pool leak on closing sessions
  • Fixed an error in logging session deletion events

Full Changelog: v3.95.3...v3.95.4

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

... (truncated)

Changelog

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

v3.95.6

  • Fixed panic on span reporting in xsql/Tx

v3.95.5

  • Fixed goroutine leak on failed execute call in query client

v3.95.4

  • Fixed connections pool leak on closing sessions
  • Fixed an error in logging session deletion events

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

v3.92.6

  • Fixed string representation of TzTimestamp, TzDatetime and TzDate type values
  • Added database/sql/driver.Value as type destination for almost ydb values

v3.92.5

  • Avoid retrying requests finished with UNAUTHORIZED errors

v3.92.4

... (truncated)

Commits
  • dcd59fa Release v3.95.6
  • 22bd493 Merge pull request #1601 from ydb-platform/fix-span-panic
  • ceeaf4d Update CHANGELOG.md
  • 6a58bc9 fix panic in span reporting
  • 4068af9 Release v3.95.5
  • 2e23e14 Merge pull request #1598 from ydb-platform/fix-goroutine-leak
  • 45f8ca2 * Fixed goroutine leak on failed execute call in query client
  • 2855451 Release v3.95.4
  • edfe0cf Merge pull request #1597 from ydb-platform/fix-experimental
  • 25b7f8a fixed test with drop user on nightly ydb
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk) from 3.77.1 to 3.95.6.
- [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.77.1...v3.95.6)

---
updated-dependencies:
- dependency-name: github.com/ydb-platform/ydb-go-sdk/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jan 13, 2025
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.

0 participants