Steven Nguyen
Steven Nguyen
## What does this PR do? These changes were already released in [1.5.2](https://github.com/appwrite/appwrite/releases/tag/1.5.2), but they haven't been merged into 1.5.x ## Test Plan None ## Related PRs and Issues None...
## What does this PR do? * fix deployments stuck at processing * Ensure project is passed in the event because the init hook isn't able to detect the project....
### 👟 Reproduction steps 1. Create collection level1 2. Create collection level2 3. Create attribute in level1 * type: relationship * one/two way: one way * key: level2 * related...
### 🔖 Feature description [Cloudflare R2 Storage](https://www.cloudflare.com/products/r2/) is an S3-compatible distributed object storage with generous [pricing and a free tier](https://developers.cloudflare.com/r2/platform/pricing/). It would be great if Appwrite could make use of...
## What does this PR do? This is generated from Appwrite. ## Test Plan Manual: - [x] Android - I was able to queue write operations successfully while offline. -...
### 👟 Reproduction steps 1. Instantiate a Realtime instance 2. Subscribe to a channel 3. Subscribe to another channel ### 👍 Expected behavior You get 2 separate working subscriptions ###...
### 💭 Description On Flutter Web, you must use `InputFile.fromBytes()`. This was fine in the past because Flutter file/image picker packages didn't provide a path. They've added support for path...
## What does this PR do? Break apart `Client.call()` using middlewares. ## Test Plan Manual ## Related PRs and Issues * https://github.com/appwrite/sdk-for-flutter/pull/135 ### Have you read the [Contributing Guidelines on...
## What does this PR do? Refactor ClientOfflineMixin and add offline filters ## Test Plan Manual ## Related PRs and Issues (If this PR is related to any other PR...
## What does this PR do? See https://github.com/open-runtimes/executor/pull/60 ## Test Plan CI should pass. ## Related PRs and Issues - https://github.com/appwrite/appwrite/issues/6362 ## Checklist - [x] Have you read the [Contributing...