chore: add more changelog

This commit is contained in:
Chirag Aggarwal
2025-07-24 16:11:59 +05:30
parent 89b9afd066
commit 2dfd2f4426
5 changed files with 63 additions and 7 deletions
+12
View File
@@ -1,5 +1,17 @@
# Change Log
## 8.3.0
* **Feat:** Add support for `appwrite.config.json` file
* All new projects will be initialized with this configuration file
* Resolves bundler conflicts (e.g., Vite) that incorrectly interpret `.json` files as library imports
* Add `incrementDocumentAttribute` and `decrementDocumentAttribute` support to `Databases` service
* Type generation fixes:
* Fix relationships using the relatedCollection's id instead of name
* Update auto generated comment to show relative path instead of absolute path
> **Note:** The existing `appwrite.json` file remains fully supported for backward compatibility
## 8.2.2
* Fix object comparison logic when pushing settings
+10 -1
View File
@@ -1,5 +1,14 @@
# Change Log
## 15.1.0
* Add `incrementDocumentAttribute` and `decrementDocumentAttribute` support to `Databases` service
* Add `gif` support to `ImageFormat` enum
* Add `dart38` and `flutter332` support to runtime models
* Add `encrypt` support to `StringAttribute` model
* Add `sequence` support to `Document` model
* Add `upsertDocument` support to `Databases` service
## 15.0.0
* Add `<REGION>` to doc examples due to the new multi region endpoints
@@ -10,4 +19,4 @@
* Updates enum for `runtimes` with Pythonml312, Dart219, Flutter327 and Flutter329
* Add `token` param to `getFilePreview` and `getFileView` for File tokens usage
* Add `queries` and `search` params to `listMemberships` method
* Removes `search` param from `listExecutions` method
* Removes `search` param from `listExecutions` method
+9 -1
View File
@@ -1 +1,9 @@
# Change Log
# Change Log
## 15.1.0
* Add `incrementDocumentAttribute` and `decrementDocumentAttribute` support to `Databases` service
* Add `dart38` and `flutter332` support to runtime models
* Add `gif` support to `ImageFormat` enum
* Add `upsertDocument` support to `Databases` service
* Add `sequence` support to `Document` model
+28 -1
View File
@@ -1 +1,28 @@
# Change Log
# Change Log
## 11.1.0
* Add `incrementDocumentAttribute` and `decrementDocumentAttribute` support to `Databases` service
* Add `dart38` and `flutter332` support to runtime models
* Add `gif` support to `ImageFormat` enum
* Add `upsertDocument` support to `Databases` service
## 11.0.0
* Add `<REGION>` to doc examples due to the new multi region endpoints
* Add doc examples and methods for bulk api transactions: `createDocuments`, `deleteDocuments` etc.
* Add doc examples, class and methods for new `Sites` service
* Add doc examples, class and methods for new `Tokens` service
* Add enums for `BuildRuntime `, `Adapter`, `Framework`, `DeploymentDownloadType` and `VCSDeploymentType`
* Update enum for `runtimes` with Pythonml312, Dart219, Flutter327 and Flutter329
* Add `token` param to `getFilePreview` and `getFileView` for File tokens usage
* Add `queries` and `search` params to `listMemberships` method
* Remove `search` param from `listExecutions` method
## 10.0.0
* Fix requests failing by removing `Content-Type` header from `GET` and `HEAD` requests
## 9.0.3
* Update sdk to use Numpy-style docstrings