|
1 | 1 | * Fixed topic writer infinite reconnections in some cases |
2 | 2 | * Refactored nil on err `internal/grpcwrapper/rawydb/issues.go`, when golangci-lint nilerr enabled |
3 | 3 | * Refactored nil on err `internal/grpcwrapper/rawtopic/describe_topic.go`, when golangci-lint nilerr enabled |
| 4 | +* Enabled errname linter |
| 5 | +* Renamed some variables |
4 | 6 |
|
5 | 7 | ## v3.55.2 |
6 | 8 | * Fixed init info in topic writer, when autoseq num turned off. |
|
23 | 25 |
|
24 | 26 | ## v3.54.2 |
25 | 27 | * Added context to some internal methods for better tracing |
26 | | -* Added `trace.FunctionID` helper and `FunctionID` field to trace start info's |
| 28 | +* Added `trace.FunctionID` helper and `FunctionID` field to trace start info's |
27 | 29 | * Replaced lazy initialization of ydb clients (table, topic, etc.) to explicit initialization on `ydb.Open` step |
28 | 30 |
|
29 | 31 | ## v3.54.1 |
30 | | -* Fixed inconsistent labels in `metrics` |
| 32 | +* Fixed inconsistent labels in `metrics` |
31 | 33 |
|
32 | 34 | ## v3.54.0 |
33 | | -* Allowed `sql.LevelSerializable` isolation level in read-write mode in `database/sql` transactions |
| 35 | +* Allowed `sql.LevelSerializable` isolation level in read-write mode in `database/sql` transactions |
34 | 36 | * Refactored traces and metrics |
35 | 37 | * Added `{retry,table}.WithLabel` options for mark retriers calls |
36 | 38 | * Added `ydb.WithTraceRetry` option |
|
54 | 56 | * Fixed stringification of credentials object |
55 | 57 |
|
56 | 58 | ## v3.53.2 |
57 | | -* Fixed panic when try to unwrap values with more than 127 columns with custom ydb unmarshaler |
| 59 | +* Fixed panic when try to unwrap values with more than 127 columns with custom ydb unmarshaler |
58 | 60 |
|
59 | 61 | ## v3.53.1 |
60 | 62 | * Bumps `github.com/ydb-platform/ydb-go-genproto` for support `query` service |
|
203 | 205 | * Added `table/options.WithCallOptions` options for append custom grpc call options into `session.{BulkUpsert,Execute,StreamExecuteScanQuery}` |
204 | 206 | * Supported fake transactions in `database/sql` driver over connector option `ydb.WithFakeTx(queryMode)` and connection string param `go_fake_tx` |
205 | 207 | * Removed `testutil/timeutil` package (all usages replaced with `clockwork` package) |
206 | | -* Changed behaviour of retryer on transport errors `cancelled` and `deadline exceeded` - will retry idempotent operation if context is not done |
| 208 | +* Changed behaviour of retryer on transport errors `cancelled` and `deadline exceeded` - will retry idempotent operation if context is not done |
207 | 209 | * Added address of node to operation error description as optional |
208 | 210 | * Fixed bug with put session from unknown node |
209 | 211 | * Fixed bug with parsing of `TzTimestamp` without microseconds |
|
0 commit comments