Skip to content

Releases: landing-ai/ade-python

v1.12.0

23 Apr 16:33
4b32bbf

Choose a tag to compare

1.12.0 (2026-04-23)

Full Changelog: v1.11.1...v1.12.0

Features

Chores

  • internal: more robust bootstrap script (65dba33)

v1.11.1

22 Apr 22:55
b13032b

Choose a tag to compare

1.11.1 (2026-04-22)

Full Changelog: v1.11.0...v1.11.1

Performance Improvements

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

v1.11.0

13 Apr 20:58
7d7f94b

Choose a tag to compare

1.11.0 (2026-04-13)

Full Changelog: v1.10.0...v1.11.0

Features

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (ce8fbb0)
  • ensure file data are only sent as 1 parameter (5917bd2)

v1.10.0

06 Apr 17:12
daf984b

Choose a tag to compare

1.10.0 (2026-04-06)

Full Changelog: v1.9.0...v1.10.0

Features

  • api: api update (8213dc8)
  • api: custom prompts transformations (5eeee63)

v1.9.0

27 Mar 03:53
8325891

Choose a tag to compare

1.9.0 (2026-03-27)

Full Changelog: v1.8.0...v1.9.0

Features

  • api: api update (4e56dbe)
  • internal: implement indices array format for query and form serialization (7e9d4b5)

Bug Fixes

  • deps: bump minimum typing-extensions version (488efba)
  • pydantic: do not pass by_alias unless set (70493bc)
  • sanitize endpoint path params (b8c5167)
  • update README formatting and heading style (#82) (a38a40f)

Chores

  • ci: skip lint on metadata-only changes (64c3d61)
  • internal: tweak CI branches (218f4e1)
  • internal: update gitignore (bab03c1)

v1.8.0

13 Mar 01:11
a18cc69

Choose a tag to compare

1.8.0 (2026-03-13)

Full Changelog: v1.7.0...v1.8.0

Features

v1.7.0

11 Mar 01:28
0297409

Choose a tag to compare

1.7.0 (2026-03-11)

Full Changelog: v1.6.0...v1.7.0

Features

  • api: improve multipart openapispec (723607d)
  • api: manual updates (02260ff)

Chores

  • ci: skip uploading artifacts on stainless-internal branches (e8dee5c)
  • format all api.md files (4a5078a)
  • internal: add request options to SSE classes (b6f1448)
  • internal: make test_proxy_environment_variables more resilient (1c0ef15)
  • internal: make test_proxy_environment_variables more resilient to env (352408c)
  • internal: remove mock server code (69eb4f3)
  • update mock server docs (e85a0f3)
  • update placeholder string (fcf3eac)

v1.6.0

13 Feb 01:14
2bf2202

Choose a tag to compare

1.6.0 (2026-02-13)

Full Changelog: v1.5.0...v1.6.0

Features

Chores

  • internal: bump dependencies (348b891)
  • internal: fix lint error on Python 3.14 (5db50d5)

v1.5.0

30 Jan 19:03
4b14188

Choose a tag to compare

1.5.0 (2026-01-30)

Full Changelog: v1.4.0...v1.5.0

Features

  • client: add custom JSON encoder for extended type support (9c0fab4)
  • client: add support for binary request streaming (79d0b6e)

Bug Fixes

  • docs: fix mcp installation instructions for remote servers (c164f34)

Chores

  • ci: upgrade actions/github-script (e6bf3e3)
  • internal: update actions/checkout version (b0cd317)

v1.4.0

13 Jan 01:27
a3bc56a

Choose a tag to compare

1.4.0 (2026-01-06)

Full Changelog: v1.3.0...v1.4.0

Features

  • api: api update (7fda941)
  • files: add support for string alternative to file upload type (57ae8fb)

Bug Fixes

  • use async_to_httpx_files in patch method (977143a)

Chores

  • internal: add --fix argument to lint script (caa1bc4)
  • internal: codegen related update (9a57490)
  • speedup initial import (8e2a9f1)
  • speedup initial import (0b024ed)

Documentation

  • prominently feature MCP server setup in root SDK readmes (bb75fea)