mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge pull request #10070 from appwrite/update-cli-8.1.0
chore: update cli to 8.1.0 and add changelog
This commit is contained in:
commit
cb19798284
3 changed files with 70 additions and 10 deletions
|
|
@ -217,7 +217,7 @@ return [
|
||||||
[
|
[
|
||||||
'key' => 'cli',
|
'key' => 'cli',
|
||||||
'name' => 'Command Line',
|
'name' => 'Command Line',
|
||||||
'version' => '8.0.2',
|
'version' => '8.1.0',
|
||||||
'url' => 'https://github.com/appwrite/sdk-for-cli',
|
'url' => 'https://github.com/appwrite/sdk-for-cli',
|
||||||
'package' => 'https://www.npmjs.com/package/appwrite-cli',
|
'package' => 'https://www.npmjs.com/package/appwrite-cli',
|
||||||
'enabled' => true,
|
'enabled' => true,
|
||||||
|
|
|
||||||
16
composer.lock
generated
16
composer.lock
generated
|
|
@ -4810,16 +4810,16 @@
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
"name": "appwrite/sdk-generator",
|
"name": "appwrite/sdk-generator",
|
||||||
"version": "0.41.8",
|
"version": "0.41.9",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/appwrite/sdk-generator.git",
|
"url": "https://github.com/appwrite/sdk-generator.git",
|
||||||
"reference": "93ffb24b25b376ca4423e3a5caf6f916673af4b2"
|
"reference": "61037c1ed9262308cab49c1d760f3278036ab694"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/93ffb24b25b376ca4423e3a5caf6f916673af4b2",
|
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/61037c1ed9262308cab49c1d760f3278036ab694",
|
||||||
"reference": "93ffb24b25b376ca4423e3a5caf6f916673af4b2",
|
"reference": "61037c1ed9262308cab49c1d760f3278036ab694",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -4855,9 +4855,9 @@
|
||||||
"description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms",
|
"description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/appwrite/sdk-generator/issues",
|
"issues": "https://github.com/appwrite/sdk-generator/issues",
|
||||||
"source": "https://github.com/appwrite/sdk-generator/tree/0.41.8"
|
"source": "https://github.com/appwrite/sdk-generator/tree/0.41.9"
|
||||||
},
|
},
|
||||||
"time": "2025-06-18T13:20:45+00:00"
|
"time": "2025-06-27T10:16:17+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/annotations",
|
"name": "doctrine/annotations",
|
||||||
|
|
@ -8236,7 +8236,7 @@
|
||||||
],
|
],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": [],
|
"stability-flags": {},
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
|
|
@ -8260,5 +8260,5 @@
|
||||||
"platform-overrides": {
|
"platform-overrides": {
|
||||||
"php": "8.3"
|
"php": "8.3"
|
||||||
},
|
},
|
||||||
"plugin-api-version": "2.3.0"
|
"plugin-api-version": "2.6.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1,61 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 8.1.0
|
||||||
|
|
||||||
|
* Add multi-region support to `init` command
|
||||||
|
* Update `init` command to clear previous configuration in `appwrite.json`
|
||||||
|
* Update localConfig to store multi-region endpoint
|
||||||
|
* Fix throw error when creating unknown attribute instead of timing out
|
||||||
|
* Fix equal comparison of large numbers and BigNumber instances using proper equality checks
|
||||||
|
* Fix duplication of reasons when comparing localConfig with remoteConfig
|
||||||
|
* Fix `firstOrNull()` to `firstOrNull` in types generation for dart
|
||||||
|
* Refactor to use `isCloud()` method consistently
|
||||||
|
|
||||||
|
## 8.0.2
|
||||||
|
|
||||||
|
* Add Type generation fixes:
|
||||||
|
* Properly handle enum attributes in dart, java and kotlin
|
||||||
|
* Fix initialisation of null attributes in dart's fromMap method
|
||||||
|
* Fix relationships and enums in swift
|
||||||
|
|
||||||
|
## 8.0.1
|
||||||
|
|
||||||
|
* Add `resourceId` and `resourceType` attributes to `createRedirectRule`
|
||||||
|
* Add `providerReference` to vcs command for getting repository contents
|
||||||
|
* Add warning comment to `bulk updateDocuments` method
|
||||||
|
* Fix type generation for enums in Typescript and PHP language
|
||||||
|
|
||||||
|
## 8.0.0
|
||||||
|
|
||||||
|
* Add `types` command to generate language specific typings for collections. Currently supports - `php`, `swift`, `dart`, `js`, `ts`, `kotlin` and `java`
|
||||||
|
* Update bulk operation docs to include experiment feature warnings
|
||||||
|
* Remove assistant service and commands
|
||||||
|
|
||||||
|
## 7.0.0
|
||||||
|
|
||||||
|
* Add `sites` command
|
||||||
|
* Add `tokens` command
|
||||||
|
* Add `devKeys` support to `projects` command
|
||||||
|
* Add `init site`, `pull site` and `push site` commands
|
||||||
|
* Add bulk operation methods like `createDocuments`, `deleteDocuments` etc.
|
||||||
|
* Add new upsert methods: `upsertDocument` and `upsertDocuments`
|
||||||
|
* Update GET requests to not include content-type header
|
||||||
|
|
||||||
|
## 6.2.3
|
||||||
|
|
||||||
|
* Fix hot swapping error in `python-ml` function
|
||||||
|
|
||||||
|
## 6.2.2
|
||||||
|
|
||||||
|
* Fix GitHub builds by adding `qemu-system` package
|
||||||
|
* Fix attribute creation timed out
|
||||||
|
|
||||||
|
## 6.2.1
|
||||||
|
|
||||||
|
* Add `listOrganizations` method to `organizations` service and fix init project command
|
||||||
|
|
||||||
|
## 6.2.0
|
||||||
|
|
||||||
|
* Add specifications support to CLI
|
||||||
|
* Update package version
|
||||||
|
* Fix: Missed specifications param when updating a function
|
||||||
Loading…
Reference in a new issue