All Versions
257
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v2021.04.1 Changes
- ➕ Added
table.TimeToLiveSettings
struct and correspondingtable.WithTimeToLiveSettings
,table.WithSetTimeToLive
andtable.WithDropTimeToLive
options. - 🗄 Deprecated
table.TTLSettings
struct alongside withtable.WithTTL
,table.WithSetTTL
andtable.WithDropTTL
functions.
- ➕ Added
-
v2021.03.2 Changes
- ➕ Add Truncated flag support.
-
v2021.03.1 Changes
- 🛠 Fixed a race between
SessionPool.Put
andSessionPool.Get
, where the latter would end up waiting forever for a session that is already in the pool.
- 🛠 Fixed a race between
-
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.
- 🔄 Changed semantics of
-
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
- 0️⃣ increase default and minimum
-
v2020.11.2 Changes
- ➕ added
ydbsql/connector
options to configure default list ofExecDataQueryOption
- ➕ added
-
v2020.11.1 Changes
- tune
grpc.Conn
behaviour
- tune
-
v2020.10.4 Changes
- function to compare two ydb.Value