v2.11.0
Added 2
- Add custom return path flag and CID/URL attachment syntax
- Add suppression webhooks
Changed 2
- Use the API timestamp format in fixtures and help text
- Publish sha256 checksums with release assets
Install
cURL
curl -fsSL https://resend.com/install.sh | bash
Node.js
npm install -g resend-cli
Homebrew (macOS / Linux)
brew install resend/cli/resend
PowerShell (Windows)
irm https://resend.com/install.ps1 | iex
What's Changed
- feat: add custom return path flag and CID/URL attachment syntax by @felipefreitag in https://github.com/resend/resend-cli/pull/352
- chore: use the API timestamp format in fixtures and help text by @felipefreitag in https://github.com/resend/resend-cli/pull/355
- chore: publish sha256 checksums with release assets by @felipefreitag in https://github.com/resend/resend-cli/pull/356
- feat(webhooks): add suppression webhooks by @Cisneiros in https://github.com/resend/resend-cli/pull/353
- chore: bump to v2.11.0 by @felipefreitag in https://github.com/resend/resend-cli/pull/357
New Contributors
- @Cisneiros made their first contribution in https://github.com/resend/resend-cli/pull/353
Full Changelog: https://github.com/resend/resend-cli/compare/v2.10.0...v2.11.0