Skip to content

Releases: knocklabs/knock-python

v1.18.0

07 Nov 22:12
40e23bf

Choose a tag to compare

1.18.0 (2025-11-07)

Full Changelog: v1.17.0...v1.18.0

Features

  • api: api update (be33019)
  • api: support specifying a branch (cbed5ed)
  • correct channel data schemas (fadc24d)

Chores

  • internal: grammar fix (it's -> its) (49b5e48)

v1.17.0

31 Oct 16:00
0fb5750

Choose a tag to compare

1.17.0 (2025-10-30)

Full Changelog: v1.16.0...v1.17.0

Features

Bug Fixes

  • client: close streams without requiring full consumption (34ef2a9)

Chores

  • internal/tests: avoid race condition with implicit client cleanup (8126c82)

v1.16.0

27 Oct 13:12
90174df

Choose a tag to compare

1.16.0 (2025-10-24)

Full Changelog: v1.15.0...v1.16.0

Features

Chores

  • bump httpx-aiohttp version to 0.1.9 (1f77d9e)

v1.15.0

13 Oct 15:51
a39d0dc

Choose a tag to compare

1.15.0 (2025-10-13)

Full Changelog: v1.14.0...v1.15.0

Features

Chores

  • internal: detect missing future annotations with ruff (1ca76cb)

v1.14.0

09 Oct 17:54
66b13f7

Choose a tag to compare

1.14.0 (2025-10-07)

Full Changelog: v1.13.0...v1.14.0

Features

v1.13.0

25 Sep 14:52
1e57d3b

Choose a tag to compare

1.13.0 (2025-09-24)

Full Changelog: v1.12.1...v1.13.0

Features

Bug Fixes

  • avoid newer type syntax (66ba143)
  • compat: compat with pydantic<2.8.0 when using additional fields (c6ad6a9)

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (4c552a6)
  • improve example values (48505ea)
  • internal: add Sequence related utils (2032a76)
  • internal: change ci workflow machines (a1760f4)
  • internal: move mypy configurations to pyproject.toml file (c9193ff)
  • internal: update pydantic dependency (0636d0b)
  • internal: update pyright exclude list (40513b5)
  • tests: simplify get_platform test (e6d99e5)
  • types: change optional parameter type from NotGiven to Omit (4a81616)

v1.12.1

21 Aug 19:34
6996244

Choose a tag to compare

1.12.1 (2025-08-21)

Full Changelog: v1.12.0...v1.12.1

Chores

v1.12.0

18 Aug 13:19
e319ce4

Choose a tag to compare

1.12.0 (2025-08-15)

Full Changelog: v1.11.0...v1.12.0

Features

Chores

  • internal: codegen related update (9ed4c52)
  • internal: fix ruff target version (be7a302)
  • internal: update comment in script (e7b7278)
  • update @stainless-api/prism-cli to v5.15.0 (a6f9e47)

v1.11.0

05 Aug 14:24
413ee5d

Choose a tag to compare

1.11.0 (2025-08-05)

Full Changelog: v1.10.1...v1.11.0

Features

  • client: support file upload requests (19135e5)

Bug Fixes

  • parsing: parse extra field types (4f39573)

Chores

  • project: add settings file for vscode (4c4c3b6)

v1.10.1

22 Jul 03:07
a68fd20

Choose a tag to compare

1.10.1 (2025-07-22)

Full Changelog: v1.10.0...v1.10.1

Bug Fixes

  • parsing: ignore empty metadata (a005f4a)