ArnabChatterjee20k
ebc3febc38
Merge branch '1.9.x' into docsdb-fixes
2026-04-15 09:42:05 +05:30
Chirag Aggarwal
8fcba8b5c9
Merge pull request #11893 from appwrite/codex/disable-graphql-functional
2026-04-14 19:19:14 +05:30
Jake Barnby
6c8b34c230
Merge pull request #11885 from appwrite/fix-gql-route-reset
...
(fix): reset route to avoid clobbering otel
2026-04-15 01:26:02 +12:00
Shimon Newman
377ade3c44
Merge pull request #11892 from appwrite/schedule-functions-debug-2
...
Schedule functions debug
2026-04-14 15:32:29 +03:00
Shimon Newman
71533aaaf3
Update app/cli.php
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-04-14 15:17:37 +03:00
shimon
ccbe7e5d3f
Merge branch '1.9.x' of github.com:appwrite/appwrite into schedule-functions-debug-2
2026-04-14 15:11:56 +03:00
Chirag Aggarwal
bea7739d7e
Merge branch '1.9.x' into codex/disable-graphql-functional
2026-04-14 17:21:55 +05:30
Jake Barnby
76320d652a
Merge pull request #11887 from appwrite/fix/composer-audit-graphql-php
...
Upgrade graphql-php to v15.31.5
2026-04-14 23:46:45 +12:00
Chirag Aggarwal
6d5968e2ea
ci: disable functional GraphQL e2e
2026-04-14 16:51:46 +05:30
shimon
70c380fa36
feat: add tracing support for execution events in log and worker classes
2026-04-14 13:36:29 +03:00
shimon
512a7ae2bd
feat: enhance function scheduling with tracing support
2026-04-14 13:36:19 +03:00
Chirag Aggarwal
49d3cd980f
Merge branch '1.9.x' into fix/composer-audit-graphql-php
2026-04-14 15:07:22 +05:30
Luke B. Silver
39a396810a
Merge pull request #11881 from appwrite/feat/45-min-build-timeout
...
feat: increase default build timeout to 45 minutes
2026-04-14 09:28:29 +01:00
Jake Barnby
1d307178bb
Merge pull request #11691 from appwrite/delete-project-shared-table-v1
...
Safe delete shared tables v1
2026-04-14 18:00:00 +12:00
fogelito
c3ed2ff6ce
Merge branch '1.9.x' of https://github.com/appwrite/appwrite into delete-project-shared-table-v1
2026-04-14 08:05:44 +03:00
Chirag Aggarwal
efadf17bfe
Fix GraphQL 15 static analysis
2026-04-14 10:26:59 +05:30
Chirag Aggarwal
bcfec8d5de
Align graphql version pinning style
2026-04-14 09:35:25 +05:30
Chirag Aggarwal
4b2e22d9da
Fix graphql-php audit vulnerability
2026-04-14 09:27:14 +05:30
ArnabChatterjee20k
45e22e2243
Merge remote-tracking branch 'origin/1.9.x' into docsdb-fixes
2026-04-13 22:44:07 +05:30
Matej Bačo
0a21f3b139
Merge pull request #11884 from appwrite/fix-webhook-api-security
...
Fix: Webhook API secret rotation and security
2026-04-13 15:52:55 +02:00
Jake Barnby
cc8eb62c83
(chore): rename
2026-04-14 01:15:06 +12:00
Luke B. Silver
b1ad6ea87c
Merge pull request #11883 from appwrite/fix/large-execution-payload
...
fix: trim execution queue payload to project ID only
2026-04-13 14:13:43 +01:00
Jake Barnby
d52d6c0bf0
(fix): reset route to avoid clobbering otel
2026-04-14 01:13:32 +12:00
Matej Bačo
db406b0a27
Fix tests
2026-04-13 15:08:20 +02:00
Matej Bačo
2585518e33
Fix bugs
2026-04-13 15:08:13 +02:00
Matej Bačo
c9fceb870c
Fix folder structure
2026-04-13 14:57:24 +02:00
Matej Bačo
9f1ec356d1
Formatting fix
2026-04-13 14:53:25 +02:00
Matej Bačo
28d285d5c5
Improved tests for webhook edge cases
2026-04-13 14:53:06 +02:00
loks0n
a941d8b855
fix: trim execution queue payload to project ID only
...
The v1-executions queue was serialising the full project document
(OAuth providers, webhooks, keys, auths config, permissions, etc.)
into every message. The worker DI system already re-fetches the
complete project from the platform database using only the project ID,
so the full document was wasted bytes.
Override trimPayload() in the Execution event class to include only
$id in the project stub, reducing message size significantly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-13 13:52:09 +01:00
Matej Bačo
3263133e5f
Implement secure webhook interfaces
2026-04-13 14:50:06 +02:00
fogelito
a3ba66c90a
Merge branch '1.9.x' of https://github.com/appwrite/appwrite into delete-project-shared-table-v1
...
# Conflicts:
# composer.lock
2026-04-13 13:29:03 +03:00
ArnabChatterjee20k
c24d724000
Merge pull request #11749 from appwrite/db-workers-memory
...
added reset in db worker for queue for realtime
2026-04-13 15:47:54 +05:30
Luke B. Silver
df5ccc10ad
Apply suggestion from @greptile-apps[bot]
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-04-13 10:48:20 +01:00
loks0n
2807d6cd9a
feat: increase default build timeout to 45 minutes
...
Raises _APP_COMPUTE_BUILD_TIMEOUT default from 900s (15 min) to
2700s (45 min) to support longer-running builds.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-13 09:57:27 +01:00
ArnabChatterjee20k
20e2f2284f
Merge branch '1.9.x' into db-workers-memory
2026-04-13 13:43:14 +05:30
Matej Bačo
7a0d69c826
Merge pull request #11839 from appwrite/feat-services-protocols-apis
...
Feat: services protocols public apis
2026-04-13 09:38:17 +02:00
Matej Bačo
feedec80f2
Merge branch '1.9.x' into feat-services-protocols-apis
2026-04-13 09:17:09 +02:00
Damodar Lohani
f4d40a1289
Merge pull request #11879 from appwrite/fix/graphql-batch-sent-reset
...
fix: reset response sent state between batched GraphQL queries
2026-04-13 11:35:22 +05:45
Damodar Lohani
1e65f075e6
Merge branch '1.9.x' into fix/graphql-batch-sent-reset
2026-04-13 11:23:23 +05:45
Jake Barnby
68725d9262
Merge pull request #11860 from appwrite/fix-cache-fallback
...
(fix): cache fallback
2026-04-13 17:34:51 +12:00
Damodar Lohani
5b805d686b
fix: reset response sent state between batched GraphQL queries
...
utopia-php/http 0.34.20 added a guard that skips the action if
$response->isSent() is true. In batched GraphQL requests the resolver
reuses a single Response across all queries — after the first query's
action calls send(), subsequent queries hit the guard, their actions
are skipped, and stale/null payloads are returned.
Add Response::clearSent() to the Appwrite Response subclass (which can
access the protected $sent property from the parent) and call it in
Resolvers::resolve() before each execute(). This ensures each batched
query gets a fresh sent state while keeping the guard active for normal
request paths.
Also bumps utopia-php/http from 0.34.19 to 0.34.20 so CE CI tests
against the same version used by downstream consumers (cloud).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-13 05:32:04 +00:00
Chirag Aggarwal
584acafb1d
Merge branch '1.9.x' into feat-services-protocols-apis
2026-04-13 10:45:42 +05:30
Chirag Aggarwal
dce7856b77
Merge pull request #11848 from appwrite/fix/spec-generator-console-pr82
2026-04-13 10:40:47 +05:30
Chirag Aggarwal
a6af609317
Remove scopes spec override, now fixed at source in #11839
2026-04-13 10:33:46 +05:30
Chirag Aggarwal
035f6244e1
Revert "fix: require scopes for project keys"
...
This reverts commit 8deafcaf4d52a59cc2e1b27c7a128e8b7843afa4.
2026-04-13 10:33:46 +05:30
Chirag Aggarwal
723cb1a488
fix: require scopes for project keys
2026-04-13 10:33:46 +05:30
Chirag Aggarwal
815209ebb0
fix: address sdk spec review feedback
2026-04-13 10:33:46 +05:30
Chirag Aggarwal
53c74582fc
refactor: simplify request parameter spec overrides
2026-04-13 10:33:46 +05:30
Chirag Aggarwal
78bbe77580
fix: align project sdk spec generation
2026-04-13 10:33:45 +05:30
Jake Barnby
0c3871a681
fix: pass response to Http::execute() in GraphQL resolver ( #11876 )
...
Http::execute() now requires a Response parameter as of utopia-php/http
0.34.20. The GraphQL resolver was only passing route and request,
causing all GraphQL queries to fail with "Internal server error".
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-13 16:33:32 +12:00