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
* Update `init` command to clear previous configuration in `appwrite.json`
7
+
* Update localConfig to store multi-region endpoint
8
+
* Fix throw error when creating unknown attribute instead of timing out
9
+
* Fix equal comparison of large numbers and BigNumber instances using proper equality checks
10
+
* Fix duplication of reasons when comparing localConfig with remoteConfig
11
+
* Fix `firstOrNull()` to `firstOrNull` in types generation for dart
12
+
* Refactor to use `isCloud()` method consistently
13
+
14
+
## 8.0.2
15
+
16
+
* Add Type generation fixes:
17
+
* Properly handle enum attributes in dart, java and kotlin
18
+
* Fix initialisation of null attributes in dart's fromMap method
19
+
* Fix relationships and enums in swift
20
+
21
+
## 8.0.1
22
+
23
+
* Add `resourceId` and `resourceType` attributes to `createRedirectRule`
24
+
* Add `providerReference` to vcs command for getting repository contents
25
+
* Add warning comment to `bulk updateDocuments` method
26
+
* Fix type generation for enums in Typescript and PHP language
27
+
28
+
## 8.0.0
29
+
30
+
* Add `types` command to generate language specific typings for collections. Currently supports - `php`, `swift`, `dart`, `js`, `ts`, `kotlin` and `java`
31
+
* Update bulk operation docs to include experiment feature warnings
32
+
* Remove assistant service and commands
33
+
34
+
## 7.0.0
35
+
36
+
* Add `sites` command
37
+
* Add `tokens` command
38
+
* Add `devKeys` support to `projects` command
39
+
* Add `init site`, `pull site` and `push site` commands
40
+
* Add bulk operation methods like `createDocuments`, `deleteDocuments` etc.
41
+
* Add new upsert methods: `upsertDocument` and `upsertDocuments`
42
+
* Update GET requests to not include content-type header
43
+
44
+
## 6.2.3
45
+
46
+
* Fix hot swapping error in `python-ml` function
47
+
48
+
## 6.2.2
49
+
50
+
* Fix GitHub builds by adding `qemu-system` package
51
+
* Fix attribute creation timed out
52
+
53
+
## 6.2.1
54
+
55
+
* Add `listOrganizations` method to `organizations` service and fix init project command
56
+
57
+
## 6.2.0
58
+
59
+
* Add specifications support to CLI
60
+
* Update package version
61
+
* Fix: Missed specifications param when updating a function
0 commit comments