- Add
--expunge
flag toevent-type delete
command for permanently deleting event types - Update Svix lib (includes fixes and improvements)
- Update Svix lib (includes fixes and improvements)
- Listen: attempt reconnecting on any kind of error, not just simple connection issues
- Further improvements to reconnection and error handling
- Fix bug in Svix Play causing reconnection issues (revert the change from 0.17.1)
- Snapcraft: fix releasing to snapcraft
- Update Svix libs (expose new properties)
- Add new app-portal endpoint and deprecate dashboard-access
- CI: fix build on Windows
- Fix bug in Svix Play causing reconnection issues
- Login: Support setting API url
- Bump svix-libs to 0.52.0 & support new features
- Add bindings for integrations API
- Verify: improved error message for invalid signatures
- Improved detection of stdin data when piping values to commands
- Make dashboard access command name uniform with lib names
- Verify: improve error output & flag descriptions
- Bump cobra to 1.3.0, replace completion command
- Pretty: disable color by default on windows
- Bump svix-libs to 0.41.1 & support new features
- Verify: Improve error message for invalid timestamp
- Add support for non-POST http methods on play
- Add play.svix.com support
- Update
--color
flag to enumauto|always|never
- Add
authentication logout
command for invalidating dashboard tokens - Add
import
andexport
commands for quickly adding event-types - Bump svix-libs t0 v0.24.0 (adds rate limit support, and disabled value to endpoints)
- Fix bug where application update expected the wrong number of arguments
- Add
listen
command for testing webhook receivers locally - Bump svix-libs to v0.18.0, allows webhook verifying with prefixed secrets
- Don't html escape when printing json output, fixes dashboard urls
- Initial snap release!
- print response body to stdin on api errors
- adds
open
command for quickly opening Svix's documentation in your browser (thanks @codepope!)
- remove erroneous printing to stderr
- official release to brew and scoop
- add
completion
function to generate shell completion scripts
- enable colorized output by default if stdout is a TTY
- fix bug in
endpoint create
which caused a panic
- Change verify to use flags for non payload data instead of positional arguments
- Initial Public Release 🚀
- Allows interaction with the Svix API
- Allows validation of webhook payloads