Skip to content

Commit f21f25e

Browse files
Update CHANGELOG.md
1 parent 52850be commit f21f25e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Ydb.Sdk/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
14
- ADO.NET: Added `BeginBulkUpsertImport` for batch upsert operations with transaction checks and integration tests.
25
- Optimization: On BadSession, do not invoke the `DeleteSession()` method.
36
- Canceling AttachStream after calling the `DeleteSession` method.

0 commit comments

Comments
 (0)