Skip to content

Releases: ydb-platform/ydb-go-sdk

v3.76.6

16 Aug 16:00
Compare
Choose a tag to compare
  • Replaced requirements from go1.22 + experimantal flag to go1.23 for experimental range-over interface

Full Changelog: v3.76.5...v3.76.6

v3.76.5

14 Aug 12:28
Compare
Choose a tag to compare
  • Fixed out of index item creation in internal/pool.Pool
  • Fixed tracing of (*grpcClientStream).finish event

Full Changelog: v3.76.4...v3.76.5

v3.76.4

09 Aug 17:51
Compare
Choose a tag to compare
  • Added traces and logs for read messages from topic within transaction
  • Changed result type of query.Session.NodeID() from int64 to uint32 for compatibility with table session and discovery
  • Removed experimental method query.Result.Err()
  • Added the finishing reading the grpc stream on query.Result.Close() call
  • Renamed experimental method query.Result.Range() to query.Result.ResultSets()
  • Renamed experimental method query.ResultSet.Range() to query.ResultSet.Rows()
  • Removed support of go1.20
  • Added PopMessages from topic within transaction

Full Changelog: v3.76.3...v3.76.4

v3.76.3

06 Aug 04:17
Compare
Choose a tag to compare
  • Changed interface table.TransactionIdentifier (added private method) for prohibition of any implementations outside ydb-go-sdk

Full Changelog: v3.76.2...v3.76.3

v3.76.2

05 Aug 15:03
Compare
Choose a tag to compare
  • Fixed bug with nil pointer dereference on trace callback from query.createSession
  • Fixed test message builder, now all method return itself pointer
  • Fixed handle reconnection timeout error
  • Fixed experimental topic listener handle stop partition event

Full Changelog: v3.76.1...v3.76.2

v3.76.1

29 Jul 22:11
Compare
Choose a tag to compare
  • Fixed query.WithCommit() flag behaviour for tx.Execute in query service
  • OAuth 2.0 token exchange: allowed multiple resource parameters in according to https://www.rfc-editor.org/rfc/rfc8693

Full Changelog: v3.76.0...v3.76.1

v3.76.0

26 Jul 18:25
Compare
Choose a tag to compare
  • Added experimental topic listener implementation
  • Fixed internal/xstrings.Buffer() leak without call buffer.Free()
  • Removed double quotas from goroutine labels background workers for prevent problem with pprof

Full Changelog: v3.75.2...v3.76.0

v3.75.2

17 Jul 21:56
Compare
Choose a tag to compare
  • Fixed build for go1.20

Full Changelog: v3.75.1...v3.75.2

v3.75.1

17 Jul 17:50
Compare
Choose a tag to compare
  • Fixed return more than one row error if real error raised on try read next row
  • Fixed checking errors for session must be deleted
  • Changed signature of filter func in balancers (replaced argument from conn.Conn type to endpoint.Info)

Full Changelog: v3.75.0...v3.75.1

v3.75.0

11 Jul 09:58
Compare
Choose a tag to compare
  • Improve config validation before start topic reader
  • Added metrics over db.Table().Do() and db.Table().DoTx()
  • Added method ydb.ParamsBuilder().Param(name).Any(value) to add custom types.Value
  • Upgraded dependencies:
    • google.golang.org/grpc - from v1.57.1 to v1.62.1
    • github.com/google/uuid - from v1.3.0 to v1.6.0
    • golang.org/x/sync - from v0.3.0 to v0.6.0
  • Fixed goroutine leak on close reader
  • Fixed topic reader and writer WaitInit hunging on unretriable connection error
  • Added query.Client.Stats() method
  • Added query.Result.Stats() method
  • Added query.ResultSet.Index() method
  • Support loading OAuth 2.0 token exchange credentials provider from config file
  • Added options for JWT tokens for loading EC private keys and HMAC secrets
  • Add retries to OAuth 2.0 token exchange credentials

Full Changelog: v3.74.5...v3.75.0