canonical / ofga

A wrapper library over the default OpenFGA client, packed with convenience methods for interacting with OpenFGA instances.
GNU Lesser General Public License v3.0
7 stars 3 forks source link

Upgrade dependency openfga/go-sdk to v0.3.3 #35

Closed aaronalphonso closed 5 months ago

aaronalphonso commented 5 months ago

This PR updates canonical/ofga to use the latest version of openfga/go-sdk which recently introduced some breaking changes:

This PR updates canonical/ofga to be compatible with all of these changes, without changing the exposed interfaces.

The latest version of openfga/go-sdk also introduced a new feature: conditional relationship tuples, but support for this is not intended to be added in this PR.

This PR also configures renovate to create one weekly PR for all non-major dependency updates.

Closes CSS-6829