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 f0ad01c commit 7b78dbdCopy full SHA for 7b78dbd
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+## v0.16.0
2
+
3
- **Breaking Change**: `Ydb.Sdk.Yc.Auth` version <= 0.1.0 is not compatible with newer versions.
4
- Added `IAuthClient` to fetch auth token.
5
- Added the `CachedCredentialsProvider` class, which streamlines token lifecycle management.
src/Ydb.Sdk/src/Version.cs
@@ -3,6 +3,6 @@ namespace Ydb.Sdk;
public static class Version
{
public const uint Major = 0;
6
- public const uint Minor = 15;
7
- public const uint Patch = 4;
+ public const uint Minor = 16;
+ public const uint Patch = 0;
8
}
0 commit comments