Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# Change Log

## 10.0.0

* Added `DocumentsDB` service with full CRUD for document-based databases, collections, attributes, indexes, and documents
* Added `VectorsDB` service with full CRUD for vector databases, collections, attributes, indexes, and documents
* Added `DocumentsDBIndexType` and `VectorsDBIndexType` enums
* Added `DocumentsDB` and `VectorsDB` to `ServiceId` enum
* Added `Model` enum

## 9.1.0
Comment thread
greptile-apps[bot] marked this conversation as resolved.

* Added optional `secret` parameter to `webhooks.create()` and `webhooks.updateSecret()` methods
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square)](https://twitter.com/appwrite)
[![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord)

**This SDK is compatible with Appwrite server version 1.9.x. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-console/releases).**
**This SDK is compatible with Appwrite server version latest. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-console/releases).**
Comment thread
greptile-apps[bot] marked this conversation as resolved.
Outdated

Appwrite is an open-source backend as a service server that abstracts and simplifies complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way. Use the Console SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)

Expand Down
Loading