Skip to content
Permalink

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.5
Choose a base ref
...
head repository: openfga/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.6
Choose a head ref
  • 16 commits
  • 35 files changed
  • 10 contributors

Commits on Jul 30, 2025

  1. chore: update readme import error (#202)

    * chore: update readme import error
    
    * fix import
    carlastabile authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    d675336 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. 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"
    aaguiarz authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    04d05c4 View commit details
    Browse the repository at this point in the history
  2. 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>
    aaguiarz and github-advanced-security[bot] authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    e9f2e02 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. 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>
    aaguiarz and github-advanced-security[bot] authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    a906587 View commit details
    Browse the repository at this point in the history
  2. 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>
    aaguiarz and github-advanced-security[bot] authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    7d0127e View commit details
    Browse the repository at this point in the history
  3. chore(ci): remove semgrep workflow (#208)

    Co-authored-by: GitHub Action <[email protected]>
    rhamzeh and actions-user authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    f2b501c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Create scorecard.yml (#209)

    aaguiarz authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    44ee7b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    7dc512f View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    04a1f96 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependencies (#210)

    chore: update dependencies
    evansims authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    1b0ac3e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. 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
    SoulPancake authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    89a39d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

  1. 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]>
    rhamzeh and wadells authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    20a302c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94c4d36 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. 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]>
    rhamzeh and abhiaagarwal authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    ee6c726 View commit details
    Browse the repository at this point in the history
  2. release: v0.9.6 (#223)

    * 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
    rhamzeh authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    5ff4a74 View commit details
    Browse the repository at this point in the history
  3. fix(ci): fix build with uv (#225)

    fix(ci): fix build w/ uv
    
    Co-authored-by: Abhi Agarwal <[email protected]>
    rhamzeh and abhiaagarwal authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    42cc5cc View commit details
    Browse the repository at this point in the history
Loading