Announcing Go SDK v0.2.2
, introducing OpenFgaClient with BatchCheck, ListRelations and more
#148
rhamzeh
announced in
Announcements
Replies: 0 comments
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 Go SDK, this follows similar recent changes in our JS and .NET SDKs and is a planned change for our Python SDK.The highlights of this release include:
SchemaVersion
is now required inAuthorizationModel
OpenFgaClient
wrapping aroundOpenFgaApi
to simplify some interfaces, and introduces client-side:BatchCheck
, helping issue multiple requests in parallel instead of having to handle issuing multiple requests yourselfListRelations
, this helps you check what set of relationships a user has to an objectWrites
, allowing you to ignore some errors on writes if you do not care for themTake a look at the following links for an overview of the changes:
You can still use the existing
OpenFgaApi
, and documentation for it can be found here.Let us know what you think of these changes!
Beta Was this translation helpful? Give feedback.
All reactions