-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1651 from appwrite/add-database-changelog
Add database changelog entry
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,19 @@ | ||
--- | ||
layout: changelog | ||
title: Database library improvements and fixes | ||
date: 2025-01-17 | ||
--- | ||
|
||
We've released several Database updates to make your experience better: | ||
|
||
- Improved handling of database indexes and attributes | ||
- Fixed various validation issues across database operations | ||
- Enhanced error handling and exception management | ||
- Improved query validation for complex searches | ||
|
||
This update also includes several other optimizations to improve database performance and reliability. | ||
You can join our [Discord community](https://discord.gg/appwrite) to share your feedback. We'd love to hear about your experience. | ||
|
||
{% arrow_link href="/docs/products/databases" %} | ||
Learn more about Appwrite Databases | ||
{% /arrow_link %} |