Commit graph

7421 commits

Author SHA1 Message Date
Jake Barnby
7512a0db6b
Fix cross-API compat 2025-10-10 17:27:09 +13:00
Jake Barnby
cdac840071
Use return value for write ops count 2025-10-10 15:51:26 +13:00
Jake Barnby
bf589f7485
Fix client side 2025-10-10 02:16:58 +13:00
Jake Barnby
32d6eaa21c
Check expiry on stage 2025-10-09 23:37:44 +13:00
Hemachandar
9cd284f5cd Throw duplicate error when function id already exists 2025-10-09 15:01:00 +05:30
Jake Barnby
8193f0fcac
Ensure create/upsert stores in state by generated ID not unique string 2025-10-09 16:24:25 +13:00
Jake Barnby
3d3f50064d
Force set state on increment 2025-10-09 15:50:18 +13:00
Damodar Lohani
432faaf209
Fix: make methods protected for extending 2025-10-09 08:24:39 +05:45
Jake Barnby
10b1f1f145
Merge remote-tracking branch 'origin/1.8.x' into feat-txn 2025-10-09 13:45:29 +13:00
Jake Barnby
dcad82c46b
Update db 2025-10-09 13:45:19 +13:00
Chirag Aggarwal
adf9ec3e75 add automatic releases 2025-10-08 13:05:46 +05:30
Chirag Aggarwal
e935fc2510 Add minor releases for all SDKs - deprecate createVerification, add createEmailVerification
This commit adds minor version releases for all client and server SDKs to deprecate the
`createVerification` method in the Account service and introduce the new `createEmailVerification`
method as its replacement.

Updated SDKs:

Client SDKs:
- Android: 11.0.0 → 11.1.0
- Web: 21.0.0 → 21.1.0
- Flutter: 20.0.0 → 20.1.0
- Apple: 13.0.0 → 13.1.0
- React Native: 0.15.0 → 0.16.0

Server SDKs:
- Node.js: 20.0.0 → 20.1.0
- PHP: 17.2.0 → 17.3.0
- Python: 13.2.0 → 13.3.0
- Ruby: 19.0.0 → 19.1.0
- Go: 0.13.0 → 0.14.0
- .NET: 0.19.0 → 0.20.0
- Dart: 19.0.0 → 19.1.0
- Kotlin: 12.0.0 → 12.1.0
- Swift: 13.0.0 → 13.1.0

Console SDK:
- CLI: 10.0.1 → 10.1.0
2025-10-08 10:20:23 +05:30
Khushboo Verma
248e538518
Merge branch '1.8.x' into copilot/fix-3b5374b7-acb3-4c22-9573-00c1feec5bc1 2025-10-07 16:56:48 +05:30
Hemachandar
7f62b19240 Merge branch '1.8.x' into ser-375-update-email-verification-with-branded-design 2025-10-07 16:11:54 +05:30
Jake Barnby
066e0bc236
Validate inc/dec operation value is numeric 2025-10-07 23:33:19 +13:00
Jake Barnby
eb7306a4fa
Add missing state handlers 2025-10-07 22:17:59 +13:00
Khushboo Verma
35578bfada
Merge branch '1.8.x' into copilot/fix-3b5374b7-acb3-4c22-9573-00c1feec5bc1 2025-10-07 12:10:42 +05:30
Jake Barnby
9e3c439c51
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
# Conflicts:
#	composer.lock
2025-10-07 18:57:46 +13:00
Jake Barnby
61b073a6a2
Clean up 2025-10-07 18:53:38 +13:00
Jake Barnby
5d09189737
Merge pull request #10608 from appwrite/realtime-fix
added both collection and table id in the realtime
2025-10-07 14:17:19 +13:00
Luke B. Silver
af68c46702
Merge pull request #10592 from Priyanshuthapliyal2005/fix/tableDbBrokenLink
fix(docs): update broken create table links in TablesDB docs
2025-10-06 21:24:42 +01:00
Luke B. Silver
7b207ccfd2
Merge pull request #10581 from Priyanshuthapliyal2005/fix/listTemplates
fix(listTemplates): correct invalid template links in Create temporary deployment endpoint
2025-10-06 21:18:42 +01:00
ArnabChatterjee20k
eeebea1dbb added both collection and table id in the realtime 2025-10-06 20:13:36 +05:30
Hemachandar
29dbe99840 simplify config & templates 2025-10-06 19:58:01 +05:30
Jake Barnby
d7edaef34f
Merge branch '1.8.x' into feat-update-relationships 2025-10-06 17:09:50 +13:00
Jake Barnby
a06d96699b
Merge branch '1.8.x' into feat-txn 2025-10-06 17:02:11 +13:00
Chirag Aggarwal
0314547c95 fix: permission issues 2025-10-05 00:39:54 +05:30
Chirag Aggarwal
5aa94036d1
Merge branch '1.8.x' into update-sdks-add-response-models 2025-10-05 02:01:33 +07:00
Jake Barnby
52892ee46e
Upgrade for breaking changes 2025-10-04 22:32:01 +13:00
Jake Barnby
3e77810e13
Fix existence check for tracked + staged ops 2025-10-04 19:26:22 +13:00
Jake Barnby
01ef058adb
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
# Conflicts:
#	tests/e2e/Services/Realtime/RealtimeCustomClientTest.php
2025-10-04 17:03:52 +13:00
Jake Barnby
17a5019606
Merge branch 'feat-txn' of github.com:appwrite/appwrite into feat-txn 2025-10-04 16:49:27 +13:00
Jake Barnby
2c7cf7826b
Fix operation perm checks 2025-10-04 16:43:39 +13:00
Aditya Oberai
3fd5e0337b
Merge branch '1.8.x' into fix/listTemplates 2025-10-04 01:16:19 +05:30
Jake Barnby
e93e03c248
Update src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Update.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-04 01:15:53 +13:00
Jake Barnby
89a47953d8
Fix tests 2025-10-04 00:46:13 +13:00
Priyanshu Thapliyal
be67da9d64
Merge branch '1.8.x' into fix/tableDbBrokenLink 2025-10-03 15:49:21 +05:30
Matej Bačo
59d5c49818
Merge pull request #10589 from appwrite/ser-377
Handle OIDC well-known endpoint errors
2025-10-03 10:44:38 +02:00
Priyanshu Thapliyal
9d4592d90e
Merge branch '1.8.x' into fix/tableDbBrokenLink 2025-10-03 14:01:05 +05:30
Priyanshu Thapliyal
ce86758cdc fix typo issues raise by bot 2025-10-03 08:30:06 +00:00
Jake Barnby
deb3d75375
Explicit order asc 2025-10-03 20:00:32 +13:00
Jake Barnby
2bc90db1f6
Fix tests 2025-10-03 18:56:05 +13:00
Jake Barnby
59ae403391
Add more validation tests 2025-10-03 17:34:34 +13:00
Jake Barnby
71b2164154
Clean up state helper 2025-10-03 16:58:23 +13:00
Chirag Aggarwal
a61385e534 update versions 2025-10-03 08:43:54 +05:30
Chirag Aggarwal
a3dff6a640
Merge branch '1.8.x' into update-sdks-add-response-models 2025-10-02 22:54:44 +07:00
Priyanshu Thapliyal
770c58d33c fix(docs): replace broken table creation links with correct references 2025-10-02 14:28:35 +00:00
ArnabChatterjee20k
76d3dc3d5a * added senstive var copying in from method
* added tests
2025-10-02 18:27:20 +05:30
Jake Barnby
522a4d2a62
Format 2025-10-03 00:39:14 +13:00
Jake Barnby
44e7068a9a
Fix syntax 2025-10-03 00:26:39 +13:00
Jake Barnby
0aaa276f03
Merge branch 'feat-txn' of github.com:appwrite/appwrite into feat-txn 2025-10-03 00:12:30 +13:00
Jake Barnby
d54058b59a
Fix multi API event 2025-10-03 00:12:19 +13:00
Jake Barnby
5da2ca292a
Add missing injection 2025-10-03 00:03:54 +13:00
Jake Barnby
f4830b1672
Catch query exception 2025-10-03 00:03:46 +13:00
Jake Barnby
7fd2502dd5
Block client bulk upsert txn 2025-10-03 00:03:34 +13:00
Jake Barnby
36a8365ebb
Count from state 2025-10-03 00:03:20 +13:00
Jake Barnby
45da32d5d9
Update src/Appwrite/Utopia/Database/Validator/Operation.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-02 23:57:30 +13:00
Jake Barnby
a9a97b2fe0
Update src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Create.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-02 23:20:22 +13:00
Jake Barnby
6581d68e6d
Update src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Bulk/Upsert.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-02 23:20:02 +13:00
Jake Barnby
51d5ddb463
Update src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Bulk/Upsert.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-02 23:17:17 +13:00
Jake Barnby
9813b98133
Update src/Appwrite/Databases/TransactionState.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-02 23:05:43 +13:00
Jake Barnby
93d8f1cfe7
Update src/Appwrite/Databases/TransactionState.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-02 23:03:52 +13:00
Hemachandar
3d287207d2
Merge branch '1.8.x' into ser-377 2025-10-02 14:59:50 +05:30
Hemachandar
ca1c069e65 Handle OIDC well-known endpoint errors 2025-10-02 14:58:55 +05:30
Jake Barnby
473be9284d
Check convert 2025-10-02 22:24:54 +13:00
Jake Barnby
490341af09
Fix log limit 2025-10-02 21:46:28 +13:00
Jake Barnby
ae661e9961
Fix missing bulk map 2025-10-02 21:37:54 +13:00
Jake Barnby
26ae33522d
Fix txn read scope 2025-10-02 21:36:33 +13:00
Jake Barnby
070d5f59d1
Merge remote-tracking branch 'origin/1.8.x' into feat-txn 2025-10-02 19:25:46 +13:00
Darshan
813bc0d9b3 fix: wrong audit resource. 2025-10-01 18:25:32 +05:30
Chirag Aggarwal
2841c1b792
Merge branch '1.8.x' into update-sdks-add-response-models 2025-10-01 19:13:32 +07:00
Khushboo Verma
bd772c97cf
Merge branch '1.8.x' into copilot/fix-3b5374b7-acb3-4c22-9573-00c1feec5bc1 2025-10-01 12:39:14 +01:00
Priyanshu Thapliyal
558904e103 fix(listTemplates): fix invalid template links in Create temporary deployment endpoint 2025-10-01 08:58:22 +00:00
Jake Barnby
9a468e8297
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
# Conflicts:
#	composer.lock
2025-10-01 20:15:43 +13:00
Chirag Aggarwal
3d43f85145 add temp hack 2025-10-01 10:06:55 +05:30
Torsten Dittmann
b7604a5742 Fix buildOutput attribute name in deployment check 2025-09-30 19:51:17 +04:00
Torsten Dittmann
debdfeedf1 Fix variable reference in function build command 2025-09-30 18:33:22 +04:00
Torsten Dittmann
4b98544112 Move outputDirectory initialization before conditional flow 2025-09-30 18:31:37 +04:00
Torsten Dittmann
04d6693803 Fix output directory path validation and position 2025-09-30 18:10:53 +04:00
Torsten Dittmann
b614045d97 fix(builds-worker): Use outputDirectory attribute from deployment or
resource
2025-09-30 18:08:49 +04:00
Khushboo Verma
b40769b086
Merge branch '1.8.x' into copilot/fix-3b5374b7-acb3-4c22-9573-00c1feec5bc1 2025-09-29 22:48:38 +01:00
Chirag Aggarwal
5245ff7167 update enum name 2025-09-29 11:29:40 +05:30
Chirag Aggarwal
d5e1f9952a chore: add enums for database type and column status 2025-09-29 11:26:00 +05:30
Chirag Aggarwal
a0f0449c21 fix: enum typing for platform in specs 2025-09-26 12:33:10 +05:30
Jake Barnby
ef147cde21
Format 2025-09-26 14:28:11 +12:00
Jake Barnby
e06c358db4
Don't require data for delete operation 2025-09-26 00:50:25 +12:00
Jake Barnby
97f76899bf
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
# Conflicts:
#	app/config/platforms.php
2025-09-25 18:00:07 +12:00
Jake Barnby
4a3cbdafca
Move to row-level scope for txn 2025-09-25 17:59:39 +12:00
Darshan
e6c9a30e98 Merge branch '1.8.x' into fix-zindex 2025-09-24 17:57:36 +05:30
Chirag Aggarwal
85da691aec allow null adapter 2025-09-24 13:05:37 +05:30
Chirag Aggarwal
9d99f5cec2 chore: update afterbuild pass adapter 2025-09-24 11:47:13 +05:30
Jake Barnby
aa4a58c8aa
Merge pull request #10541 from appwrite/update-after-build
chore: update afterbuild fn
2025-09-24 17:23:08 +12:00
Chirag Aggarwal
5749b41753 updated to use if throw checks 2025-09-24 10:00:55 +05:30
Chirag Aggarwal
7ea01733ef chore: update afterbuild fn 2025-09-23 18:28:29 +05:30
Chirag Aggarwal
9ede8cfb91 fix: healthstatus enum override due to conflict 2025-09-23 16:52:35 +05:30
Chirag Aggarwal
5d8ac0a5b0 add message status 2025-09-23 11:31:29 +05:30
Chirag Aggarwal
17f1cb214f override healthstatus 2025-09-23 10:57:35 +05:30
Chirag Aggarwal
84a4ef0baf chore: include response model enum names 2025-09-23 10:47:39 +05:30
Chirag Aggarwal
3616337646
Merge branch '1.8.x' into refactor-schedules 2025-09-23 09:20:20 +07:00
Chirag Aggarwal
421ec6f3f8 fix: use correct constant 2025-09-23 07:49:55 +05:30