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.1
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.2
Choose a head ref
  • 12 commits
  • 184 files changed
  • 2 contributors

Commits on Jan 30, 2025

  1. Configuration menu
    Copy the full SHA
    2ec56b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Configuration menu
    Copy the full SHA
    c1339ea View commit details
    Browse the repository at this point in the history
  2. chore: add ruff and remove pyupgrade, isort, autoflake, and `…

    …black`
    evansims authored and Evan Sims committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    a493fb2 View commit details
    Browse the repository at this point in the history
  3. feat: type hinting improvements

    evansims authored and Evan Sims committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    894509a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Configuration menu
    Copy the full SHA
    03b0932 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the dependencies group with 3 updates

    Bumps the dependencies group with 3 updates: [actions/setup-python](https://github.com/actions/setup-python), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).
    
    
    Updates `actions/setup-python` from 5.3.0 to 5.4.0
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@0b93645...4237552)
    
    Updates `codecov/codecov-action` from 5.1.2 to 5.3.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@1e68e06...13ce06b)
    
    Updates `pypa/gh-action-pypi-publish` from 1.12.3 to 1.12.4
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@67339c7...76f52bc)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    0b91754 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    355c6eb View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Configuration menu
    Copy the full SHA
    2db7d04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fab0f57 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. chore(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 in the d…

    …ependencies group (#174)
    
    chore(deps): bump codecov/codecov-action in the dependencies group
    
    Bumps the dependencies group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).
    
    
    Updates `codecov/codecov-action` from 5.3.1 to 5.4.0
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@13ce06b...0565863)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      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 Mar 3, 2025
    Configuration menu
    Copy the full SHA
    cefa972 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. fix(telemetry): fixes for telemetry attributes and metrics tracking (#…

    …177)
    
    Improved client request duration handling.
    Fixed attribute filtering issue in some configurations.
    Updated ClientConfiguration to include telemetry configuration (like Configuration.)
    Enhanced tests to validate new telemetry attributes and ensure correct duration calculations.
    evansims authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    cde5145 View commit details
    Browse the repository at this point in the history
  2. release: v0.9.2 (#178)

    evansims authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    e07ce96 View commit details
    Browse the repository at this point in the history
Loading