Chirag Aggarwal
ffb2a02ea0
fix: execution status enum description
2025-10-25 10:52:22 +05:30
Matej Bačo
3733df6fc5
Merge pull request #10698 from appwrite/ser-218-functions
...
Fix errors on downloading function deployment output
2025-10-24 16:57:48 +02:00
Hemachandar
b5d26bb426
Fix errors on downloading function deployment output
2025-10-24 19:59:48 +05:30
Matej Bačo
fa4529846c
Applying SDK generation fix for Console
...
https://github.com/appwrite/appwrite/pull/10628/files
2025-10-24 16:18:11 +02:00
Matej Bačo
3dd1c3de13
Merge branch '1.8.x' into feat-tanstack-start-sites
2025-10-24 12:43:51 +02:00
Chirag Aggarwal
a280a565f6
feat: resend adapter
2025-10-23 19:06:11 +05:30
Hemachandar
5ebb7e23a9
Merge branch '1.8.x' into ser-218
2025-10-23 17:31:16 +05:30
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
loks0n
18371eb511
fix: stats usage memory leak
2025-10-22 17:53:16 +01:00
Khushboo Verma
9c55da5b99
Resolve merge conflicts
2025-10-22 20:44:47 +05:30
Matej Bačo
d787408e1d
Implement package-based framework detection
2025-10-22 15:28:49 +02:00
Matej Bačo
14b1cc6e48
Merge branch '1.8.x' into feat-tanstack-start-sites
2025-10-22 13:41:37 +02:00
Matej Bačo
f9257c1ec9
add tanstack template, use detection lib v 0.2
2025-10-22 13:40:49 +02: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
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
803244ccf7
feat:add _APP_COMPUTE_BUILD_TIMEOUT to console variables
2025-10-21 11:48:48 +00:00
Steven Nguyen
97312d1a6d
feat(self-hosted): update migration for transactions collections
2025-10-20 21:15:38 -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
00615c2f38
chore: create migration version for 1.8.x
2025-10-20 21:15:37 -07: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
e2d3624713
Merge pull request #10664 from appwrite/feat-update-db
...
Update db
2025-10-20 14:11:36 +00:00
copilot-swe-agent[bot]
d9773f44b1
Change GitHub alert from NOTE to TIP in VCS comments
...
Co-authored-by: Meldiron <19310830+Meldiron@users.noreply.github.com>
2025-10-20 12:32:38 +00:00
Jake Barnby
d23f993a6c
Fix validator constructor
2025-10-21 00:13:43 +13:00
Jake Barnby
bfe639fb70
Fix key
2025-10-21 00:13:32 +13:00
Damodar Lohani
9dd1939d1f
Merge pull request #10468 from appwrite/feat-apps-module-dl
...
Feat apps module dl
2025-10-16 11:40:27 +05:45
Damodar Lohani
b63c2804f1
Fix: undefined $sequence
2025-10-16 10:26:49 +05:45
Damodar Lohani
4cb63068de
improve install loop
2025-10-16 02:07:17 +00:00
Hemachandar
635d77350a
set header
2025-10-15 16:05:34 +05:30
Hemachandar
9f07a2bca4
early return
2025-10-15 15:16:28 +05:30
Damodar Lohani
c3c69cc43b
Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl
2025-10-15 07:05:23 +00:00
Steven Nguyen
56a15efe3f
chore: bump appwrite version to 1.8.0
2025-10-14 14:42:59 -07:00
Hemachandar
bad74bd0b8
Add cache header for deployment download API
2025-10-14 18:18:41 +05:30
Chirag Aggarwal
97f448f984
comma
2025-10-14 17:19:08 +05:30
Chirag Aggarwal
07727298f7
remove default recepient
2025-10-14 17:18:44 +05:30
Chirag Aggarwal
752520470d
fix: param
2025-10-14 09:27:50 +05:30
Chirag Aggarwal
128cd68ec8
chore: use bcc only emails for smtp
2025-10-14 09:23:31 +05:30
Damodar Lohani
a832343348
Merge pull request #10617 from appwrite/fix-make-stats-usage-extendable
...
Fix: make methods protected for extending
2025-10-14 06:40:25 +05:45
Luke B. Silver
3e47f9442f
Merge pull request #10641 from appwrite/update-dotnet-sdk-0.21.2
...
Update .NET SDK to 0.21.2 and improve release detection
2025-10-13 12:53:28 +01:00
loks0n
3544649903
fix: block schedules
2025-10-13 12:29:32 +01:00
Chirag Aggarwal
6f5ac232c5
lint
2025-10-13 16:01:55 +05:30
Chirag Aggarwal
3b82141de2
Update .NET SDK to 0.21.2 and improve release detection
...
- Update .NET SDK version to 0.21.2 with Object[] deserialization fix
- Update sdk-generator dependency from 1.4.3 to 1.4.4
- Improve SDK release detection to check actual commit SHA of latest release tag instead of just checking releases targeting the branch
2025-10-13 15:25:51 +05:30
Jake Barnby
935011b9e9
Fix backwards compat API scopes
2025-10-13 15:59:26 +13:00
Jake Barnby
de7dd6079e
Merge pull request #10618 from appwrite/ser-417
...
Throw duplicate error when function id already exists
2025-10-13 14:56:43 +13:00
Damodar Lohani
53212dc654
Merge branch '1.8.x' into fix-make-stats-usage-extendable
2025-10-12 10:17:33 +05:45
Damodar Lohani
d56dff954f
Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl
2025-10-12 00:34:07 +00:00
Chirag Aggarwal
d6fc2806dc
fix: prevent empty releases in sdk release script
2025-10-10 13:26:55 +05:30
Jake Barnby
12a1653ae0
Update doc desc
2025-10-10 18:44:48 +13:00
Jake Barnby
2830ab55f0
Lint
2025-10-10 17:42:42 +13:00
Jake Barnby
f95e8a965a
Only set sequence on not empty
2025-10-10 17:27:57 +13:00