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.6
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.7
Choose a head ref
  • 8 commits
  • 28 files changed
  • 5 contributors

Commits on Sep 19, 2025

  1. chore(docs): add scorecard, deepwiki and socket.dev badges (#227)

    chore: add scorecard, deepwiki and socket.dev badges
    aaguiarz authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    f81e26f View commit details
    Browse the repository at this point in the history
  2. Update SECURITY-INSIGHTS (#226)

    * "chore: updating SECURITY-INSIGHTS"
    
    * "chore: updating SECURITY-INSIGHTS"
    
    * "chore: updating SECURITY-INSIGHTS"
    
    * "chore: updating SECURITY-INSIGHTS"
    aaguiarz authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    4dcdde9 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. chore(deps): bump the dependencies group with 4 updates (#228)

    Bumps the dependencies group with 4 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [codecov/codecov-action](https://github.com/codecov/codecov-action), [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action).
    
    
    Updates `astral-sh/setup-uv` from 6.7.0 to 6.8.0
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@b75a909...d0cc045)
    
    Updates `codecov/codecov-action` from 5.4.3 to 5.5.1
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@18283e0...5a10915)
    
    Updates `pypa/gh-action-pypi-publish` from 1.12.4 to 1.13.0
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@76f52bc...ed0c539)
    
    Updates `ossf/scorecard-action` from 2.4.2 to 2.4.3
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
    - [Commits](ossf/scorecard-action@05b42c6...4eaacf0)
    
    ---
    updated-dependencies:
    - dependency-name: astral-sh/setup-uv
      dependency-version: 6.8.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: codecov/codecov-action
      dependency-version: 5.5.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-version: 1.13.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: ossf/scorecard-action
      dependency-version: 2.4.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    0ea1063 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. chore(ci): harden github actions (#229)

    Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
    step-security-bot authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    5bdc932 View commit details
    Browse the repository at this point in the history
  2. fix: custom header precedence (#230)

    * fix: custom header precedence
    
    * fix: custom header precedence
    
    * test: add tests per feedback
    evansims authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    4f3eeb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e38d75 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. feat: add headers configuration property (#232)

    * docs: add custom headers guidance to README
    
    * feat: add `headers` configuration property
    
    ---------
    
    Co-authored-by: Ewan Harris <ewanharris93@gmail.com>
    evansims and ewanharris authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    ac3395c View commit details
    Browse the repository at this point in the history
  2. release: v0.9.7 (#234)

    * release: v0.9.7
    
    * docs: update socket badge
    evansims authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    6f06c2f View commit details
    Browse the repository at this point in the history
Loading