Add v1.8.0 changelog entry with February 2025 updates#348
Conversation
Adds changelog entry covering webhooks, Python SDK, Contact Books API, email retention/cleanup, idempotency support, and various improvements. https://claude.ai/code/session_012hGggJSKqRZB4PkaaPAyrS
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. WalkthroughReplaces the October 2024 changelog block with a new February 2025 (v1.8.0) entry that adds a Frame containing a webhook image and new sections: Webhooks, Contact Books API, Idempotency Support, and Other improvements (CSV export, CVE fixes, general fixes). Adjusts formatting and narrative lines within the October 2024 block (Schedule Campaigns, Campaigns API, Other improvements). Adds two public-facing sections to the September 2024 entry (Suppression List and Rebranding to useSend). Net changes: +31/-2 lines; no exported/public declarations modified. Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@apps/docs/changelog.mdx`:
- Around line 8-10: The empty <Frame> containing an <img> with both src and alt
empty breaks rendering and accessibility; either remove the <Frame> and its
empty <img> until a proper image and descriptive alt text are available, or
replace the placeholder by setting a valid image path in src and a meaningful
alt string; locate the Frame component in the changelog.mdx and update or remove
the <img> element accordingly to restore rendering and meet accessibility
requirements.
Summary
Added comprehensive changelog entry documenting the v1.8.0 release with all major features, improvements, and fixes released in February 2025.
Changes
New Features:
Improvements:
Technical Updates:
Notes
https://claude.ai/code/session_012hGggJSKqRZB4PkaaPAyrS
Summary by cubic
Adds the v1.8.0 (February 2025) changelog entry to the docs. Highlights webhooks, Contact Books API, idempotency, CSV export, and security fixes.
New Features
Improvements
Written for commit 81bc548. Summary will update on new commits.
Summary by CodeRabbit