Skip to content

Commit 4233829

Browse files
authored
js: Add recent query parameter type change to changelog (#1581)
Follow-up to #1571.
2 parents a397429 + bdce87d commit 4233829

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ChangeLog.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
# Changelog
22

33
## Next
4-
* Libs/Rust: Add `api::MessageAttemptListAttemptedMessagesOptions` and use it for
4+
* Libs/Rust **(Breaking)**: Add `api::MessageAttemptListAttemptedMessagesOptions` and use it for
55
`MessageAttempt::list_attempted_messages`, replacing `MessageAttemptListOptions` which contained
66
some extra parameters never used with this method / endpoint ([#1568])
7+
* Libs/JavaScript **(Breaking)**: Add more precise type annotations for `options` parameters on
8+
`MessageAttempt.list`, `MessageAttempt.listByMsg`, `MessageAttempt.listAttemptedMessages` and
9+
`MessageAttempt.listAttemptedDestinations` ([#1571])
710

811
[#1568]: https://github.com/svix/svix-webhooks/pull/1568
12+
[#1571]: https://github.com/svix/svix-webhooks/pull/1571
913

1014
## Version 1.44.0
1115
* Libs/JavaScript: Revert packaging-related change because it broke for some users ([#1556])
12-
* Libs/Rust: Remove unused optional `PostOptions` parameters from non-POST methods ([#1557])
16+
* Libs/Rust **(Breaking)**: Remove unused optional `PostOptions` parameters from non-POST methods ([#1557])
1317

1418
[#1556]: https://github.com/svix/svix-webhooks/pull/1556
1519
[#1557]: https://github.com/svix/svix-webhooks/pull/1557

0 commit comments

Comments
 (0)