You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add `total` parameter to list queries allowing skipping counting rows in a table for improved performance
@@ -47,7 +59,8 @@
47
59
## 16.0.0
48
60
49
61
* 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)
51
64
52
65
## 15.0.1
53
66
@@ -89,4 +102,5 @@
89
102
* Rename `templateBranch` to `templateVersion` in `createFunction()`.
90
103
* Rename `downloadDeployment()` to `getDeploymentDownload()`
91
104
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