diff --git a/app/config/sdks.php b/app/config/sdks.php index 757c7e8332..be2108e074 100644 --- a/app/config/sdks.php +++ b/app/config/sdks.php @@ -227,7 +227,7 @@ return [ [ 'key' => 'cli', 'name' => 'Command Line', - 'version' => '13.1.0-rc.2', + 'version' => '13.1.0-rc.3', 'url' => 'https://github.com/appwrite/sdk-for-cli', 'package' => 'https://www.npmjs.com/package/appwrite-cli', 'enabled' => true, diff --git a/composer.lock b/composer.lock index e35d56b5f4..bb64ef63a3 100644 --- a/composer.lock +++ b/composer.lock @@ -3615,16 +3615,16 @@ }, { "name": "utopia-php/audit", - "version": "2.0.4", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/utopia-php/audit.git", - "reference": "1301ab2607667b9f86456f86895f3e26f8c0c9a7" + "reference": "8e0540aa939968418ee3ad2b2c305992a771e142" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/audit/zipball/1301ab2607667b9f86456f86895f3e26f8c0c9a7", - "reference": "1301ab2607667b9f86456f86895f3e26f8c0c9a7", + "url": "https://api.github.com/repos/utopia-php/audit/zipball/8e0540aa939968418ee3ad2b2c305992a771e142", + "reference": "8e0540aa939968418ee3ad2b2c305992a771e142", "shasum": "" }, "require": { @@ -3658,9 +3658,9 @@ ], "support": { "issues": "https://github.com/utopia-php/audit/issues", - "source": "https://github.com/utopia-php/audit/tree/2.0.4" + "source": "https://github.com/utopia-php/audit/tree/2.1.0" }, - "time": "2026-01-14T07:22:46+00:00" + "time": "2026-01-22T12:40:48+00:00" }, { "name": "utopia-php/auth", @@ -5545,16 +5545,16 @@ "packages-dev": [ { "name": "appwrite/sdk-generator", - "version": "1.8.19", + "version": "1.8.20", "source": { "type": "git", "url": "https://github.com/appwrite/sdk-generator.git", - "reference": "d4f54ca109bb8126769940a14ed87cbc330f4f1f" + "reference": "b2bb03a83244df933c4d6333215e0d480d9a1b6a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/d4f54ca109bb8126769940a14ed87cbc330f4f1f", - "reference": "d4f54ca109bb8126769940a14ed87cbc330f4f1f", + "url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/b2bb03a83244df933c4d6333215e0d480d9a1b6a", + "reference": "b2bb03a83244df933c4d6333215e0d480d9a1b6a", "shasum": "" }, "require": { @@ -5590,9 +5590,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/1.8.19" + "source": "https://github.com/appwrite/sdk-generator/tree/1.8.20" }, - "time": "2026-01-22T06:02:42+00:00" + "time": "2026-01-23T08:11:20+00:00" }, { "name": "doctrine/annotations", diff --git a/docs/examples/1.8.x/console-cli/examples/health/get-queue-audits.md b/docs/examples/1.8.x/console-cli/examples/health/get-queue-audits.md new file mode 100644 index 0000000000..f228f092a5 --- /dev/null +++ b/docs/examples/1.8.x/console-cli/examples/health/get-queue-audits.md @@ -0,0 +1 @@ +appwrite health get-queue-audits diff --git a/docs/sdks/cli/CHANGELOG.md b/docs/sdks/cli/CHANGELOG.md index 3adf988ecc..596a58f6c3 100644 --- a/docs/sdks/cli/CHANGELOG.md +++ b/docs/sdks/cli/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 13.1.0-rc.3 + +- Allow generation of server side CRUD operations on databases and tables +- Fix npm distribution failing due to missing template files in bundle + ## 13.1.0-rc.2 - Update generated `databases` services to automatically initialize a client instance