harsh mahajan and Claude Sonnet 4.6
3b3a04877f
feat: remove CommitSkipPatterns - already available in 1.9.x
...
Keep only branch and path skip trigger logic. Commit message skip
is handled by the existing Contains(VCS_DEPLOYMENT_SKIP_PATTERNS) check.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-19 11:21:04 +05:30
harsh mahajan and Claude Sonnet 4.6
a4a57bc64d
Merge branch '1.9.x' into feat-ser-401-custom-triggers
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-19 11:20:08 +05:30
Damodar Lohani
fd91490ae9
Merge pull request #12344 from appwrite/feat/file-size-actual
...
feat(storage): expose sizeActual in File response model
2026-05-19 09:02:12 +05:45
Jake Barnby
3c1e07fc92
Merge pull request #12343 from appwrite/presence-api
...
added category to the presences scopes
2026-05-19 14:47:28 +12:00
Damodar Lohani and Claude Opus 4.7
27534133bb
feat(storage): expose sizeActual in File response model
...
Adds the stored byte size (after compression and/or encryption) alongside
sizeOriginal so clients can see how much space a file actually occupies.
The sizeActual attribute is already persisted on file documents.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-19 02:11:49 +00:00
ArnabChatterjee20k
4d3c60b36c
updated
2026-05-18 21:53:06 +05:30
Chirag Aggarwal
8d93922a52
Merge pull request #12339 from appwrite/chore/remove-router-deployment-fallback
...
Remove router deployment fallback
2026-05-18 21:50:49 +05:30
ArnabChatterjee20k
89d8c9285a
Merge remote-tracking branch 'origin/presence-api' into presence-api
2026-05-18 21:49:59 +05:30
ArnabChatterjee20k
ffe06180bc
Merge remote-tracking branch 'origin/1.9.x' into presence-api
2026-05-18 21:49:37 +05:30
ArnabChatterjee20k
349db8d370
fix: improve error handling for Utopia DB exceptions in realtime API
2026-05-18 21:49:13 +05:30
ArnabChatterjee20k
246ff8900b
Merge branch '1.9.x' into presence-api
2026-05-18 21:31:56 +05:30
ArnabChatterjee20k
6f28f2e4f7
linting
2026-05-18 21:26:21 +05:30
ArnabChatterjee20k
42144ab9a0
added category to the presences scopes
2026-05-18 21:23:21 +05:30
Luke B. Silver
836a89714d
Merge pull request #12341 from appwrite/fix/cache-healthcheck
...
fix(health): use injected cache resource for healthcheck
2026-05-18 14:31:16 +01:00
Chirag Aggarwal
f1d40a8e92
Merge pull request #12332 from appwrite/refactor/shared-di-resources
...
Consolidate shared DI resources
2026-05-18 18:38:38 +05:30
Chirag Aggarwal
05eead1857
Remove router deployment fallback
2026-05-18 18:34:12 +05:30
loks0n and Claude Opus 4.7
2cd422f4c2
fix(health): use injected cache resource for healthcheck
...
Inject the live cache resource and ping it directly instead of
rebuilding pool adapters from pools-cache. The container already
constructs the right adapter (pool, multiplexing, none), so the
healthcheck now exercises the actual configured cache.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-18 13:58:24 +01:00
Chirag Aggarwal
b756a38252
Consolidate shared DI resources
2026-05-18 16:16:23 +05:30
Atharva Deosthale
4f676aac15
Merge pull request #12337 from appwrite/feat/sites-bun-deno-runtimes
...
feat(sites): allow bun and deno as build runtimes for JS frameworks
2026-05-18 16:12:18 +05:30
ArnabChatterjee20k
7a711b7295
Merge pull request #11886 from appwrite/presence-api
...
Presence api
2026-05-18 15:25:03 +05:30
Atharva Deosthale
03e62dde94
feat(sites): allow bun and deno as build runtimes for JS frameworks
...
Merge BUN and DENO template runtimes into the runtimes list for every NODE-based Sites framework (analog, angular, nextjs, react, nuxt, vue, sveltekit, astro, tanstack-start, remix, lynx, react-native, vite, other). The Console's build-runtime dropdown reads framework.runtimes, so this is what surfaces bun-1.3 and deno-2.6 in the UI now that openruntimes/open-runtimes#485 has shipped SSR support for both runtimes.
The server-side WhiteList validator on POST /v1/sites already accepts any runtime in the global runtimes config, so CLI and REST clients have been able to pick bun/deno all along; this change only flips the UI gate.
Flutter stays flutter-only.
2026-05-18 15:16:59 +05:30
Shmuel Fogel
b81b818c47
Merge pull request #12335 from appwrite/delete-executions-order-by
...
Delete executions order by
2026-05-18 11:24:03 +03:00
fogelito
95789b5aec
Merge branch '1.9.x' of https://github.com/appwrite/appwrite into delete-executions-order-by
2026-05-18 11:02:30 +03:00
ArnabChatterjee20k
20c0c8081c
feat: add documentation for presence API endpoints and update descriptions
2026-05-18 12:30:58 +05:30
fogelito
254606c4f9
Add orderDesc
2026-05-18 10:00:24 +03:00
Chirag Aggarwal
7cef1202f1
Merge pull request #12330 from appwrite/fix-unity-sdk-getting-started
...
Add Unity SDK getting started docs
2026-05-18 12:29:40 +05:30
ArnabChatterjee20k
ff298cb206
updated clousure scope
2026-05-18 11:48:52 +05:30
ArnabChatterjee20k
9263ea3661
Merge remote-tracking branch 'origin/presence-api' into presence-api
2026-05-18 11:32:55 +05:30
ArnabChatterjee20k
8aa09cfcc1
fix: update checkForProjectUsage function to return void instead of Document
2026-05-18 11:32:37 +05:30
Chirag Aggarwal
ab208a01b6
Update Unity docs for client factories
2026-05-18 11:22:24 +05:30
ArnabChatterjee20k
80fffa32b8
Merge branch '1.9.x' into presence-api
2026-05-18 11:09:55 +05:30
ArnabChatterjee20k
664c24173e
feat: update checkForProjectUsage function to return the project document
2026-05-18 11:06:33 +05:30
Chirag Aggarwal
5b3af53bdd
Address Unity SDK docs review
2026-05-18 11:04:07 +05:30
ArnabChatterjee20k
b2809c911d
fix: improve presence log deletion handling and ensure accurate event triggering
2026-05-18 11:02:21 +05:30
Chirag Aggarwal
febe332050
Add Unity SDK getting started docs
2026-05-18 10:56:29 +05:30
ArnabChatterjee20k
d18de7d1e8
feat: add checkForProjectUsage function and integrate it into message handling
2026-05-18 10:42:11 +05:30
Luke B. Silver
4e39506bca
Merge pull request #12326 from appwrite/chore/bump-cace
...
chore: bump utopia-php/cache to ^3.0
2026-05-17 20:56:32 +01:00
loks0n and Claude Opus 4.7
1b945bdeea
chore: bump utopia-php/cache to ^3.0
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-17 17:11:05 +01:00
Torsten Dittmann
4a44af7308
Merge pull request #12209 from appwrite/fix/parallel-storage-chunk-upload
...
Fix parallel chunked uploads with pooled locks
2026-05-15 22:22:41 +04:00
Torsten Dittmann
37921a5694
Remove utopia-php/lock vcs repo
2026-05-15 21:20:20 +04:00
Torsten Dittmann
27bf229524
Simplify storage test assumptions
2026-05-15 21:12:14 +04:00
Torsten Dittmann
e873f02b94
Merge branch '1.9.x' into fix/parallel-storage-chunk-upload
2026-05-15 20:17:08 +04:00
Torsten Dittmann
5750155591
Add pool-backed lock resource
2026-05-15 19:54:44 +04:00
Harsh Mahajan
d2dcd82efa
Merge pull request #12318 from appwrite/feat-email-template-reset-default
...
feat: add email template reset and get-default endpoints
2026-05-15 20:27:39 +05:30
harsh mahajan
cb80f0e9c8
Remove email template integration test
2026-05-15 19:44:20 +05:30
harsh mahajan
6a2ddb221c
Clean up template update diff and add locale test
2026-05-15 19:34:15 +05:30
harsh mahajan
6428b73966
Fix email template update System import
2026-05-15 19:05:01 +05:30
harsh mahajan
7b718e7dcc
Add email template default integration test
2026-05-15 18:57:08 +05:30
harsh mahajan
15422dc7ca
Remove email template reset API changes
2026-05-15 18:51:22 +05:30
harsh mahajan
0e7c50c181
Align console email template endpoint metadata
2026-05-15 18:45:38 +05:30