|
42 | 42 |
|
43 | 43 | ## v3.54.2 |
44 | 44 | * Added context to some internal methods for better tracing |
45 | | -* Added `trace.FunctionID` helper and `FunctionID` field to trace start info's |
| 45 | +* Added `trace.FunctionID` helper and `FunctionID` field to trace start info's |
46 | 46 | * Replaced lazy initialization of ydb clients (table, topic, etc.) to explicit initialization on `ydb.Open` step |
47 | 47 |
|
48 | 48 | ## v3.54.1 |
49 | | -* Fixed inconsistent labels in `metrics` |
| 49 | +* Fixed inconsistent labels in `metrics` |
50 | 50 |
|
51 | 51 | ## v3.54.0 |
52 | | -* Allowed `sql.LevelSerializable` isolation level in read-write mode in `database/sql` transactions |
| 52 | +* Allowed `sql.LevelSerializable` isolation level in read-write mode in `database/sql` transactions |
53 | 53 | * Refactored traces and metrics |
54 | 54 | * Added `{retry,table}.WithLabel` options for mark retriers calls |
55 | 55 | * Added `ydb.WithTraceRetry` option |
|
73 | 73 | * Fixed stringification of credentials object |
74 | 74 |
|
75 | 75 | ## v3.53.2 |
76 | | -* Fixed panic when try to unwrap values with more than 127 columns with custom ydb unmarshaler |
| 76 | +* Fixed panic when try to unwrap values with more than 127 columns with custom ydb unmarshaler |
77 | 77 |
|
78 | 78 | ## v3.53.1 |
79 | 79 | * Bumps `github.com/ydb-platform/ydb-go-genproto` for support `query` service |
|
222 | 222 | * Added `table/options.WithCallOptions` options for append custom grpc call options into `session.{BulkUpsert,Execute,StreamExecuteScanQuery}` |
223 | 223 | * Supported fake transactions in `database/sql` driver over connector option `ydb.WithFakeTx(queryMode)` and connection string param `go_fake_tx` |
224 | 224 | * Removed `testutil/timeutil` package (all usages replaced with `clockwork` package) |
225 | | -* Changed behaviour of retryer on transport errors `cancelled` and `deadline exceeded` - will retry idempotent operation if context is not done |
| 225 | +* Changed behaviour of retryer on transport errors `cancelled` and `deadline exceeded` - will retry idempotent operation if context is not done |
226 | 226 | * Added address of node to operation error description as optional |
227 | 227 | * Fixed bug with put session from unknown node |
228 | 228 | * Fixed bug with parsing of `TzTimestamp` without microseconds |
|
0 commit comments