github openfga/dotnet-sdk v0.7.0

8 hours ago

0.7.0 (2025-10-01)

Note

As of this release, we're publishing the symbols package to Nuget to help with debugging if needed.

Warning

BREAKING CHANGES:

  • While we have dropped .NET 6.0 as a target framework, the SDK now supports .NET Standard 2.0 - which means it can still be used in .NET 6.0 projects.
  • We have updated the underlying OpenAPI generator to a newer version, which has caused some changes in the generated code. Below is a summary of the changes:
Old Name New Name Affected Models
_Nodes VarNodes Nodes (and related constructors/references)
_Users VarUsers Users (and related constructors/references)
_base VarBase Difference, UsersetTreeDifference
_object VarObject CheckRequestTupleKey, ExpandRequestTupleKey, TupleKey, TupleKeyWithoutCondition, FgaObject, ObjectRelation, ReadRequestTupleKey, User
_this VarThis Userset
UNSPECIFIED TYPENAMEUNSPECIFIED TypeName (and other members in this enum)
Old Enum Value New Enum Value Affected Enum
WRITE TUPLEOPERATIONWRITE TupleOperation
DELETE TUPLEOPERATIONDELETE TupleOperation

What's Changed

  • chore: tidy up ClientBatchOptions and ClientListRetationsOptions by @rhamzeh in #128
  • feat: support .NET Standard 2.0 by @rhamzeh in #122
  • chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in #130
  • release: v0.7.0 by @rhamzeh in #129

Full Changelog: v0.6.0...v0.7.0

Don't miss a new dotnet-sdk release

NewReleases is sending notifications on new releases.