All Versions
257
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v2021.04.1 Changes

    • โž• Added table.TimeToLiveSettings struct and corresponding table.WithTimeToLiveSettings, table.WithSetTimeToLive and table.WithDropTimeToLive options.
    • ๐Ÿ—„ Deprecated table.TTLSettings struct alongside with table.WithTTL, table.WithSetTTL and table.WithDropTTL functions.
  • v2021.03.2 Changes

    • โž• Add Truncated flag support.
  • v2021.03.1 Changes

    • ๐Ÿ›  Fixed a race between SessionPool.Put and SessionPool.Get, where the latter would end up waiting forever for a session that is already in the pool.
  • v2021.02.1 Changes

    • ๐Ÿ”„ Changed semantics of table.Result.O... methods (e.g., OUTF8): it will not fail if current item is non-optional primitive.
  • v2020.12.1 Changes

    • โž• added CommitTx method, which returns QueryStats
  • v2020.11.4 Changes

    • re-implementation of ydb.Value comparison
    • ๐Ÿ›  fix basic examples
  • v2020.11.3 Changes

    • 0๏ธโƒฃ increase default and minimum Dialer.KeepAlive setting
  • v2020.11.2 Changes

    • โž• added ydbsql/connector options to configure default list of ExecDataQueryOption
  • v2020.11.1 Changes

    • tune grpc.Conn behaviour
  • v2020.10.4 Changes

    • function to compare two ydb.Value