Torsten Dittmann
5091861e6e
Merge remote-tracking branch 'origin/1.9.x' into feat/command-execute-migration
2026-05-26 01:09:09 +04:00
Damodar Lohani
9cbd5be707
Merge pull request #12329 from appwrite/feat/actor-type-constants-CLO-4357
...
feat!: rename ACTIVITY_TYPE_*, ROLE_APPS, isApp() to ACTOR_TYPE_*, ROLE_KEYS, isKey() + bump utopia-php/audit to ^2.4
2026-05-24 10:02:05 +05:45
Damodar Lohani
3fc5fd8fcf
chore: bump appwrite/php-runtimes to 0.20.1
2026-05-24 03:08:25 +00:00
Damodar Lohani
5f1e537e53
chore: bump utopia-php/audit to ^2.4
2026-05-24 02:20:47 +00:00
loks0n
1538927486
chore: migrate to utopia-php/http feat-safe-wildcards
...
Adopts the new safe-wildcard dispatch primitive from
utopia-php/http#feat-safe-wildcards. Http::execute() is now the
re-entrant dispatch entry point and Http::match() is pure (returns
?RouteMatch). The removed Http::getRoute()/setRoute(),
Route::getMatchedPath(), Route::getPathValues() callsites are migrated
to the new API.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-21 21:09:41 +01:00
harsh mahajan
268dd50106
Use Globstar validator directly, remove BuildTrigger wrapper
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-21 18:43:34 +05:30
Jake Barnby
c6ac0f28e4
chore: restore twig security update
2026-05-21 12:16:06 +12:00
Jake Barnby
52d7ebd41e
chore: revert to 2.0.0-rc.1
2026-05-21 10:59:37 +12:00
Jake Barnby
41ff2ed48e
chore: update lock
2026-05-21 10:37:36 +12:00
harsh mahajan
5473be5756
chore: revert twig override, restore sdk-generator to 1.31.0
2026-05-20 16:56:56 +05:30
harsh mahajan
a3fca62818
chore: bump twig/twig to ^3.26 to fix security advisories
2026-05-20 16:45:17 +05:30
harsh mahajan
d397ab9b40
chore: update composer dependencies
2026-05-20 16:34:15 +05:30
loks0n
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
37921a5694
Remove utopia-php/lock vcs repo
2026-05-15 21:20:20 +04:00
Torsten Dittmann
e6f3061103
Pin utopia-php/lock to 0.2.x
2026-05-15 14:15:08 +04:00
Torsten Dittmann
9acfb2a679
Merge branch '1.9.x' of https://github.com/appwrite/appwrite into fix/parallel-storage-chunk-upload
2026-05-15 14:02:58 +04:00
Torsten Dittmann
c5123529ee
Update graphql-php to 15.32 and fix storage tests
...
- Bump graphql-php to 15.32 in composer.json and update composer.lock
- Extend Storage/Files/Create with mergeUploadMetadata and pass path and
deviceForFiles into the lock callback
- Remove obsolete type hints in Storage/Files/Preview/Get
- Update Storage tests to tolerate S3-backed signatures
2026-05-15 13:54:24 +04:00
Chirag Aggarwal
4d1dabac66
Update Utopia platform to rc2
2026-05-15 13:21:35 +05:30
Harsh Mahajan
736196b58b
Merge branch '1.9.x' into feat/skip-deployment-commit-patterns
2026-05-14 17:31:06 +05:30
harsh mahajan
25772f4585
chore: composer update all dependencies
2026-05-14 17:28:52 +05:30
harsh mahajan
e3755679c5
refactor: extend Contains validator, keep only [skip ci] pattern
2026-05-14 17:26:32 +05:30
Prem Palanisamy
1da8d38daf
Pin utopia-php/migration to 1.* (resolves 1.12.0)
2026-05-14 08:36:46 +01:00
Prem Palanisamy
0497137d80
Merge remote-tracking branch 'origin/1.9.x' into feat-platform-db-access
...
# Conflicts:
# composer.lock
2026-05-14 06:20:03 +01:00
Prem Palanisamy
f05b55add7
test: use project API key for platform migration E2E; bump migration lock
2026-05-14 06:15:55 +01:00
Damodar Lohani
6116d113b8
chore: refresh utopia-php/audit to 2.3.2
...
Picks up the opt-in async cleanup setter (utopia-php/audit#117 )
needed for the deletes worker on the cloud side.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-14 04:20:27 +00:00
Damodar Lohani
fe5de129da
chore: bump utopia-php/audit to 2.3.x
...
Brings in cursor pagination (cursorAfter/cursorBefore) and count(max)
support for the activities/audit endpoints. Pulls utopia-php/query 0.1.x
as a new transitive dependency. utopia-php/audit 2.3.x requires PHP 8.4,
satisfied by the appwrite/base:1.4.1 runtime image used on this branch.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-14 03:16:48 +00:00
Prem Palanisamy
e9c16a8fd3
chore(deps): bump utopia-php/migration to feat-platform-db-access
2026-05-13 16:56:09 +01:00
Chirag Aggarwal
86df9ca14a
Merge pull request #12297 from appwrite/chore/bump-utopia-cache-2
...
Bump Utopia cache to 2.1
2026-05-13 14:20:14 +05:30
Chirag Aggarwal
476e9de2a8
Bump Utopia cache to 2.1
2026-05-13 12:49:17 +05:30
Chirag Aggarwal
31fbc64ad2
Update SDK generator cover image config
2026-05-13 10:19:54 +05:30
loks0n
e97dfb041a
Bump utopia-php/http to 2.0-rc1 and utopia-php/platform to 1.0-rc1
...
These RC releases ship the new resources/context API that this PR
adopts. Drop the dev-branch alias on utopia-php/http now that 2.0.0-rc1
is tagged.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-12 11:55:41 +01:00
Atharva Deosthale
9056de0103
fix codex plugin
2026-05-11 19:38:06 +05:30
Prem Palanisamy
c26ff1849a
chore: bump utopia-php/abuse to 1.3.0 and migration to 1.11.0 (released)
2026-05-11 09:37:07 +01:00
Prem Palanisamy
74fbbea2b3
chore: bump utopia-php/abuse cfd290a + migration 447a987 (PHP >=8.2)
2026-05-11 05:41:37 +01:00
Prem Palanisamy
4957f568cd
chore: bump utopia-php/migration to 4dc7270 (empty teams guard)
2026-05-11 02:38:01 +01:00
Prem Palanisamy
64c9d8d85f
chore: bump utopia-php/migration to a9bdfba (revert deno fallback)
2026-05-11 02:28:07 +01:00
Prem Palanisamy
7b5cb379c4
chore: bump utopia-php/migration to e5dc657 (deno runtime fallback)
2026-05-11 02:21:18 +01:00
Prem Palanisamy
cd445ceccf
chore: bump utopia-php/migration to 6deabc6 (Sites::create named args)
2026-05-10 05:49:23 +01:00
Prem Palanisamy
698fde247f
chore: bump utopia-php/migration to 0e88268 (createVariable variableId fix)
2026-05-10 04:46:40 +01:00
Prem Palanisamy
c94ae409e8
chore: refresh composer.lock for utopia-php/fetch ^1.1 and logger 0.8.*
2026-05-08 16:50:04 +01:00
Prem Palanisamy
4844a4bf99
Merge branch '1.9.x' into feat-bump-sdk-23
...
# Conflicts:
# composer.lock
2026-05-08 16:34:19 +01:00
Prem Palanisamy
687698001f
chore: bump utopia-php/migration to 80e9a04 (SDK 23 nested typed object fixes)
2026-05-08 16:30:02 +01:00
Prem Palanisamy
4563706b76
chore: bump utopia-php/migration to a5195ba (SDK 23 typed models refactor)
2026-05-08 12:38:20 +01:00
Chirag Aggarwal
fc83b4d986
Bump logger dependency
2026-05-08 16:25:46 +05:30
Prem Palanisamy
74b84ba38c
feat: bump utopia-php/abuse and utopia-php/migration to feat/sdk-23 branches
2026-05-08 09:52:47 +01:00
Prem Palanisamy
98b4e9b063
Loosen utopia-php/migration constraint back to 1.* (matches 1.9.x baseline)
2026-05-07 13:30:28 +01:00
Prem Palanisamy
e4b51d0abb
Drop custom utopia-php/migration VCS repo (now resolved via Packagist)
2026-05-07 13:10:31 +01:00
Prem Palanisamy
e7d3384660
Pin utopia-php/migration to 1.10.* (release with Sentry-leak fix)
2026-05-07 09:22:21 +01:00
Prem Palanisamy
f99f2cc1a9
Merge remote-tracking branch 'origin/1.9.x' into spike/isPublishable-migration
...
# Conflicts:
# composer.json
# composer.lock
2026-05-06 13:10:57 +01:00
ArnabChatterjee20k
a0d77ba1b2
Merge remote-tracking branch 'origin/1.9.x' into big-int
2026-05-06 13:22:37 +05:30