Skip to content

Releases: knocklabs/knock-python

v1.27.0

Choose a tag to compare

@stainless-app stainless-app released this 02 Jul 21:33
058adcd

1.27.0 (2026-07-02)

Full Changelog: v1.26.0...v1.27.0

Features

v1.26.0

Choose a tag to compare

@stainless-app stainless-app released this 01 Jul 19:51
cfc41ce

1.26.0 (2026-06-29)

Full Changelog: v1.25.0...v1.26.0

Features

Bug Fixes

  • client: add missing f-string prefix in file type error message (04b3154)
  • types: avoid type-checker errors on params with additional properties (5f69bb9)
  • use correct field name format for multipart file arrays (4d33037)

Chores

  • internal: reformat pyproject.toml (8e64806)

v1.25.0

Choose a tag to compare

@stainless-app stainless-app released this 23 Apr 14:42
97b5c7f

1.25.0 (2026-04-23)

Full Changelog: v1.24.1...v1.25.0

Features

  • api: added new unset preferences methods (519404b)
  • api: api update (69bb5b7)
  • api: api update (8d2a780)
  • api: api update (f0c9120)
  • api: api update (5d9ba46)
  • api: skip tests for 2 endpoints in 2 languages (a36266c)
  • internal: implement indices array format for query and form serialization (e7db532)
  • KNO-12791: Add workflow recipient run APIs (10be0e6)

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (b94df51)
  • deps: bump minimum typing-extensions version (3faab94)
  • ensure file data are only sent as 1 parameter (05206e0)
  • sanitize endpoint path params (5615d9e)

Performance Improvements

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

Chores

  • ci: skip lint on metadata-only changes (64c3c93)
  • internal: more robust bootstrap script (6f7de4e)
  • internal: tweak CI branches (4c01647)
  • internal: update gitignore (e5e89f5)
  • tests: bump steady to v0.19.4 (1b211c0)
  • tests: bump steady to v0.19.5 (a0638b5)
  • tests: bump steady to v0.19.6 (f09d000)
  • tests: bump steady to v0.19.7 (973f8be)
  • tests: bump steady to v0.20.1 (ddb0590)
  • tests: bump steady to v0.20.2 (17eac93)
  • tests: bump steady to v0.22.1 (726ca11)

Documentation

Refactors

  • tests: switch from prism to steady (29d5c77)

v1.24.1

Choose a tag to compare

@stainless-app stainless-app released this 16 Mar 17:39
3aee797

1.24.1 (2026-03-16)

Full Changelog: v1.24.0...v1.24.1

Bug Fixes

  • pydantic: do not pass by_alias unless set (0354401)

v1.24.0

Choose a tag to compare

@stainless-app stainless-app released this 13 Mar 17:15
74473cf

1.24.0 (2026-03-13)

Full Changelog: v1.23.0...v1.24.0

Features

v1.23.0

Choose a tag to compare

@stainless-app stainless-app released this 12 Mar 22:03
18d3133

1.23.0 (2026-03-12)

Full Changelog: v1.22.1...v1.23.0

Features

Chores

  • ci: skip uploading artifacts on stainless-internal branches (3a0d565)

v1.22.1

Choose a tag to compare

@stainless-app stainless-app released this 05 Mar 16:14
faa3432

1.22.1 (2026-03-05)

Full Changelog: v1.22.0...v1.22.1

Chores

  • test: do not count install time for mock server timeout (fb90aa9)

Refactors

  • types: use extra_items from PEP 728 (10ec48a)

v1.22.0

Choose a tag to compare

@stainless-app stainless-app released this 03 Mar 14:59
bcc249f

1.22.0 (2026-03-02)

Full Changelog: v1.21.0...v1.22.0

Features

v1.21.0

Choose a tag to compare

@stainless-app stainless-app released this 02 Mar 22:20
fbb7d23

1.21.0 (2026-03-02)

Full Changelog: v1.20.2...v1.21.0

Features

v1.20.2

Choose a tag to compare

@stainless-app stainless-app released this 28 Feb 15:50
109c8d7

1.20.2 (2026-02-27)

Full Changelog: v1.20.1...v1.20.2

Chores

  • docs: add missing descriptions (02bea2b)