You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(api): api update
* feat(api): api update
* feat(api): api update
* feat(api): api update
* fix(client): close streams without requiring full consumption
* chore(internal/tests): avoid race condition with implicit client cleanup
* feat(api): api update
* release: 1.17.0
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# Changelog
2
2
3
+
## 1.17.0 (2025-10-30)
4
+
5
+
Full Changelog: [v1.16.0...v1.17.0](https://github.com/knocklabs/knock-python/compare/v1.16.0...v1.17.0)
6
+
7
+
### Features
8
+
9
+
***api:** api update ([7c98b41](https://github.com/knocklabs/knock-python/commit/7c98b41d8a73fb28f15094760ce8e8981017616f))
10
+
***api:** api update ([da9738c](https://github.com/knocklabs/knock-python/commit/da9738cdc04fb7d602636f64be5fe089b9992660))
11
+
***api:** api update ([ed246b8](https://github.com/knocklabs/knock-python/commit/ed246b8f6739ca8b2fde96173cb372d7b519c250))
12
+
***api:** api update ([68227fd](https://github.com/knocklabs/knock-python/commit/68227fd65152d45667c893f552d14723c62ae0c2))
13
+
***api:** api update ([f2d1c34](https://github.com/knocklabs/knock-python/commit/f2d1c34ea755e2a1f9e0320c6bd8ff2acf4d6fff))
14
+
15
+
16
+
### Bug Fixes
17
+
18
+
***client:** close streams without requiring full consumption ([34ef2a9](https://github.com/knocklabs/knock-python/commit/34ef2a90d3a7d6f107f0e7bf0359e50b01623554))
19
+
20
+
21
+
### Chores
22
+
23
+
***internal/tests:** avoid race condition with implicit client cleanup ([8126c82](https://github.com/knocklabs/knock-python/commit/8126c829c0d8ca30f80498c475bdae2c74990a59))
24
+
3
25
## 1.16.0 (2025-10-24)
4
26
5
27
Full Changelog: [v1.15.0...v1.16.0](https://github.com/knocklabs/knock-python/compare/v1.15.0...v1.16.0)
0 commit comments