We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20f26c commit 193a1c3Copy full SHA for 193a1c3
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+## 10.0.0
2
+
3
+* Support for Appwrite 1.4.0
4
+* New endpoints for fetching user identities
5
+* New endpoints for listing locale codes
6
+* Updated documentation
7
+* Breaking changes:
8
+ * The `createFunction` method has a new signature.
9
+ * The `createExecution` method has a new signature.
10
+ * The `updateFunction` method has a new signature.
11
+ * The `createDeployment` method no longer requires an entrypoint.
12
+ * The `updateFile` method now includes the ability to update the file name.
13
+ * The `updateMembershipRoles` method has been renamed to `updateMembership`.
14
15
## 9.0.0
16
17
* Added relationships support
0 commit comments