Skip to content

Commit ee62ec6

Browse files
changelog
1 parent 3aad309 commit ee62ec6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* Refactor Struct value creation
2+
13
## v3.25.2
24
* Fixed repeater initial force timeout from 500 to 0.5 second
35

@@ -14,7 +16,7 @@
1416
* Enabled by default keep-in-cache policy for data queries
1517
* Removed from `ydb.Connection` embedding of `grpc.ClientConnInterface`
1618
* Fixed stopping of repeater
17-
* Added log backoff between force repeater wake up's (from 500ms to 32s)
19+
* Added log backoff between force repeater wake up's (from 500ms to 32s)
1820
* Renamed `trace.DriverRepeaterTick{Start,Done}Info` to `trace.DriverRepeaterWakeUp{Start,Done}Info`
1921
* Fixed unexpected `NullFlag` while parse nil `JSONDocument` value
2022
* Removed `internal/conn/conn.streamUsages` and `internal/conn/conn.usages` (`internal/conn.conn` always touching last usage timestamp on API calls)
@@ -35,15 +37,15 @@
3537
* Fixed re-opening case after close lazy-initialized clients
3638
* Removed dependency of call context for initializing lazy table client
3739
* Added `config.AutoRetry()` flag with `true` value by default. `config.AutoRetry()` affects how to errors handle in sub-clients calls.
38-
* Added `config.WithNoAutoRetry` for disabling auto-retry on errors in sub-clients calls
40+
* Added `config.WithNoAutoRetry` for disabling auto-retry on errors in sub-clients calls
3941
* Refactored `internal/lazy` package (supported check `config.AutoRetry()`, removed all error wrappings with stacktrace)
4042

4143
## v3.23.0
4244
* Added `WithTLSConfig` option for redefine TLS config
4345
* Added `sugar.LoadCertificatesFromFile` and `sugar.LoadCertificatesFromPem` helpers
4446

4547
## v3.22.0
46-
* Supported `json.Unmarshaler` type for scanning row to values
48+
* Supported `json.Unmarshaler` type for scanning row to values
4749
* Reimplemented `sugar.DSN` with `net/url`
4850

4951
## v3.21.0

0 commit comments

Comments
 (0)