Skip to content

v0.10.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Mar 09:14
· 4 commits to main since this release
v0.10.0
5a8cef4

0.10.0 (2026-03-24)

  • feat: add execute_api_request and execute_streamed_api_request methods to OpenFgaClient and OpenFgaApi for making arbitrary HTTP requests to any OpenFGA API endpoint with full auth, retry, and telemetry support (#252) - thanks @kcbiradar
  • Add py.typed marker for better mypy support #251 - thanks @manuel-lang

Breaking Changes

  • The _return_http_data_only, _preload_content, _request_auth, async_req, and _request_timeout kwargs have been removed from all OpenFgaApi and SyncOpenFgaApi endpoint methods. These were internal implementation details not intended for external use. _return_http_data_only is now hardcoded to True; all endpoint methods return the deserialized response object directly. Users relying on _with_http_info methods returning a (data, status, headers) tuple should use execute_api_request instead.

What's Changed

New Contributors

Full Changelog: v0.9.9...v0.10.0