Skip to content

Releases: Nimbleway/nimble-python

v0.18.0

10 May 13:39

Choose a tag to compare

0.18.0 (2026-05-10)

Full Changelog: v0.17.0...v0.18.0

Features

  • api: Add media, serp and domain_knowledge (d1e33f1)

Bug Fixes

  • client: add missing f-string prefix in file type error message (972cbcd)

v0.17.0

06 May 08:04

Choose a tag to compare

0.17.0 (2026-05-06)

Full Changelog: v0.16.0...v0.17.0

Features

  • api: api update (d859e62)
  • api: api update (da41c63)
  • api: api update (3460f38)
  • api: api update (0809fc4)
  • client: add client_source parameter, update press_action types (346cfe7)
  • support setting headers via env (74b98e0)

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (c07dd33)
  • ensure file data are only sent as 1 parameter (58d7d07)
  • use correct field name format for multipart file arrays (d33d6b7)

Performance Improvements

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

Chores

  • internal: more robust bootstrap script (ea52394)
  • internal: reformat pyproject.toml (7d5cec6)

Documentation

v0.16.0

30 Mar 14:28

Choose a tag to compare

0.16.0 (2026-03-30)

Full Changelog: v0.15.0...v0.16.0

Features

v0.15.0

29 Mar 15:56

Choose a tag to compare

0.15.0 (2026-03-29)

Full Changelog: v0.14.0...v0.15.0

Features

  • api: api update (691eb61)
  • api: manual updates (99d2baf)
  • internal: implement indices array format for query and form serialization (e74fd0c)

v0.14.0

25 Mar 13:54

Choose a tag to compare

0.14.0 (2026-03-25)

Full Changelog: v0.13.0...v0.14.0

Features

Chores

  • ci: skip lint on metadata-only changes (3e1d8f5)

v0.13.0

24 Mar 14:17

Choose a tag to compare

0.13.0 (2026-03-24)

Full Changelog: v0.12.0...v0.13.0

Features

Bug Fixes

  • sanitize endpoint path params (0c14c30)

Chores

  • internal: update gitignore (f19a4e6)

v0.12.0

18 Mar 12:42

Choose a tag to compare

0.12.0 (2026-03-18)

Full Changelog: v0.11.0...v0.12.0

Features

Bug Fixes

  • deps: bump minimum typing-extensions version (05fce2b)
  • pydantic: do not pass by_alias unless set (1700093)

Chores

  • internal: tweak CI branches (8f134ca)

v0.11.0

11 Mar 09:22

Choose a tag to compare

0.11.0 (2026-03-10)

Full Changelog: v0.10.0...v0.11.0

Features

Chores

  • ci: bump uv version (146ce46)
  • ci: skip uploading artifacts on stainless-internal branches (0367a98)

Refactors

  • types: use extra_items from PEP 728 (4c233b7)

v0.10.0

25 Feb 10:03

Choose a tag to compare

0.10.0 (2026-02-25)

Full Changelog: v0.9.1...v0.10.0

Features

Chores

  • internal: add request options to SSE classes (4c227e5)
  • internal: make test_proxy_environment_variables more resilient (812a0bc)
  • internal: make test_proxy_environment_variables more resilient to env (87829ce)

v0.9.1

22 Feb 18:58

Choose a tag to compare

0.9.1 (2026-02-22)

Full Changelog: v0.9.0...v0.9.1

Chores