File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 3.13.3
2+ * Fixed linter issues
3+
14## 3.13.2
25* Fixed race with read/write pool conns on closing conn
36
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ package conn
22
33import (
44 "context"
5- "github.com/ydb-platform/ydb-go-sdk/v3/internal/closer"
65 "sync"
76 "sync/atomic"
87 "time"
98
109 "google.golang.org/grpc"
1110
11+ "github.com/ydb-platform/ydb-go-sdk/v3/internal/closer"
1212 "github.com/ydb-platform/ydb-go-sdk/v3/internal/endpoint"
1313 "github.com/ydb-platform/ydb-go-sdk/v3/internal/errors"
1414 "github.com/ydb-platform/ydb-go-sdk/v3/trace"
Original file line number Diff line number Diff line change 11package meta
22
33const (
4- Version = "ydb-go-sdk/3.13.2 "
4+ Version = "ydb-go-sdk/3.13.3 "
55)
You can’t perform that action at this time.
0 commit comments