Jake Barnby
1e1df1ce2d
Fix skips
2025-10-24 00:06:58 +13:00
Jake Barnby
bae759957c
Fix graphql test
2025-10-23 23:57:11 +13:00
Jake Barnby
9aba82630a
Fix console test
2025-10-23 23:57:00 +13:00
Jake Barnby
3f473f2790
Fix checks
2025-10-23 23:40:27 +13:00
Jake Barnby
b79439a730
Default to mariadb for existing installs
2025-10-23 23:02:41 +13:00
Jake Barnby
861684883f
Add DB adapter console var
2025-10-23 23:02:29 +13:00
Jake Barnby
337503ed47
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
...
# Conflicts:
# composer.lock
2025-10-23 17:15:57 +13:00
Steven Nguyen
aec26277c7
Merge pull request #10500 from appwrite/copilot/fix-3b5374b7-acb3-4c22-9573-00c1feec5bc1
...
Fix hardcoded specification defaults to use dynamic plan-based logic
2025-10-22 15:41:11 -07:00
Luke B. Silver
887820dbec
Merge pull request #10683 from appwrite/fix-stats-usage-memory-leak
...
fix: stats usage memory leak
2025-10-22 17:53:47 +01:00
loks0n
18371eb511
fix: stats usage memory leak
2025-10-22 17:53:16 +01:00
Matej Bačo
c38d319aeb
Merge pull request #10535 from appwrite/fix-author-url-in-template-deployments
...
Fix Author URL in template deployments
2025-10-22 17:35:41 +02:00
Khushboo Verma
9c55da5b99
Resolve merge conflicts
2025-10-22 20:44:47 +05:30
Luke B. Silver
45e938b4ba
Merge pull request #10679 from appwrite/update-apple-swift-13.3.0
...
chore: update apple sdk to 13.3.0
2025-10-22 12:17:33 +01:00
Chirag Aggarwal
c2d4997810
update apple to 13.3.0
2025-10-22 14:17:57 +05:30
Matej Bačo
de03506c0a
Merge pull request #10674 from appwrite/feat-SER-457-add-max-build-duration-env
...
feat: add _APP_COMPUTE_BUILD_TIMEOUT to console variables
2025-10-22 09:32:46 +02:00
Harsh Mahajan
b6349b17f2
Merge branch '1.8.x' into feat-SER-457-add-max-build-duration-env
2025-10-22 10:24:37 +05:30
Jake Barnby
2e699ef8b9
Merge pull request #10678 from appwrite/update-domains-0.9.1
...
update domain lib to 0.9.1
2025-10-22 04:53:35 +00:00
Harsh Mahajan
f5034a6ad8
Merge branch '1.8.x' into feat-SER-457-add-max-build-duration-env
2025-10-22 09:56:56 +05:30
Chirag Aggarwal
9c30f32281
update domain lib to 0.9.1
2025-10-22 09:29:45 +05:30
Steven Nguyen
2652a21332
Merge pull request #10404 from appwrite/feat-1.8.0-release-prep
...
Prepare 1.8.0 release
2025-10-21 15:40:07 -07:00
Harsh Mahajan
d48ef373a7
Fix environment variable assignment for build timeout
2025-10-21 17:48:48 +05:30
Harsh Mahajan and coderabbitai[bot]
4cb20b3fe3
Update app/controllers/api/console.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-21 17:47:30 +05:30
Harsh Mahajan
803244ccf7
feat:add _APP_COMPUTE_BUILD_TIMEOUT to console variables
2025-10-21 11:48:48 +00:00
Jake Barnby
71f52025ec
Review fixes
2025-10-22 00:30:00 +13:00
Luke B. Silver
16a2dd0b27
Merge pull request #10672 from appwrite/update-cli-10.2.2
...
chore: update cli to 10.2.2
2025-10-21 10:53:16 +01:00
Chirag Aggarwal
8154a8524a
update sdk gen
2025-10-21 12:51:10 +05:30
Chirag Aggarwal
0e567e3e68
chore: update cli to 10.2.2
2025-10-21 11:40:50 +05:30
Jake Barnby
505181d749
Update lock
2025-10-21 18:45:27 +13:00
Jake Barnby
b12e006014
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
...
# Conflicts:
# app/init/resources.php
# composer.lock
2025-10-21 18:43:41 +13:00
Steven Nguyen
610a359160
chore: clean up CHANGES.md
...
1. Remove PR authors because they don't render properly anyways
2. Format PR links to use markdown style links instead of plain URLs
1.8.0
2025-10-20 21:15:38 -07:00
Steven Nguyen
a3f51298fe
chore: update CHANGES.md for 1.8.0 release
2025-10-20 21:15:38 -07:00
Steven Nguyen
46f249fd3b
feat: bump console to version 7.4.7
2025-10-20 21:15:38 -07:00
Steven Nguyen
97312d1a6d
feat(self-hosted): update migration for transactions collections
2025-10-20 21:15:38 -07:00
Steven Nguyen
01765fd27f
feat: bump console to version 7.4.4
2025-10-20 21:15:37 -07:00
Steven Nguyen
0a809f85f2
fix(self-hosted): create missing project attributes
...
Appwrite 1.6.1 added these attributes, but the migration was never updated to include those new attributes
2025-10-20 21:15:37 -07:00
Steven Nguyen
a9b18811ea
fix(self-hosted): clear cache for collections and documents
...
In older versions of Appwrite, the internal ID was the $internalId attribute. However, it has now changed to $sequence so that it can align with the publicly exposed attribute for an auto-incrementing ID.
The problem with this change is that data in the cache still references the old $internalId attribute, which can lead to inconsistencies and errors when accessing cached documents. To resolve this issue, we need to clear the cache for all collections and documents at the beginning of the migration so that the new $sequence attribute is used.
2025-10-20 21:15:37 -07:00
Steven Nguyen
59f82a0dd7
feat: bump console to version 7.1.11
2025-10-20 21:15:37 -07:00
Steven Nguyen
00615c2f38
chore: create migration version for 1.8.x
2025-10-20 21:15:37 -07:00
Jake Barnby
f150cffa17
Merge pull request #10670 from appwrite/revert-auth
...
Revert "Merge pull request #10468 from appwrite/feat-apps-module-dl"
2025-10-21 02:58:23 +00:00
Jake Barnby
1e60a01a69
Use db length for project ID
2025-10-21 15:31:46 +13:00
Jake Barnby
f4efb81832
Update lock
2025-10-21 15:07:53 +13:00
Jake Barnby
f1c7af0426
Fix wrong db for UID max length check
2025-10-21 15:04:08 +13:00
Jake Barnby
ddde13a78f
Revert "Merge pull request #10468 from appwrite/feat-apps-module-dl"
...
This reverts commit 9dd1939d1f , reversing
changes made to 8dfdfcb522 .
# Conflicts:
# app/config/collections/common.php
# app/controllers/api/users.php
# app/init/resources.php
# composer.lock
2025-10-21 14:59:30 +13:00
Jake Barnby
c3d4cf947e
Fix unit test
2025-10-21 14:24:32 +13:00
Jake Barnby
0d35af8cfa
Fix tests
2025-10-21 14:24:26 +13:00
Jake Barnby
390d1560f4
Fix tests
2025-10-21 14:16:59 +13:00
Jake Barnby
94bf1f6ee0
Add missing imports
2025-10-21 14:15:45 +13:00
Jake Barnby
2870419e1b
Update lock
2025-10-21 14:10:32 +13:00
Jake Barnby
f9b0455794
Revert "Fix optionality"
...
This reverts commit 994de06457 .
# Conflicts:
# app/controllers/api/messaging.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Boolean/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Transactions/Update.php
2025-10-21 13:05:54 +13:00
Jake Barnby
6a7b8f0726
Add injection max length on txn
2025-10-21 13:03:24 +13:00