Add v1.8.0 changelog entry with February 2025 updates#348
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.
|
WalkthroughThis pull request adds a new February 2025 (v1.8.0) update block to the changelog documentation. The addition includes a Frame component with an empty image placeholder and six changelog entries covering Webhooks, Python SDK, Contact Books API, Email Retention & Cleanup, Idempotency Support, and Other improvements. The change introduces 34 new lines to the file with no deletions or modifications to existing content. Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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.
| <Frame> | ||
| <img src="" alt="" /> | ||
| </Frame> |
There was a problem hiding this comment.
Empty image placeholder breaks rendering and accessibility.
src and alt are empty, which results in a broken image and fails basic accessibility expectations. Either supply a real asset + descriptive alt text or remove the Frame until an image is available.
💡 Suggested fix (remove placeholder until image is ready)
-<Frame>
- <img src="" alt="" />
-</Frame>📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| <Frame> | |
| <img src="" alt="" /> | |
| </Frame> |
🤖 Prompt for AI Agents
In `@apps/docs/changelog.mdx` around lines 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. It captures the release highlights, improvements, and security updates.
Written for commit 00bb6bd. Summary will update on new commits.
Summary by CodeRabbit