Skip to content

Latest commit

 

History

History
107 lines (53 loc) · 6.6 KB

File metadata and controls

107 lines (53 loc) · 6.6 KB

Changelog

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)

Features

  • python: add typed convenience methods to match TypeScript SDK (#6587) (#6598) (ae7e13f)

0.6.0 (2026-07-19)

Features

  • python: add typed convenience methods to match TypeScript SDK (#6587) (#6598) (ae7e13f)

0.5.0 (2026-07-17)

Features

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • deps: update dependency httpx to >=0.28.1 (#1425) (6d58dfb)

0.4.1 (2026-06-22)

Bug Fixes

  • deps: update dependency httpx to >=0.28.1 (#1425) (6d58dfb)

0.4.0 (2026-06-21)

Features

  • python: honor configured retries and backoff on RPC reads (#1334) (1ea72f4)

Bug Fixes

  • python: fetch_all reads nested data[<collection>], not a flat array (#1324) (71b419b)

0.3.1 (2026-06-19)

Bug Fixes

  • python: strip custom headers on cross-origin redirects (#1188) (6565ece)

0.3.0 (2026-06-17)

Features

  • python: async client, typed models, and fetch_all auto-pagination (#749) (#967) (00a511f)

0.2.0 (2026-06-15)

Features

  • python: add retry/backoff, pagination + RPC helpers, single-source version (#624) (9e71699)
  • release: conventional-commit changelog + release automation (#394) (#612) (2ed6a79)

Bug Fixes

0.1.1

  • Add a descriptive User-Agent, surface the API error envelope in raised MetagraphedErrors, and guard JSON parsing of error responses (over 0.1.0).
  • Apache-2.0 licensed; published to PyPI via OIDC trusted publishing.

0.1.0

  • Initial release of the typed Python client for the metagraphed API.