File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## Next
4
- * Libs/Rust: Add ` api::MessageAttemptListAttemptedMessagesOptions ` and use it for
4
+ * Libs/Rust ** (Breaking) ** : Add ` api::MessageAttemptListAttemptedMessagesOptions ` and use it for
5
5
` MessageAttempt::list_attempted_messages ` , replacing ` MessageAttemptListOptions ` which contained
6
6
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 ] )
7
10
8
11
[ #1568 ] : https://github.com/svix/svix-webhooks/pull/1568
12
+ [ #1571 ] : https://github.com/svix/svix-webhooks/pull/1571
9
13
10
14
## Version 1.44.0
11
15
* 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 ] )
13
17
14
18
[ #1556 ] : https://github.com/svix/svix-webhooks/pull/1556
15
19
[ #1557 ] : https://github.com/svix/svix-webhooks/pull/1557
You can’t perform that action at this time.
0 commit comments