Merge branch '1.7.x' of github.com:appwrite/appwrite into update-delete-project-signature

This commit is contained in:
shimon 2025-06-19 18:42:05 +03:00
commit 1d0af0b27d
3 changed files with 27 additions and 14 deletions

View file

@ -134,7 +134,7 @@ return [
[ [
'key' => 'react-native', 'key' => 'react-native',
'name' => 'React Native', 'name' => 'React Native',
'version' => '0.9.1', 'version' => '0.10.0',
'url' => 'https://github.com/appwrite/sdk-for-react-native', 'url' => 'https://github.com/appwrite/sdk-for-react-native',
'package' => 'https://npmjs.com/package/react-native-appwrite', 'package' => 'https://npmjs.com/package/react-native-appwrite',
'enabled' => true, 'enabled' => true,
@ -217,7 +217,7 @@ return [
[ [
'key' => 'cli', 'key' => 'cli',
'name' => 'Command Line', 'name' => 'Command Line',
'version' => '8.0.1', 'version' => '8.0.2',
'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,

24
composer.lock generated
View file

@ -3490,16 +3490,16 @@
}, },
{ {
"name": "utopia-php/database", "name": "utopia-php/database",
"version": "0.71.6", "version": "0.71.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/database.git", "url": "https://github.com/utopia-php/database.git",
"reference": "2bd87acc40af087fc0fdcccc47c43141dff0be5c" "reference": "aa0116b2380125907fc18c82662be8e74c54091f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/database/zipball/2bd87acc40af087fc0fdcccc47c43141dff0be5c", "url": "https://api.github.com/repos/utopia-php/database/zipball/aa0116b2380125907fc18c82662be8e74c54091f",
"reference": "2bd87acc40af087fc0fdcccc47c43141dff0be5c", "reference": "aa0116b2380125907fc18c82662be8e74c54091f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3540,9 +3540,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/utopia-php/database/issues", "issues": "https://github.com/utopia-php/database/issues",
"source": "https://github.com/utopia-php/database/tree/0.71.6" "source": "https://github.com/utopia-php/database/tree/0.71.7"
}, },
"time": "2025-06-16T16:48:37+00:00" "time": "2025-06-17T23:59:10+00:00"
}, },
{ {
"name": "utopia-php/detector", "name": "utopia-php/detector",
@ -4807,16 +4807,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "appwrite/sdk-generator", "name": "appwrite/sdk-generator",
"version": "0.41.7", "version": "0.41.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/appwrite/sdk-generator.git", "url": "https://github.com/appwrite/sdk-generator.git",
"reference": "d8c7bb26ea32ab378faf4e0dfa62fd15fe37c57b" "reference": "93ffb24b25b376ca4423e3a5caf6f916673af4b2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/d8c7bb26ea32ab378faf4e0dfa62fd15fe37c57b", "url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/93ffb24b25b376ca4423e3a5caf6f916673af4b2",
"reference": "d8c7bb26ea32ab378faf4e0dfa62fd15fe37c57b", "reference": "93ffb24b25b376ca4423e3a5caf6f916673af4b2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4852,9 +4852,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.7" "source": "https://github.com/appwrite/sdk-generator/tree/0.41.8"
}, },
"time": "2025-06-13T17:05:57+00:00" "time": "2025-06-18T13:20:45+00:00"
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",

View file

@ -1,5 +1,18 @@
# Change log # Change log
## 0.10.0
* Add generate file URL methods like`getFilePreviewURL`, `getFileViewURL` etc.
* Update (breaking) existing methods like `getFilePreview` to download the image instead of returning URLs
## 0.9.2
* Fix `devKeys` by removing credentials from requests when the key is set
## 0.9.1
* Add `setDevkey` and `upsertDocument` methods
## 0.9.0 ## 0.9.0
* Add `token` param to `getFilePreview` and `getFileView` for File tokens usage * Add `token` param to `getFilePreview` and `getFileView` for File tokens usage