-
Notifications
You must be signed in to change notification settings - Fork 33
Comparing changes
Open a pull request
base repository: openfga/python-sdk
base: v0.9.5
head repository: openfga/python-sdk
compare: v0.9.6
- 16 commits
- 35 files changed
- 10 contributors
Commits on Jul 30, 2025
-
chore: update readme import error (#202)
* chore: update readme import error * fix import
Configuration menu - View commit details
-
Copy full SHA for d675336 - Browse repository at this point
Copy the full SHA d675336View commit details
Commits on Aug 7, 2025
-
Update SECURITY-INSIGHTS (#203)
* "chore: updating SECURITY-INSIGHTS" * "chore: updating SECURITY-INSIGHTS" * "chore: updating SECURITY-INSIGHTS" * "chore: updating SECURITY-INSIGHTS" * "chore: updating SECURITY-INSIGHTS" * "chore: updating SECURITY-INSIGHTS" * "chore: updating SECURITY-INSIGHTS" * "chore: updating SECURITY-INSIGHTS"
Configuration menu - View commit details
-
Copy full SHA for 04d05c4 - Browse repository at this point
Copy the full SHA 04d05c4View commit details -
Potential fix for code scanning alert no. 1: Workflow does not contai…
…n permissions (#204) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e9f2e02 - Browse repository at this point
Copy the full SHA e9f2e02View commit details
Commits on Aug 8, 2025
-
Potential fix for code scanning alert no. 3: Workflow does not contai…
…n permissions (#206) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a906587 - Browse repository at this point
Copy the full SHA a906587View commit details -
Potential fix for code scanning alert no. 2: Workflow does not contai…
…n permissions (#205) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7d0127e - Browse repository at this point
Copy the full SHA 7d0127eView commit details -
chore(ci): remove semgrep workflow (#208)
Co-authored-by: GitHub Action <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2b501c - Browse repository at this point
Copy the full SHA f2b501cView commit details
Commits on Aug 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 44ee7b6 - Browse repository at this point
Copy the full SHA 44ee7b6View commit details
Commits on Aug 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7dc512f - Browse repository at this point
Copy the full SHA 7dc512fView commit details -
chore(deps): bump the dependencies group with 3 updates (#212)
Bumps the dependencies group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [ossf/scorecard-action](https://github.com/ossf/scorecard-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 4.2.2 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@11bd719...08c6903) Updates `ossf/scorecard-action` from 2.4.1 to 2.4.2 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@f49aabe...05b42c6) Updates `actions/upload-artifact` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@4cec3d8...ea165f8) --- 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: ossf/scorecard-action dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch 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 04a1f96 - Browse repository at this point
Copy the full SHA 04a1f96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b0ac3e - Browse repository at this point
Copy the full SHA 1b0ac3eView commit details
Commits on Sep 3, 2025
-
feat: add OAuth2 scopes parameter support to CredentialConfiguration (#…
…213) * feat: add OAuth2 scopes parameter support to CredentialConfiguration * feat: add async tests * fix: tests * feat: run ruff lint fix
Configuration menu - View commit details
-
Copy full SHA for 89a39d1 - Browse repository at this point
Copy the full SHA 89a39d1View commit details
Commits on Sep 12, 2025
-
fix: reuse ssl context in the sync client (#222)
* fix: reuse ssl context in the sync client This brings ssl context handling in line with the async client. Importantly, openssl has a pretty signifigant performance regression in creating ssl contexts v3.0+ that is mitigated by paying the context creation tax once, instead of for every request. Based on testing, this reduces the openssl v3 performance penalty from ~200ms per connection to 9ms per connection. Original PR: openfga/sdk-generator#607 * chore: add tests for ssl context reuse --------- Co-authored-by: Walt Della <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20a302c - Browse repository at this point
Copy the full SHA 20a302cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94c4d36 - Browse repository at this point
Copy the full SHA 94c4d36View commit details
Commits on Sep 16, 2025
-
chore: move to packaging with pyproject.toml (#220)
* chore: move to packaging with pyproject.toml Original PR: openfga/sdk-generator#550 * chore(ci): update build instructions --------- Co-authored-by: Abhi Agarwal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee6c726 - Browse repository at this point
Copy the full SHA ee6c726View commit details -
* chore: resync generator on c0b62b2 API commit changes: - No changes to the client interface - Minor formatting changes API commit: [c0b62b28b14d0d164d37a1f6bf19dc9d39e5769b](openfga/api@c0b62b2) * release: v0.9.6
Configuration menu - View commit details
-
Copy full SHA for 5ff4a74 - Browse repository at this point
Copy the full SHA 5ff4a74View commit details -
fix(ci): fix build with uv (#225)
fix(ci): fix build w/ uv Co-authored-by: Abhi Agarwal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 42cc5cc - Browse repository at this point
Copy the full SHA 42cc5ccView commit details
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.5...v0.9.6