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 78b7352 commit b238264Copy full SHA for b238264
src/Ydb.Sdk/CHANGELOG.md
@@ -1,6 +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.
+- ADO.NET: Made `PoolingSessionSource` faster and more reliable by using a lock-free LIFO 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