Skip to content

add changelog page - #275

Merged
KMKoushik merged 1 commit into
mainfrom
km/2025-10-19-changelog
Oct 18, 2025
Merged

add changelog page#275
KMKoushik merged 1 commit into
mainfrom
km/2025-10-19-changelog

Conversation

@KMKoushik

@KMKoushikKMKoushik commented Oct 18, 2025

Copy link
Copy Markdown
Member

Summary by cubic

Added a Changelog page to the docs for the October (v1.7.0) and September (v1.6.0) releases, highlighting campaign scheduling, the Campaigns API, batch sending, bulk contact upload improvements, suppression list, and rebranding to useSend. Updated docs navigation and added the schedule-campaign image asset.

Summary by CodeRabbit

  • Documentation
    • Added Changelog section with historical release notes and version updates now accessible in the documentation navigation.

@vercel

vercelBot commented Oct 18, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentPreviewCommentsUpdated (UTC)
unsend-marketingBuildingBuildingPreviewCommentOct 18, 2025 7:57pm

💡 Enable Vercel Agent with $100 free credit for automated AI reviews

@KMKoushik
KMKoushik merged commit 3674579 into mainOct 18, 2025
2 of 3 checks passed
@KMKoushik
KMKoushik deleted the km/2025-10-19-changelog branch October 18, 2025 19:57
@coderabbitai

coderabbitaiBot commented Oct 18, 2025

Copy link
Copy Markdown
Contributor

Caution

Review failed

The pull request is closed.

Walkthrough

The changes introduce a new changelog section to the documentation. A new MDX file documents historical product updates from October 2024 (v1.7.0) featuring Schedule Campaigns and Campaigns API, and September 2024 (v1.6.0) featuring Suppression List management and rebranding to useSend. The navigation configuration is updated to expose this changelog through a new top-level "Changelog" tab under an "Updates" group, making the historical release information accessible to users.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch km/2025-10-19-changelog

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a5ca3b2 and ad8823a.

⛔ Files ignored due to path filters (1)
  • apps/docs/images/changelog/schedule-campaign.png is excluded by !**/*.png
📒 Files selected for processing (2)
  • apps/docs/changelog.mdx (1 hunks)
  • apps/docs/docs.json (1 hunks)

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@cubic-dev-aicubic-dev-aiBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 3 files

Prompt for AI agents (all 1 issues)

Understand the root cause of the following 1 issues and fix them.
<file name="apps/docs/changelog.mdx">
<violation number="1" location="apps/docs/changelog.mdx:21">
Fix the spelling of “Campaign” in this bullet point.</violation>
</file>

React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.


### Other improvements

- Camapign Emails are now sent in batches instead of a burst of emails.

@cubic-dev-aicubic-dev-aiBotOct 18, 2025

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix the spelling of “Campaign” in this bullet point.

Prompt for AI agents
Address the following comment on apps/docs/changelog.mdx at line 21:
<comment>Fix the spelling of “Campaign” in this bullet point.</comment>
<file context>
@@ -0,0 +1,38 @@
+
+### Other improvements
+
+- Camapign Emails are now sent in batches instead of a burst of emails.
+- You can bulk upload large amounts of contacts without ui slowness.
+- Added delete domain API.
</file context>
Suggested change
-Camapign Emails are now sent in batches instead of a burst of emails.
-Campaign Emails are now sent in batches instead of a burst of emails.
Fix with Cubic

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@KMKoushik