All notable changes to the metagraphed Python client are documented here. From
the next release onward this file is generated by release-please from Conventional
Commits.
0.7.0 (2026-07-21)
0.6.0 (2026-07-19)
0.5.0 (2026-07-17)
- aio: implement cross-origin safe async client to strip non-allowlisted headers on redirects (#6008) (f1fd521)
- tests: add pagination and model validation tests for subnets, surfaces, and endpoints (#6000) (e823e4b)
- client: improve error handling for malformed JSON-RPC responses (#6018) (37cca64)
- docs: update README and client methods to clarify integration readiness and completeness score (#6054) (e119f94)
- python-sdk: bump async extra httpx floor to >=0.28.1 (#5987) (#6077) (7e48798)
0.4.2 (2026-07-01)
- python: populate Provider.slug from the API's id key (#2460) (8ea57d6)
- python: serialize boolean query params as lowercase true/false (#2457) (513cb59)
- python: terminate pagination cleanly on a null meta envelope (#2473) (012884a)
0.4.1 (2026-06-22)
0.4.1 (2026-06-22)
0.4.0 (2026-06-21)
0.3.1 (2026-06-19)
0.3.0 (2026-06-17)
0.2.0 (2026-06-15)
- python: add retry/backoff, pagination + RPC helpers, single-source version (#624) (9e71699)
- release: conventional-commit changelog + release automation (#394) (#612) (2ed6a79)
- python-sdk: handle non-string error codes (#568) (f421938)
- python: cap retry-after delay (#636) (0dc0808)
- Add a descriptive
User-Agent, surface the API error envelope in raisedMetagraphedErrors, and guard JSON parsing of error responses (over0.1.0). - Apache-2.0 licensed; published to PyPI via OIDC trusted publishing.
- Initial release of the typed Python client for the metagraphed API.