Created by: dependabot[bot]
Bumps github.com/ydb-platform/ydb-go-sdk/v3 from 3.25.3 to 3.26.10.
Release notes
Sourced from github.com/ydb-platform/ydb-go-sdk/v3's releases.
v3.26.10
- Fixed syntax mistake in
trace.TablePooStateChangeInfo
totrace.TablePoolStateChangeInfo
Full Changelog: v3.26.9...v3.26.10
v3.26.9
- Fixed bug with convert ydb value to
time.Duration
inresult.Scan[WithDefaults,Named]()
- Fixed bug with make ydb value from
time.Duration
intypes.IntervalValueFromDuration(d)
- Marked
table/types.{IntervalValue,NullableIntervalValue}
as deprecatedFull Changelog: v3.26.8...v3.26.9
v3.26.8
- Removed the processing of trailer metadata on stream calls
Full Changelog: v3.26.7...v3.26.8
v3.26.7
- Updated the
ydb-go-genproto
dependencyFull Changelog: v3.26.6...v3.26.7
v3.26.6
- Defined the
SerializableReadWrite
isolation level by default indb.Table.DoTx(ctx, func(ctx, tx))
- Updated the
ydb-go-genproto
dependencyFull Changelog: v3.26.5...v3.26.6
v3.26.5
- Disabled the
KeepInCache
policy for queries without paramsFull Changelog: v3.26.4...v3.26.5
v3.26.4
- Update indirect dependency to
gopkg.in/yaml.v3
Full Changelog: v3.26.3...v3.26.4
v3.26.3
- Removed
Deprecated
mark fromtable/session.Prepare
method- Added comments for
table/session.Execute
methodFull Changelog: v3.26.2...v3.26.3
v3.26.2
- Refactored of making permissions from scheme entry
Full Changelog: v3.26.1...v3.26.2
v3.26.1
... (truncated)
Changelog
Sourced from github.com/ydb-platform/ydb-go-sdk/v3's changelog.
v3.26.10
- Fixed syntax mistake in
trace.TablePooStateChangeInfo
totrace.TablePoolStateChangeInfo
v3.26.9
- Fixed bug with convert ydb value to
time.Duration
inresult.Scan[WithDefaults,Named]()
- Fixed bug with make ydb value from
time.Duration
intypes.IntervalValueFromDuration(d)
- Marked
table/types.{IntervalValue,NullableIntervalValue}
as deprecatedv3.26.8
- Removed the processing of trailer metadata on stream calls
v3.26.7
- Updated the
ydb-go-genproto
dependencyv3.26.6
- Defined the
SerializableReadWrite
isolation level by default indb.Table.DoTx(ctx, func(ctx, tx))
- Updated the
ydb-go-genproto
dependencyv3.26.5
- Disabled the
KeepInCache
policy for queries without paramsv3.26.4
- Updated the indirect dependency to
gopkg.in/yaml.v3
v3.26.3
- Removed
Deprecated
mark fromtable/session.Prepare
method- Added comments for
table/session.Execute
methodv3.26.2
- Refactored of making permissions from scheme entry
v3.26.1
- Removed deprecated traces
v3.26.0
- Fixed data race on session stream queries
- Renamed
internal/router
package tointernal/balancer
for unambiguous understanding of package mission- Implemented detection of local data-center with measuring tcp dial RTT
- Added
trace.Driver.OnBalancer{Init,Close,ChooseEndpoint,Update}
events- Marked the driver cluster events as deprecated
- Simplified the balancing logic
Commits
-
5883e6f
Release v3.26.10 -
53969b7
Merge pull request #274 from ydb-platform/fix-traces -
08eda19
Merge pull request #273 from ydb-platform/improove-interval-test -
0e5d619
* Fixed syntax mistake intrace.TablePooStateChangeInfo
to `trace.TablePool... -
1ed2d34
check interval type with datetime arithmetic -
0d1df93
Release v3.26.9 -
a8cde6f
Merge pull request #251 from ydb-platform/interval -
672a337
deprecated the constructors of interval value from int64 -
363606d
* Fixed bug with convert ydb value totime.Duration
in `result.Scan[WithDef... -
819b51c
remove explicit SerializableReadWrite option from DoTx (SerializableReadWrite... - Additional commits viewable in compare view
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 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)