* CLI **(New)**: New Rust-based CLI with support for all recent Svix functionality.
* Libs/Rust **(Breaking)**: Add `api::MessageAttemptListAttemptedMessagesOptions` and use it for
`MessageAttempt::list_attempted_messages`, replacing `MessageAttemptListOptions` which contained
some extra parameters never used with this method / endpoint ([1568])
* Libs/JavaScript **(Breaking)**: Add more precise type annotations for `options` parameters on
`MessageAttempt.list`, `MessageAttempt.listByMsg`, `MessageAttempt.listAttemptedMessages` and
`MessageAttempt.listAttemptedDestinations` ([1571])
* Libs/JavaScript **(Breaking)**: Rename `EndpointStatsOptions` interface to
`EndpointGetStatsOptions` ([1585])
* Libs/Kotlin **(Breaking)**: Remove `ListOptions` class. Usage of classes that were inheriting
from it should not change though ([1587])
* Libs/Rust: Add `api::Authentication::expire_all` ([1584])
* Libs/Rust: Rename some `Options` types. The old names remain as deprecated type aliases ([1584])
* Server: Fix Dockerfile exposed port to be 8071 ([1596])
[1568]: https://github.com/svix/svix-webhooks/pull/1568
[1571]: https://github.com/svix/svix-webhooks/pull/1571
[1584]: https://github.com/svix/svix-webhooks/pull/1584
[1585]: https://github.com/svix/svix-webhooks/pull/1585
[1587]: https://github.com/svix/svix-webhooks/pull/1587