v1.45.1
What's Changed
- CLI: Rename the binary back from
svix-cli
tosvix
- Libs/Java: Stop sharing one
ApiClient
between allSvix
instances. Fixes a bug where multiple
independently instantiatedSvix
instances would always use the same base path and auth token.