BREAK OLD STYLE WORK WITH UUID. See ydb-platform/ydb-go-sdk#1501 for details.
At the version you must explicit choose way for work with uuid: old with bug or new (fixed).
Add workaround for bug in uuid send/receive from server. It is migration version. All native code and most database sql code worked with uuid continue to work.
BREAK OLD STYLE WORK WITH UUID. See ydb-platform/ydb-go-sdk#1501 for details.
At the version you must explicit choose way for work with uuid: old with bug or new (fixed).
v3.86.1
Fixed scan to optional uuid
v3.86.0
Add workaround for bug in uuid send/receive from server. It is migration version. All native code and most database sql code worked with uuid continue to work.
Dedicated version for migrate code for workaround/fix uuid bug. See ydb-platform/ydb-go-sdk#1501 for details.
v3.85.3
Renamed query.WithPoolID() into query.WithResourcePool()
v3.85.2
Added experimental query.WithPoolID() execute option for define resource pool for execute query
v3.85.1
Added spans.Retry constructor of trace.Retry
v3.85.0
Added experimental package spans with tracing adapter interfaces for OpenTelemetry, OpenTracing, etc.
Added db.Topic().DescribeTopicConsumer() method for displaying consumer information
Marked as deprecated options ydb.WithDatabase(database) and ydb.WithEndpoint(endpoint)
v3.84.1
Added session info into trace.TableSessionBulkUpsertStartInfo
v3.84.0
Added meta.WithTraceParent context modifier for explicit putting traceparent header into grpc calls
v3.83.0
Supported db.Table().BulkUpsert() from scv, arrow and ydb rows formats
v3.82.0
Fixed error on experimental TopicListener.Close
Disabled reporting of ydb_go_sdk_query_session_count when metrics are disabled
Disabled reporting of ydb_go_sdk_ydb_query_session_create_latency histogram metrics when metrics are disabled
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 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 from 3.81.4 to 3.88.0.
Release notes
Sourced from github.com/ydb-platform/ydb-go-sdk/v3's releases.
... (truncated)
Changelog
Sourced from github.com/ydb-platform/ydb-go-sdk/v3's changelog.
Commits
2e44601
Release v3.88.028e7327
Merge pull request #1525 from ydb-platform/uuid-fix-break30a789e
fixed compile error8e1c411
Merge pull request #1526 from ydb-platform/nil-compose7420bcf
trace.{}.Compose now can be called on nil2c7dd6f
changelog3d23de4
remove UUID from the ydb params builder9f8e82e
Release v3.87.05b9945c
Merge pull request #1523 UUID break old codea33a5f2
fix for linterDependabot 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