Skip to content

Releases: postgrid/postgrid-python

v2.3.0

Choose a tag to compare

@stainless-app stainless-app released this 15 Jun 22:45
fbc3178

2.3.0 (2026-06-12)

Full Changelog: v2.2.0...v2.3.0

Features

  • api: update api with events and webhook capabilities (6472f0c)
  • New endpoints, fixed and aligned schemas (c8be87f)
  • PE-6131 HOTFIX: Fix idempotency key header for create endpoints (6d2ab69)
  • Update available premium paper IDs (2791811)

v2.2.0

Choose a tag to compare

@stainless-app stainless-app released this 14 May 16:20
42f86bf

2.2.0 (2026-05-13)

Full Changelog: v2.1.1...v2.2.0

Features

  • api: Generate OpenAPI spec from master, Complete AV endpoints, Deprecate order profiles (e077d42)
  • api: sheikh's updates (bdc7fef)
  • internal/types: support eagerly validating pydantic iterators (2124510)
  • support setting headers via env (e690d3e)
  • Testing new GHA workflow (aa4a426)

Bug Fixes

  • client: add missing f-string prefix in file type error message (459beb6)
  • use correct field name format for multipart file arrays (4662cc7)

Performance Improvements

  • client: optimize file structure copying in multipart requests (ad870fb)

Chores

  • internal: more robust bootstrap script (e3ae215)
  • internal: reformat pyproject.toml (872adb3)

v2.1.1

Choose a tag to compare

@stainless-app stainless-app released this 14 Apr 19:23
a3d3802

2.1.1 (2026-04-07)

Full Changelog: v2.1.0...v2.1.1

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (a88e2b2)

v2.1.0

Choose a tag to compare

@stainless-app stainless-app released this 27 Mar 14:07
0c04308

2.1.0 (2026-03-26)

Full Changelog: v2.0.3...v2.1.0

Features

  • client: add custom JSON encoder for extended type support (7daf14d)
  • client: add support for binary request streaming (9c92b6a)
  • internal: implement indices array format for query and form serialization (796fd65)

Bug Fixes

  • client: loosen auth header validation (af955ca)
  • deps: bump minimum typing-extensions version (aa94631)
  • pydantic: do not pass by_alias unless set (6f9b35c)
  • sanitize endpoint path params (b59444c)
  • use async_to_httpx_files in patch method (a3b137a)

Chores

  • ci: skip lint on metadata-only changes (7538d3d)
  • ci: skip uploading artifacts on stainless-internal branches (a64ce59)
  • ci: upgrade actions/github-script (e2ea5fd)
  • docs: add missing descriptions (9dd7392)
  • format all api.md files (0a364e2)
  • internal: add --fix argument to lint script (e8d9998)
  • internal: add missing files argument to base client (6dbed91)
  • internal: add request options to SSE classes (986b89d)
  • internal: bump dependencies (53cb8a0)
  • internal: codegen related update (eb02a83)
  • internal: fix lint error on Python 3.14 (8a7fe14)
  • internal: make test_proxy_environment_variables more resilient (b33f0fb)
  • internal: make test_proxy_environment_variables more resilient to env (d60d095)
  • internal: remove mock server code (961b979)
  • internal: tweak CI branches (e723bef)
  • internal: update actions/checkout version (0d17288)
  • internal: update gitignore (3e89493)
  • speedup initial import (32fb2cc)
  • update mock server docs (168a3b8)

v2.0.3

Choose a tag to compare

@stainless-app stainless-app released this 09 Dec 04:25
0b20a21

2.0.3 (2025-12-09)

Full Changelog: v2.0.2...v2.0.3

Bug Fixes

  • types: allow pyright to infer TypedDict types within SequenceNotStr (da4eda9)

Chores

v2.0.2

Choose a tag to compare

@stainless-app stainless-app released this 05 Dec 18:25
0a97512

2.0.2 (2025-12-03)

Full Changelog: v2.0.1...v2.0.2

Bug Fixes

  • ensure streams are always closed (c965753)

Chores

  • deps: mypy 1.18.1 has a regression, pin to 1.17 (258650e)
  • docs: use environment variables for authentication in code snippets (38d4794)
  • update lockfile (eb75a19)

v2.0.1

Choose a tag to compare

@stainless-app stainless-app released this 27 Nov 18:09
5b8d61c

2.0.1 (2025-11-22)

Full Changelog: v2.0.0...v2.0.1

Chores

  • add Python 3.14 classifier and testing (7e2917a)

v2.0.0

Choose a tag to compare

@stainless-app stainless-app released this 13 Nov 04:17
9c4f349

2.0.0 (2025-11-13)

Full Changelog: v0.0.1-alpha.0...v2.0.0

Bug Fixes

  • api: Pacify pyright (0dea36d)
  • api: Prepare request fix (9f737cc)
  • api: remove unsupported collaterals (fdbeb1a)
  • compat with Python 3.14 (53457ab)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (899cab3)
  • readme: rename PostGrid (c23572a)

Chores