Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.111.1
- Replaced minimal requirements of
gofrom1.23to1.22 - Migrated
golangci-lintto versionv2.1.6
Full Changelog: v3.111.0...v3.111.1
v3.111.0
- Added
sugar.PrintErrorWithoutStackhelper for remove stack records from error string - Added
sugar.UnwrapErrorhelper for unwrap source error to root errors
Full Changelog: v3.110.1...v3.111.0
v3.110.1
- Added the ability to send BulkRequest exceeding the GrpcMaxMessageSize
Full Changelog: v3.110.0...v3.110.1
v3.110.0
- Added read partitions in parallel for topic listener.
Full Changelog: v3.109.0...v3.110.0
v3.109.0
- Added control plane fields for split-merge topics (Create,Alter,Describe)
Full Changelog: v3.108.5...v3.109.0
v3.108.5
- Fixed stop topic reader after TLI in transaction
Full Changelog: v3.108.4...v3.108.5
v3.108.4
- Removed
experimentalfrom coordination API - Added
WithReaderLogContext,WithWriterLogContextoptions to topic reader/writer to supply log entries with user context fields
Full Changelog: v3.108.3...v3.108.4
v3.108.3
- Fixed handling of zero values for DyNumber
- Fixed the decimal yql slice bounds out of range
Full Changelog: v3.108.2...v3.108.3
v3.108.2
- Bumped dependencies:
github.com/jonboulle/clockworkfrom v0.3.0 to v0.5.0google.golang.org/grpcfrom v1.62.1 to v1.69.4google.golang.org/protobuffrom v1.33.0 to v1.35.1github.com/golang-jwt/jwt/v4from v4.5.0 to v4.5.2 (see security alerts GHSA-mh63-6h87-95cp and https://github.com/ydb-platform/ydb-go-sdk/security/dependabot/45)golang.org/x/netfrom v0.33.0 to v0.38.0 (see security alert https://github.com/ydb-platform/ydb-go-sdk/security/dependabot/59)golang.org/x/cryptofrom 0.31.0 to 0.36.0 (see security alerts https://github.com/ydb-platform/ydb-go-sdk/security/dependabot/56 and https://github.com/ydb-platform/ydb-go-sdk/security/dependabot/52)golang.org/x/syncfrom v0.10.0 to v0.12.0golang.org/x/sysfrom v0.28.0 to v0.31.0golang.org/x/textfrom v0.21.0 to v0.23.0
Full Changelog: v3.108.1...v3.108.2
v3.108.1
- Supported
json.Marshallerquery parameter indatabase/sqldriver
Full Changelog: v3.108.0...v3.108.1