Announcing .NET SDK v0.2.2
, introducing OpenFgaClient
with BatchCheck
, ListRelations
and more
#138
rhamzeh
announced in
Announcements
Replies: 1 comment
-
I got this error after v2.2 update -> 'an item with the same key has already been added. key: authorization' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We've just released
v0.2.2
of the .NET SDK, this follows similar changes inv0.2.4
of our JS SDK and is a planned change for the Go and Python SDKs.The highlights of this release include:
SchemaVersion
is now required inAuthorizationModel
OpenFgaClient
wrapping aroundOpenFgaApi
to simplify some interfaces, and introduces client-side:BatchCheck
ListRelations
Writes
Take a look at the following links for an overview of the changes:
We're planning for the next release of the SDK to come with a few breaking changes to
OpenFgaApi
, mainly towards how we are dealing with StoreId.You can still use the existing
OpenFgaApi
class, and documentation for it can be found here.We also hope this will make contributing new SDKs easier for the community.
We'd love your feedback on this direction!
Beta Was this translation helpful? Give feedback.
All reactions