Merge pull request #10155 from appwrite/update-cli-8.2.1

Update cli 8.2.1
This commit is contained in:
Matej Bačo 2025-07-17 11:55:14 +02:00 committed by GitHub
commit a3f9707938
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 7 deletions

View file

@ -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
View file

@ -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",

View file

@ -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 functions or sites folder.
## 8.2.0
* Add `encrypt` attribute support