mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Merge pull request #10155 from appwrite/update-cli-8.2.1
Update cli 8.2.1
This commit is contained in:
commit
a3f9707938
3 changed files with 15 additions and 7 deletions
|
|
@ -217,7 +217,7 @@ return [
|
|||
[
|
||||
'key' => 'cli',
|
||||
'name' => 'Command Line',
|
||||
'version' => '8.2.0',
|
||||
'version' => '8.2.1',
|
||||
'url' => 'https://github.com/appwrite/sdk-for-cli',
|
||||
'package' => 'https://www.npmjs.com/package/appwrite-cli',
|
||||
'enabled' => true,
|
||||
|
|
|
|||
12
composer.lock
generated
12
composer.lock
generated
|
|
@ -4810,16 +4810,16 @@
|
|||
"packages-dev": [
|
||||
{
|
||||
"name": "appwrite/sdk-generator",
|
||||
"version": "0.41.14",
|
||||
"version": "0.41.15",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/appwrite/sdk-generator.git",
|
||||
"reference": "4ffd03759236214d935cae64a369b487ecfba91f"
|
||||
"reference": "02a7e0df5a555c7bdfb50cb68db60460afb409e1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/4ffd03759236214d935cae64a369b487ecfba91f",
|
||||
"reference": "4ffd03759236214d935cae64a369b487ecfba91f",
|
||||
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/02a7e0df5a555c7bdfb50cb68db60460afb409e1",
|
||||
"reference": "02a7e0df5a555c7bdfb50cb68db60460afb409e1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -4855,9 +4855,9 @@
|
|||
"description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms",
|
||||
"support": {
|
||||
"issues": "https://github.com/appwrite/sdk-generator/issues",
|
||||
"source": "https://github.com/appwrite/sdk-generator/tree/0.41.14"
|
||||
"source": "https://github.com/appwrite/sdk-generator/tree/0.41.15"
|
||||
},
|
||||
"time": "2025-07-12T06:43:12+00:00"
|
||||
"time": "2025-07-16T13:00:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/annotations",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# Change Log
|
||||
|
||||
## 8.2.1
|
||||
|
||||
* Added `--with-variables` option to the Sites command for adding/updating environment variables
|
||||
* Fixed Functions environment variables not being pushed with `--with-variables`
|
||||
* Removed `awaitPools` when wiping old variables
|
||||
|
||||
> **Note:** Storing environment variables in the `vars` attribute of `appwrite.json` is now deprecated due to security risks. Variables are now synced directly from the `.env` file in the root directory of the function’s or site’s folder.
|
||||
|
||||
## 8.2.0
|
||||
|
||||
* Add `encrypt` attribute support
|
||||
|
|
|
|||
Loading…
Reference in a new issue