Skip to content

Commit 33581ec

Browse files
Update CHANGELOG and fix linter
1 parent d6c84df commit 33581ec

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

slo/src/AdoNet/SloTableContext.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System.Data;
22
using Internal;
3-
using Microsoft.Extensions.Logging;
43
using Polly;
54
using Ydb.Sdk;
65
using Ydb.Sdk.Ado;

slo/src/Dapper/SloTableContext.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using Dapper;
22
using Internal;
3-
using Microsoft.Extensions.Logging;
43
using Polly;
54
using Ydb.Sdk;
65
using Ydb.Sdk.Ado;

src/Ydb.Sdk/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- Dev: LogLevel `Warning` -> `Debug` on DeleteSession has been `RpcException`.
2+
13
## v0.22.0
24

35
- Added `YdbDbType` property to `YdbParameter`, allowing to explicitly specify YDB-specific data types for parameter mapping.

0 commit comments

Comments
 (0)