Matej Bačo
a4a589c535
Merge branch '1.8.x' into chore-php-types
2026-01-28 11:44:51 +01:00
Hemachandar
99dc31062d
Fix rule status check ( #11195 )
2026-01-27 15:36:50 +05:30
Chirag Aggarwal
6514a992a1
Merge pull request #11078 from appwrite/feat-sdk-for-md
2026-01-26 13:06:10 +05:30
Chirag Aggarwal
1167654c6a
Merge branch '1.8.x' into feat-sdk-for-md
2026-01-26 13:03:02 +05:30
Chirag Aggarwal
28c5df074d
Merge pull request #11169 from appwrite/release-cli-13.1.0
2026-01-26 12:59:35 +05:30
Chirag Aggarwal
785efa3355
stable release
2026-01-26 10:40:29 +05:30
Chirag Aggarwal
329b7e1856
Merge branch '1.8.x' into feat-sdk-for-md
2026-01-26 10:25:28 +05:30
Chirag Aggarwal
0dd2f29a7e
Merge pull request #11182 from appwrite/chore-make-update-name-optional
2026-01-23 20:51:36 +05:30
Chirag Aggarwal
67e2104e98
chore: make name update optional in databases and tables
2026-01-23 19:55:06 +05:30
Hemachandar
a2ff833efe
Upgrade utopia-php/domains ( #11181 )
...
* Upgrade utopia-php/domains
* update
2026-01-23 15:31:20 +05:30
Chirag Aggarwal
e894eca201
add rc3
2026-01-23 15:25:05 +05:30
Chirag Aggarwal
7573e0fee9
Merge branch '1.8.x' into release-cli-13.1.0
2026-01-23 13:42:30 +05:30
Chirag Aggarwal
46be2d0e49
Merge pull request #11179 from appwrite/fix-deployment-enum
2026-01-23 11:03:54 +05:30
Chirag Aggarwal
700ed9f882
Merge pull request #11180 from appwrite/chore-update-executor-healthcheck
2026-01-23 11:03:41 +05:30
Chirag Aggarwal
440be52405
chore: update executor healthcheck to improve flakiness
2026-01-23 09:47:54 +05:30
Chirag Aggarwal
7643196d97
fix: deploymentstatus enum missing canceled value
2026-01-23 09:22:18 +05:30
Chirag Aggarwal
7e994f8db5
release cli sdk 13.1.0
2026-01-23 09:15:13 +05:30
Matej Bačo
b317f85fb6
Fix depricated schema
2026-01-21 16:27:09 +01:00
Matej Bačo
8e98c08a23
Fix failing tests
2026-01-21 16:05:43 +01:00
Matej Bačo
6ebc36d0f3
Fix merge conflict
2026-01-21 14:47:18 +01:00
Matej Bačo
e5ed7c835a
Merge branch '1.8.x' into chore-php-types
2026-01-21 14:43:22 +01:00
Damodar Lohani
cbb5963b29
Merge pull request #11172 from appwrite/fix-missing-doc
...
Fix: missing doc
2026-01-21 19:07:42 +05:45
Damodar Lohani
f376db7b26
docs: add get-queue-audits reference documentation
2026-01-21 13:14:28 +00:00
Chirag Aggarwal
bfd34b3b15
fix validation
2026-01-21 14:01:16 +05:30
Chirag Aggarwal
a66551863a
update composer
2026-01-21 13:46:46 +05:30
Chirag Aggarwal
33abd7f0ed
Merge branch '1.8.x' into feat-sdk-for-md
2026-01-21 13:46:33 +05:30
Chirag Aggarwal
633e290bb4
Merge pull request #11171 from appwrite/fix-compression-enabled-env
2026-01-21 11:00:59 +05:30
Chirag Aggarwal
9b14a8f08d
Add _APP_COMPRESSION_ENABLED env variable to .env and docker-compose
...
The _APP_COMPRESSION_ENABLED environment variable is used in http.php
but was missing from .env and docker-compose.yml, preventing it from
being configured in containerized deployments.
2026-01-21 10:41:29 +05:30
Chirag Aggarwal
ddbddafbf9
Merge pull request #11161 from appwrite/release-cli-13.0.1
2026-01-19 18:00:59 +05:30
Chirag Aggarwal
86a4bfa74e
chore: release cli 13.0.1
2026-01-19 17:58:43 +05:30
Jake Barnby
8124b07860
Merge pull request #11033 from appwrite/add-webhooks-and-functions-events
2026-01-19 22:02:49 +13:00
Jake Barnby
a7898b3d5b
Merge pull request #11159 from appwrite/feat-graphql-introspection
2026-01-19 21:58:56 +13:00
Jake Barnby
5d24b51421
Allow separately enabling graphql introspection
2026-01-19 19:26:17 +13:00
shimon
0203323b4a
Remove 'authorization' injection from Bulk Delete, Update, and Upsert classes
2026-01-18 14:01:35 +02:00
shimon
94e29cff53
Fix typo in Authorization parameter in API action definition
2026-01-18 13:11:05 +02:00
shimon
72def3b2fb
Refactor API action parameters to include Authorization dependency
2026-01-18 13:05:43 +02:00
shimon
d015a75e81
linter
2026-01-18 12:48:36 +02:00
shimon
1306c85eb5
merge with 1.8x
2026-01-18 11:03:06 +02:00
shimon
c3ea66b37a
Merge branch '1.8.x' of github.com:appwrite/appwrite into add-webhooks-and-functions-events
...
# Conflicts:
# app/controllers/shared/api.php
# app/init/resources.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Bulk/Delete.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Bulk/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Bulk/Upsert.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Transactions/Update.php
2026-01-18 11:01:40 +02:00
Damodar Lohani
72ce068714
Merge pull request #11057 from appwrite/feat-health-module
...
Feat: Health module
2026-01-18 07:27:19 +05:45
Chirag Aggarwal
ea76213dd2
Merge pull request #11146 from appwrite/feat-cleanup-stale-executions
2026-01-17 12:44:15 +05:30
Matej Bačo
12b79363d1
Merge pull request #11148 from appwrite/feat-new-schema-dualwriting
...
Feat: Support dual-writing for new schema features
2026-01-16 15:38:23 +01:00
Jake Barnby
0723101397
Merge pull request #11005 from appwrite/dat-969
2026-01-17 03:31:50 +13:00
Matej Bačo
d56a3c1534
Apply suggestion from @Meldiron
2026-01-16 14:53:05 +01:00
Darshan
b86d7ac3fa
Merge pull request #11149 from appwrite/clean-on-async
2026-01-16 19:07:17 +05:30
ArnabChatterjee20k
b1fab79dc4
updated query logic in array to be of and format
2026-01-16 19:06:55 +05:30
Darshan
2f066a6ba8
add: check.
2026-01-16 18:41:22 +05:30
Darshan
e8ca0610ee
fix: type
2026-01-16 18:40:37 +05:30
Darshan
15caa27977
lint.
2026-01-16 18:38:40 +05:30
Darshan
5f22022527
fix: async being missed.
2026-01-16 18:33:27 +05:30