File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.5.0
4
+
5
+ ### [ 0.5.0] ( https://github.com/openfga/dotnet-sdk/compare/v0.4.0...v0.5.0 ) (2024-08-28)
6
+
7
+ - feat: support consistency parameter (#70 )
8
+ Note: To use this feature, you need to be running OpenFGA v1.5.7+ with the experimental flag ` enable-consistency-params ` enabled.
9
+ See the [ v1.5.7 release notes] ( https://github.com/openfga/openfga/releases/tag/v1.5.7 ) for details.
10
+
3
11
## v0.4.0
4
12
5
13
### [ 0.4.0] ( https://github.com/openfga/dotnet-sdk/compare/v0.3.2...v0.4.0 ) (2024-06-14)
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ public void IsValid() {
56
56
/// Version of the package.
57
57
/// </summary>
58
58
/// <value>Version of the package.</value>
59
- public const string Version = "0.4 .0" ;
59
+ public const string Version = "0.5 .0" ;
60
60
61
- private const string DefaultUserAgent = "openfga-sdk dotnet/0.4 .0" ;
61
+ private const string DefaultUserAgent = "openfga-sdk dotnet/0.5 .0" ;
62
62
63
63
#endregion Constants
64
64
Original file line number Diff line number Diff line change 12
12
<Description >.NET SDK for OpenFGA</Description >
13
13
<Copyright >OpenFGA</Copyright >
14
14
<RootNamespace >OpenFga.Sdk</RootNamespace >
15
- <Version >0.4 .0</Version >
15
+ <Version >0.5 .0</Version >
16
16
<DocumentationFile >bin\$(Configuration)\$(TargetFramework)\OpenFga.Sdk.xml</DocumentationFile >
17
17
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
18
18
<PackageReadmeFile >README.md</PackageReadmeFile >
You can’t perform that action at this time.
0 commit comments