-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
bugSomething isn't workingSomething isn't working
Description
👟 Reproduction steps
We experienced an issue today:
When using Appwrite\Services\Databses->listDocuments
the API returns an x-apprwite-warning
header containing the following message: this route is deprecated. see the updated documentation for improved compatibility and migration details.
Because of this line, the warning is directly sent to the output stream and breaks other outputs:
https://github.com/appwrite/sdk-for-php/blob/main/src/Appwrite/Client.php#L265
👍 Expected behavior
The library should not output warnings directly to the output stream, but should us a logging mechanism.
👎 Actual Behavior
See above / Reproduction Steps.
🎲 Appwrite version
Version 0.10.x
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working