Fixed bug with doesn't rollback the transaction on the operation error in table service
v3.80.6
Fixed concurrent map writes in metrics
Renamed method at experimental API reader.PopBatchTx to reader.PopMessagesBatchTx
v3.80.5
Fixed connections pool leak on failed ydb.Open call
v3.80.4
Fixed panic on usage metrics package from prometheus adapter on trace.Driver.OnNewStream callback
v3.80.3
Added option ydb.WithSessionPoolSessionIdleTimeToLive for restrict idle time of query sessions
Fixed bug with leak of query transactions
Changed ydb_go_sdk_ydb_driver_conn_requests metrics splitted to ydb_go_sdk_ydb_driver_conn_request_statuses and ydb_go_sdk_ydb_driver_conn_request_methods
Fixed metadata for operation service connection
Fixed composing query traces in call db.Query.Do[Tx] using option query.WithTrace
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 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the gomod group with 2 updates: github.com/ClickHouse/clickhouse-go/v2 and github.com/ydb-platform/ydb-go-sdk/v3.
Updates
github.com/ClickHouse/clickhouse-go/v2
from 2.28.3 to 2.29.0Release notes
Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.
Changelog
Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.
Commits
b616168
Update release notese5903e5
Bump github.com/docker/docker (#1411)014acb5
Add ability to handle context cancellations for TCP protocol (#1389)360020f
Add Examples for batch.Column(n).AppendRow in columnar_insert.go (#1410)Updates
github.com/ydb-platform/ydb-go-sdk/v3
from 3.80.2 to 3.81.1Release 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
5e60f7c
Release v3.81.109ca0b0
Merge pull request #1486 from ydb-platform/fix-panice69f7ab
* Fixed nil pointer dereference panic on failedydb.Open
d6b0468
Merge pull request #1481 from dcherednik/explicit_ip_support_rc14b40c7b
Merge branch 'master' into explicit_ip_support_rc12f8cd43
Update CHANGELOG14ec2f2
Release v3.81.02fa470e
Merge pull request #1484 from ydb-platform/fix-err-bufferc9c42b1
fix1b508c4
fixMost Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions | | --- | --- | | github.com/ClickHouse/clickhouse-go/v2 | [>= 2.4.a, < 2.5] | | github.com/ClickHouse/clickhouse-go/v2 | [>= 2.21.a, < 2.22] | | 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