Releases: knocklabs/knock-python
Releases · knocklabs/knock-python
v1.18.0
v1.17.0
1.17.0 (2025-10-30)
Full Changelog: v1.16.0...v1.17.0
Features
- api: api update (7c98b41)
- api: api update (da9738c)
- api: api update (ed246b8)
- api: api update (68227fd)
- api: api update (f2d1c34)
Bug Fixes
- client: close streams without requiring full consumption (34ef2a9)
Chores
- internal/tests: avoid race condition with implicit client cleanup (8126c82)
v1.16.0
v1.15.0
1.15.0 (2025-10-13)
Full Changelog: v1.14.0...v1.15.0
Features
- api: api update (f20d9d2)
Chores
- internal: detect missing future annotations with ruff (1ca76cb)
v1.14.0
v1.13.0
1.13.0 (2025-09-24)
Full Changelog: v1.12.1...v1.13.0
Features
- api: api update (d7b6c47)
- api: api update (35e2b49)
- api: api update (1cdaf26)
- api: api update (78563fd)
- api: api update (c2a6ebb)
- api: api update (122f574)
- api: api update (b6b52d7)
- api: api update (da8cdc0)
- api: api update (df20d51)
- api: api update (b9007c9)
- api: set idempotency key header by default (9d22a7c)
- improve future compat with pydantic v3 (125d0c3)
- types: replace List[str] with SequenceNotStr in params (e19113c)
Bug Fixes
- avoid newer type syntax (66ba143)
- compat: compat with
pydantic<2.8.0when 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.tomlfile (c9193ff) - internal: update pydantic dependency (0636d0b)
- internal: update pyright exclude list (40513b5)
- tests: simplify
get_platformtest (e6d99e5) - types: change optional parameter type from NotGiven to Omit (4a81616)
v1.12.1
v1.12.0
v1.11.0
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
1.10.1 (2025-07-22)
Full Changelog: v1.10.0...v1.10.1
Bug Fixes
- parsing: ignore empty metadata (a005f4a)