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
* refactor(types): replace Record with mapped types
* feat(api): api update
* fix(ci): release-doctor — report correct token name
* fix(client): get fetchOptions type more reliably
* feat(api): api update
* chore(ci): only run for pushes and fork pull requests
* chore(client): improve path param validation
* codegen metadata
* feat(api): api update
* chore: add docs to RequestOptions type
* codegen metadata
* codegen metadata
* codegen metadata
* codegen metadata
* feat(api): api update
* chore: make some internal functions async
* release: 1.11.0
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,35 @@
1
1
# Changelog
2
2
3
+
## 1.11.0 (2025-07-10)
4
+
5
+
Full Changelog: [v1.10.3...v1.11.0](https://github.com/knocklabs/knock-node/compare/v1.10.3...v1.11.0)
6
+
7
+
### Features
8
+
9
+
***api:** api update ([647d271](https://github.com/knocklabs/knock-node/commit/647d2714cda96e42ac0a7816b3da0130a83978db))
10
+
***api:** api update ([7a4ae6b](https://github.com/knocklabs/knock-node/commit/7a4ae6b5a7ed2317ffabb62d0ea762f292ee83a4))
11
+
***api:** api update ([c713cd6](https://github.com/knocklabs/knock-node/commit/c713cd61a345818a81c51bd3467c566306c4d39a))
12
+
***api:** api update ([cc912aa](https://github.com/knocklabs/knock-node/commit/cc912aa8707cebfd79d0301b471c1f38bce27d63))
13
+
14
+
15
+
### Bug Fixes
16
+
17
+
***ci:** release-doctor — report correct token name ([90c9bdd](https://github.com/knocklabs/knock-node/commit/90c9bdd59997ee1fd2fcd4e81f6869687e256dca))
18
+
***client:** get fetchOptions type more reliably ([556dcce](https://github.com/knocklabs/knock-node/commit/556dcce102e461b5578627b9d007b3a6d90c92e3))
19
+
20
+
21
+
### Chores
22
+
23
+
* add docs to RequestOptions type ([4fc8c09](https://github.com/knocklabs/knock-node/commit/4fc8c09b1814c7889f4948bec2bd87d5805d24e4))
24
+
***ci:** only run for pushes and fork pull requests ([4a906c7](https://github.com/knocklabs/knock-node/commit/4a906c7eef1f1eb31ea94d28107e9ae58a1417b2))
0 commit comments