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 52850be commit f21f25eCopy full SHA for f21f25e
src/Ydb.Sdk/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+- ADO.NET: Added `MinPoolSize` setting to keep a minimum number of sessions ready in the PoolingSessionSource.
2
+- ADO.NET: Added `SessionIdleTimeout` to remove idle sessions from the PoolingSessionSource automatically.
3
+- ADO.NET: Made `PoolingSessionSource` faster and more reliable by using a lock-free FIFO stack.
4
- ADO.NET: Added `BeginBulkUpsertImport` for batch upsert operations with transaction checks and integration tests.
5
- Optimization: On BadSession, do not invoke the `DeleteSession()` method.
6
- Canceling AttachStream after calling the `DeleteSession` method.
0 commit comments