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.8.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.0
Choose a head ref
  • 19 commits
  • 67 files changed
  • 7 contributors

Commits on Dec 1, 2024

  1. chore(deps): bump the dependencies group with 2 updates

    Bumps the dependencies group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).
    
    
    Updates `codecov/codecov-action` from 4.6.0 to 5.0.7
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@b9fd7d1...015f24e)
    
    Updates `pypa/gh-action-pypi-publish` from 1.11.0 to 1.12.2
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@fb13cb3...15c56db)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    7c1b220 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. fix: change default max retries to 3

    ovindu-a authored and ewanharris committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    ec4f375 View commit details
    Browse the repository at this point in the history
  2. feat: remove client side validation

    GMorrisHF authored and ewanharris committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    c023db8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71805f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99f45c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. Configuration menu
    Copy the full SHA
    e56a36f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7af8409 View commit details
    Browse the repository at this point in the history
  3. refactor!: rename batch_check to client_batch_check

    BREAKING CHANGE: Usage of the existing batch_check should now use client_batch_check instead,
    additionally the existing BatchCheckResponse has been renamed to ClientBatchCheckClientResponse.
    ewanharris committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    01c6a05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28353fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7be0001 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99f7c27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a02932 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1feeda View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dc671ec View commit details
    Browse the repository at this point in the history
  10. refactor: change example to use a for loop rather than direct access

    Helps show the correlation_id use
    ewanharris committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    36f5016 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ab9d5e2 View commit details
    Browse the repository at this point in the history
  12. release: v0.9.0

    ewanharris committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    52bef42 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Configuration menu
    Copy the full SHA
    38798c8 View commit details
    Browse the repository at this point in the history
  2. release: v0.9.0 (#157)

    ewanharris authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    6145ea6 View commit details
    Browse the repository at this point in the history
Loading