Skip to content

Commit b331540

Browse files
update CHANGELOG.md
1 parent bfce743 commit b331540

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Ydb.Sdk/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- Added `EnableMultipleHttp2Connections` setting to grpc channel.
12
- `Connection.State` is set to `Broken` when the session is deactivated.
23

34
## v0.16.2

src/Ydb.Sdk/src/DriverConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class DriverConfig
1515

1616
public TimeSpan KeepAlivePingTimeout { get; init; } =
1717
TimeSpan.FromSeconds(SocketHttpHandlerDefaults.DefaultKeepAlivePingTimeoutSeconds);
18-
18+
1919
public bool EnableMultipleHttp2Connections { get; init; }
2020

2121
public string? User { get; init; }

0 commit comments

Comments
 (0)