Releases: knocklabs/knock-python
Releases · knocklabs/knock-python
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)
v1.10.0
1.10.0 (2025-07-15)
Full Changelog: v1.9.0...v1.10.0
Features
Bug Fixes
- client: don't send Content-Type header on GET requests (64799d2)
- parsing: correctly handle nested discriminated unions (e8e1932)
Chores
v1.9.0
v1.8.1
1.8.1 (2025-06-24)
Full Changelog: v1.8.0...v1.8.1
Chores
- tests: skip some failing tests on the latest python versions (e4d646c)
v1.8.0
1.8.0 (2025-06-21)
Full Changelog: v1.7.1...v1.8.0
Features
Bug Fixes
- tests: fix: tests which call HTTP endpoints directly with the example parameters (beb242d)
Chores
- ci: enable for pull requests (38cb0ce)
- internal: update conftest.py (5bcbc15)
- readme: update badges (b72984d)
- tests: add tests for httpx client instantiation & proxies (e971449)
Documentation
- client: fix httpx.Timeout documentation reference (7239e56)
v1.7.1
1.7.1 (2025-06-13)
Full Changelog: v1.7.0...v1.7.1
Bug Fixes
- client: correctly parse binary response | stream (86075af)
Chores
- tests: run tests in parallel (c6d9045)