Filtering changelog + past announcements converted to changelog#2747
Filtering changelog + past announcements converted to changelog#2747atharvadeosthale wants to merge 1 commit intomainfrom
Conversation
WalkthroughThis PR adds four new changelog entries documenting Appwrite features and improvements released between February 6–17, 2026. The entries cover: performance enhancements for relationship column filtering (12-18x faster operations), a new CLI generate command for type-safe SDK generation, explicit string column types for databases (varchar, text, mediumtext, longtext), and advanced filtering capabilities across the Console for function executions, logs, and deployments. Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
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: 2
🤖 Fix all issues with AI agents
In `@src/routes/changelog/`(entries)/2026-02-17.markdoc:
- Around line 13-15: This changelog entry is missing the arrow_link block used
by the other entries; add an {% arrow_link
href="/blog/post/advanced-filtering-console" %}Read the announcement to learn
more{% /arrow_link %} snippet directly beneath the "Now live on Appwrite Cloud."
paragraph so the entry matches the other posts and points to the announcement
blog post.
- Around line 1-5: Add a missing "cover" frontmatter field to the changelog
entry so it matches the other entries: update the frontmatter block in
2026-02-17.markdoc by adding a cover: "<path-or-filename>" line (or set to
null/empty if intentionally omitted) alongside layout, title, and date; ensure
the key name is exactly "cover" so templates that expect it (the changelog
frontmatter) will detect it consistently.
Summary by CodeRabbit