Skip to content

Commit 88394f0

Browse files
Update CHANGELOG.md
1 parent 6b8c883 commit 88394f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Ydb.Sdk/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
- Fixed bug ADO.NET/PoolManager: `SemaphoreSlim.WaitAsync` over-release on cancellation.
12
- Feat ADO.NET: Mark `YdbConnection.State` as `Broken` when the underlying session is broken, including background deactivation.
23
- Feat ADO.NET: Added YdbDataSource `ExecuteAsync` and `ExecuteInTransaction` convenience methods.
34
- **Breaking Change**: moved and renamed `Ydb.Sdk.Services.Query.TxMode` -> `Ydb.Sdk.Ado.TransactionMode`.
45
- Feat ADO.NET: Cache gRPC transport by `gRPCConnectionString` to reuse channels.
5-
- Fix bug wrap-around ADO.NET: Big parameterized Decimal — `((ulong)bits[1] << 32)` -> `((ulong)(uint)bits[1] << 32)`.
6+
- Fixed bug wrap-around ADO.NET: Big parameterized Decimal — `((ulong)bits[1] << 32)` -> `((ulong)(uint)bits[1] << 32)`.
67
- Feat ADO.NET: Parameterized Decimal overflow check: `Precision` and `Scale`.
78
- Feat ADO.NET: Deleted support for `DateTimeOffset` was a mistake.
89
- Feat ADO.NET: Added support for `Date32`, `Datetime64`, `Timestamp64` and `Interval64` types in YDB.

0 commit comments

Comments
 (0)