Skip to content

Commit cb19798

Browse files
Merge pull request #10070 from appwrite/update-cli-8.1.0
chore: update cli to 8.1.0 and add changelog
2 parents 718cefd + 156daca commit cb19798

3 files changed

Lines changed: 70 additions & 10 deletions

File tree

app/config/platforms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
[
218218
'key' => 'cli',
219219
'name' => 'Command Line',
220-
'version' => '8.0.2',
220+
'version' => '8.1.0',
221221
'url' => 'https://github.com/appwrite/sdk-for-cli',
222222
'package' => 'https://www.npmjs.com/package/appwrite-cli',
223223
'enabled' => true,

composer.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/sdks/cli/CHANGELOG.md

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,61 @@
1-
# Change Log
1+
# Change Log
2+
3+
## 8.1.0
4+
5+
* Add multi-region support to `init` command
6+
* 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

Comments
 (0)