We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88394f0 commit 8b97f45Copy full SHA for 8b97f45
src/Ydb.Sdk/CHANGELOG.md
@@ -29,7 +29,7 @@
29
- Canceling AttachStream after calling the `DeleteSession` method.
30
- Fixed bug: fixed issue where session was not deleted (`ClientTransportTimeout`).
31
- Fixed bug: Grpc.Core.StatusCode.Cancelled was mapped to server's Canceled status.
32
-- ADO.NET: PoolingSessionSource 2.0 based on Npgsql pooling algorithm.
+- Feat ADO.NET: PoolingSessionSource 2.0 based on lock-free FIFO pooling algorithm.
33
- Added new ADO.NET options:
34
- `MinSessionPool`: The minimum connection pool size.
35
- `SessionIdleTimeout`: The time (in seconds) to wait before closing idle session in the pool if the count of all sessions exceeds `MinSessionPool`.
0 commit comments