Skip to content

Commit b7842e9

Browse files
committed
update changelog
1 parent 2f6023f commit b7842e9

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
* Fixed topic writer infinite reconnections in some cases
22
* Refactored nil on err `internal/grpcwrapper/rawydb/issues.go`, when golangci-lint nilerr enabled
33
* Refactored nil on err `internal/grpcwrapper/rawtopic/describe_topic.go`, when golangci-lint nilerr enabled
4+
* Enabled errname linter
5+
* Renamed some variables
46

57
## v3.55.2
68
* Fixed init info in topic writer, when autoseq num turned off.
@@ -23,14 +25,14 @@
2325

2426
## v3.54.2
2527
* 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
2729
* Replaced lazy initialization of ydb clients (table, topic, etc.) to explicit initialization on `ydb.Open` step
2830

2931
## v3.54.1
30-
* Fixed inconsistent labels in `metrics`
32+
* Fixed inconsistent labels in `metrics`
3133

3234
## 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
3436
* Refactored traces and metrics
3537
* Added `{retry,table}.WithLabel` options for mark retriers calls
3638
* Added `ydb.WithTraceRetry` option
@@ -54,7 +56,7 @@
5456
* Fixed stringification of credentials object
5557

5658
## 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
5860

5961
## v3.53.1
6062
* Bumps `github.com/ydb-platform/ydb-go-genproto` for support `query` service
@@ -203,7 +205,7 @@
203205
* Added `table/options.WithCallOptions` options for append custom grpc call options into `session.{BulkUpsert,Execute,StreamExecuteScanQuery}`
204206
* Supported fake transactions in `database/sql` driver over connector option `ydb.WithFakeTx(queryMode)` and connection string param `go_fake_tx`
205207
* 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
207209
* Added address of node to operation error description as optional
208210
* Fixed bug with put session from unknown node
209211
* Fixed bug with parsing of `TzTimestamp` without microseconds

0 commit comments

Comments
 (0)