Skip to content

Commit 390b296

Browse files
committed
misc-docs-update
1 parent 25dccf9 commit 390b296

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
* Update SDK as per latest server specs
66

7+
## 21.1.0
8+
9+
* Added ability to create columns and indexes synchronously while creating a table
10+
11+
## 21.0.0
12+
13+
* Rename `VCSDeploymentType` enum to `VCSReferenceType`
14+
* Change `createTemplateDeployment` method signature: replace `version` parameter with `type` (TemplateReferenceType)
15+
and `reference` parameters
16+
* Add `getScreenshot` method to `Avatars` service
17+
* Add `Theme`, `Timezone` and `Output` enums
18+
719
## 20.3.0
820

921
* Add `total` parameter to list queries allowing skipping counting rows in a table for improved performance
@@ -47,7 +59,8 @@
4759
## 16.0.0
4860

4961
* Fix: remove content-type from GET requests
50-
* Update (breaking): min and max params are now optional in `updateFloatAttribute` and `updateIntegerAttribute` methods (changes their positioning in method definition)
62+
* Update (breaking): min and max params are now optional in `updateFloatAttribute` and `updateIntegerAttribute`
63+
methods (changes their positioning in method definition)
5164

5265
## 15.0.1
5366

@@ -89,4 +102,5 @@
89102
* Rename `templateBranch` to `templateVersion` in `createFunction()`.
90103
* Rename `downloadDeployment()` to `getDeploymentDownload()`
91104

92-
> You can find the new syntax for breaking changes in the [Appwrite API references](https://appwrite.io/docs/references). Select version `1.6.x`.
105+
> You can find the new syntax for breaking changes in
106+
> the [Appwrite API references](https://appwrite.io/docs/references). Select version `1.6.x`.

0 commit comments

Comments
 (0)