-
Notifications
You must be signed in to change notification settings - Fork 33
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: openfga/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: openfga/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 90 files changed
- 5 contributors
Commits on Oct 24, 2025
-
chore: reduce generated code (#236)
* chore: add constants file * chore: fix test nesting * chore: remove autogenerated code headers from files no longer generated * chore: regenerate and lint cleanup * chore: fix constants file being ignored * chore: fix typo Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 759afd0 - Browse repository at this point
Copy the full SHA 759afd0View commit details
Commits on Oct 25, 2025
-
chore: Added a top-level Makefile in python-sdk to simplify running t…
…ests and linters (#241) * Added a top-level Makefile in js-sdk to simplify running tests and linters * Made suggested changes in MakeFile Fixed a typo in MakeFile Co-authored-by: Anurag Bandyopadhyay <[email protected]> * chore: added fix in makefile --------- Co-authored-by: Anurag Bandyopadhyay <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94e817a - Browse repository at this point
Copy the full SHA 94e817aView commit details
Commits on Oct 27, 2025
-
feat: support write conflicts options (#237)
* feat: implementation along with tests * feat: support write conflict idempotency * fix : tests for default on missing and on dupl * fix: tests fix and ruff fix * feat: add readme updates for write conflict changes * feat: changelog and readme changes * fix: lint errors and update from sdk generator * fix: apply suggestions from code review Co-authored-by: Raghd Hamzeh <[email protected]> * feat: remove API options from readme * feat: add all changes to tests and client * feat: address comments, pass settings in opts * feat: condense readme text and give options * feat: reformat readme.md * feat: minor fmt * feat: lint fix add commas * fix: value error f string * feat: backward compatibility --------- Co-authored-by: Raghd Hamzeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89d08f1 - Browse repository at this point
Copy the full SHA 89d08f1View commit details
Commits on Nov 4, 2025
-
chore(deps): bump the dependencies group with 5 updates (#242)
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.3.0` | `5.0.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.30.6` | `4.31.2` | | [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.8.0` | `4.8.1` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `6.8.0` | `7.1.2` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `5.0.0` | Updates `actions/checkout` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.3.0...08c6903) Updates `github/codeql-action` from 3.30.6 to 4.31.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.30.6...0499de3) Updates `actions/dependency-review-action` from 4.8.0 to 4.8.1 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@56339e5...40c09b7) Updates `astral-sh/setup-uv` from 6.8.0 to 7.1.2 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@d0cc045...8585678) Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: github/codeql-action dependency-version: 4.31.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/dependency-review-action dependency-version: 4.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: astral-sh/setup-uv dependency-version: 7.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c522afb - Browse repository at this point
Copy the full SHA c522afbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0604026 - Browse repository at this point
Copy the full SHA 0604026View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.9.7...v0.9.8