Luke B. Silver
Luke B. Silver
revert to the 1.4.x style `public` and `account` scopes.
Copy hidden files when building functions, such as .gitignore Test steps: - Use a functions template to create function and a github repository. - On cloud, you'll see that .gitignore...
- Migrates `node-appwrite` SDK to TypeScript. - Add ESM bundle - Removes all dependencies on node modules in the main entrypoint - BREAKING: Moves `InputFile` helpers to `node-appwrite/file` entrypoint -...
Adds a check to ensure no URL scheme is present in the domain
On cloud we see a lot of errors like `Can't create directory /storage/cache/app-6544d39c4a5fbfb5bfd2` Would be helpful to understand why
- Adds a new response header `X-Appwrite-Warning` It can contain multiple warnings delimetered by `;`, for example: ``` X-Appwrite-Warning: Invalid SDK format version requested ; Wrong content-type requested ``` -...