File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed
Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ Unreleased] ( https://github.com/openfga/dotnet-sdk/compare/v0.9.0 ...HEAD )
3+ ## [ Unreleased] ( https://github.com/openfga/dotnet-sdk/compare/v0.9.1 ...HEAD )
44
5- - feat: add support for [ StreamedListObjects] ( https://openfga.dev/api/service#/Relationship%20Queries/StreamedListObjects ) . See [ documentation] ( #streamed-list-objects )
5+ ## v0.9.1
6+
7+ ### [ 0.9.1] ( https://github.com/openfga/dotnet-sdk/compare/v0.9.0...v0.9.1 ) (2026-01-26)
8+
9+ - feat: add support for streamed list objects (#156 )
10+ - feat: add support for an interface on the client (#168 )
611
712## v0.9.0
813
Original file line number Diff line number Diff line change 1111 <!-- To target the released version, uncomment this section -->
1212
1313 <ItemGroup >
14- <PackageReference Include =" OpenFga.Sdk" Version =" 0.9.0 " ><PrivateAssets >all</PrivateAssets ></PackageReference >
14+ <PackageReference Include =" OpenFga.Sdk" Version =" 0.9.1 " ><PrivateAssets >all</PrivateAssets ></PackageReference >
1515 </ItemGroup >
1616
1717 <!-- To target the local build, use project reference -->
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ public static class FgaConstants {
2020 /// <summary>
2121 /// Version of the OpenFGA .NET SDK.
2222 /// </summary>
23- public const string SdkVersion = "0.9.0 " ;
23+ public const string SdkVersion = "0.9.1 " ;
2424
2525 /// <summary>
2626 /// User agent used in HTTP requests.
2727 /// </summary>
28- public const string UserAgent = "openfga-sdk dotnet/0.9.0 " ;
28+ public const string UserAgent = "openfga-sdk dotnet/0.9.1 " ;
2929
3030 /// <summary>
3131 /// Example API domain for documentation/tests.
Original file line number Diff line number Diff line change 1313 <Description >.NET SDK for OpenFGA</Description >
1414 <Copyright >OpenFGA</Copyright >
1515 <RootNamespace >OpenFga.Sdk</RootNamespace >
16- <Version >0.9.0 </Version >
16+ <Version >0.9.1 </Version >
1717 <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\OpenFga.Sdk.xml</DocumentationFile >
1818 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
1919 <PackageReadmeFile >README.md</PackageReadmeFile >
You can’t perform that action at this time.
0 commit comments