-
Notifications
You must be signed in to change notification settings - Fork 303
Filtering changelog + past announcements converted to changelog #2747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
atharvadeosthale
wants to merge
1
commit into
main
Choose a base branch
from
filtering-changelog
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| --- | ||
| layout: changelog | ||
| title: "Relationship queries and up to 18x faster relationship performance" | ||
| date: 2026-02-06 | ||
| cover: /images/blog/announcing-relationship-queries/cover.png | ||
| --- | ||
|
|
||
| Appwrite Databases now supports filter queries directly on relationship columns using dot notation. Query across related data with operators like `equal`, `notEqual`, `greaterThan`, `lessThan`, `between`, and more, without needing to fetch and filter application-side. | ||
|
|
||
| Additionally, all relationship operations are now 12-18x faster across the board, with no configuration changes needed. | ||
|
|
||
| Now live on Appwrite Cloud. | ||
|
|
||
| {% arrow_link href="/blog/post/announcing-relationship-queries" %} | ||
| Read the announcement to learn more | ||
| {% /arrow_link %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| --- | ||
| layout: changelog | ||
| title: "Generate a type-safe SDK from your schema with the Appwrite CLI" | ||
| date: 2026-02-09 | ||
| cover: /images/blog/appwrite-generate/cover.png | ||
| --- | ||
|
|
||
| The Appwrite CLI now includes a `generate` command that creates a type-safe, project-aware SDK directly from your database schema. The generated SDK includes typed helpers with autocomplete for querying and mutating rows, eliminating boilerplate and turning schema-related runtime bugs into type errors. | ||
|
|
||
| Run `appwrite generate` in your project directory to get started. | ||
|
|
||
| Now live on Appwrite Cloud. | ||
|
|
||
| {% arrow_link href="/blog/post/appwrite-generate" %} | ||
| Read the announcement to learn more | ||
| {% /arrow_link %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| --- | ||
| layout: changelog | ||
| title: "New string column types for Appwrite Databases" | ||
| date: 2026-02-12 | ||
| cover: /images/blog/new-string-types/cover.png | ||
| --- | ||
|
|
||
| Appwrite Databases now supports four explicit string column types - `varchar`, `text`, `mediumtext`, and `longtext` - giving you transparent control over storage behavior and indexing. | ||
|
|
||
| Each type has defined limits and indexing strategies suited to different use cases, from short identifiers to large content. The legacy `string` type remains supported for backward compatibility. | ||
|
|
||
| Now live on Appwrite Cloud. | ||
|
|
||
| {% arrow_link href="/blog/post/new-string-types" %} | ||
| Read the announcement to learn more | ||
| {% /arrow_link %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| --- | ||
| layout: changelog | ||
| title: "Advanced filtering across the Console" | ||
| date: 2026-02-17 | ||
| --- | ||
|
|
||
| Debugging and monitoring just got easier. The Appwrite Console now supports advanced filtering for function executions, site logs, and deployments. | ||
|
|
||
| Filter by status, trigger type, HTTP method, response status code, duration, request path, or time range, and combine multiple filters to quickly find exactly what you need. | ||
|
|
||
| For example, surface all failed function executions from the last hour, or find slow site requests exceeding 5 seconds. | ||
|
|
||
| Now live on Appwrite Cloud. | ||
|
|
||
|
|
||
atharvadeosthale marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.