Jake Barnby
|
a3103bf4d4
|
Fix release
|
2025-10-09 23:37:28 +13:00 |
|
Jake Barnby
|
0877aa2964
|
Generate SDKs
|
2025-10-09 21:04:50 +13:00 |
|
Jake Barnby
|
10b1f1f145
|
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
|
2025-10-09 13:45:29 +13:00 |
|
Chirag Aggarwal
|
8d2df2b744
|
add go changes
|
2025-10-08 13:25:28 +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 |
|
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 |
|
Chirag Aggarwal
|
8baf4d429e
|
Merge branch '1.8.x' into feat-rename-verification-methods
|
2025-10-07 11:47:43 +07: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 |
|
Chirag Aggarwal
|
c618144d78
|
update examples
|
2025-10-06 16:46:56 +05:30 |
|
Jake Barnby
|
a06d96699b
|
Merge branch '1.8.x' into feat-txn
|
2025-10-06 17:02:11 +13:00 |
|
Priyanshu Thapliyal
|
770c58d33c
|
fix(docs): replace broken table creation links with correct references
|
2025-10-02 14:28:35 +00:00 |
|
Chirag Aggarwal
|
397c41e68b
|
update cli
|
2025-10-01 09:46:20 +05:30 |
|
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
|
0995bd6a6e
|
SDK releases
|
2025-09-23 19:17:06 +12:00 |
|
Chirag Aggarwal
|
427c891e0f
|
update cli to 10.0.0
|
2025-09-18 10:13:23 +05:30 |
|
Jake Barnby
|
0f9c2001f7
|
Demo SDK
|
2025-09-13 02:42:42 +12:00 |
|
Jake Barnby
|
c7dba3690a
|
Update auth types
|
2025-09-11 22:17:00 +12:00 |
|
Jake Barnby
|
dd64afa970
|
Add missing references
|
2025-09-11 22:16:44 +12:00 |
|
Jake Barnby
|
c934524689
|
Merge remote-tracking branch 'origin/1.8.x' into chore-gen-sdks
# Conflicts:
# app/config/platforms.php
# composer.lock
# docs/examples/1.8.x/console-web/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/console-web/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/console-web/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/console-web/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/console-web/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/console-web/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/console-web/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/console-web/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/console-web/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/console-web/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/console-web/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/console-web/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-dart/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-dart/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-dart/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-dart/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-dart/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-dart/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-dart/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-dart/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-dart/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-dart/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-dart/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-dart/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-deno/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-deno/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-deno/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-deno/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-deno/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-deno/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-deno/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-deno/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-deno/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-deno/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-deno/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-deno/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-dotnet/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-dotnet/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-dotnet/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-dotnet/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-dotnet/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-dotnet/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-dotnet/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-dotnet/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-dotnet/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-dotnet/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-dotnet/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-dotnet/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-go/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-go/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-go/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-go/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-go/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-go/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-go/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-go/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-go/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-go/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-go/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-go/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-graphql/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-graphql/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-graphql/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-graphql/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-graphql/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-graphql/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-graphql/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-graphql/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-graphql/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-graphql/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-graphql/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-graphql/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-kotlin/java/databases/create-line-attribute.md
# docs/examples/1.8.x/server-kotlin/java/databases/create-point-attribute.md
# docs/examples/1.8.x/server-kotlin/java/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-kotlin/java/databases/update-line-attribute.md
# docs/examples/1.8.x/server-kotlin/java/databases/update-point-attribute.md
# docs/examples/1.8.x/server-kotlin/java/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-kotlin/java/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-kotlin/java/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-kotlin/java/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-kotlin/java/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-kotlin/java/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-kotlin/java/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-kotlin/kotlin/databases/create-line-attribute.md
# docs/examples/1.8.x/server-kotlin/kotlin/databases/create-point-attribute.md
# docs/examples/1.8.x/server-kotlin/kotlin/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-kotlin/kotlin/databases/update-line-attribute.md
# docs/examples/1.8.x/server-kotlin/kotlin/databases/update-point-attribute.md
# docs/examples/1.8.x/server-kotlin/kotlin/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-nodejs/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-nodejs/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-nodejs/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-nodejs/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-nodejs/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-nodejs/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-nodejs/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-nodejs/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-nodejs/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-nodejs/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-nodejs/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-nodejs/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-php/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-php/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-php/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-php/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-php/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-php/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-php/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-php/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-php/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-php/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-php/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-php/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-python/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-python/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-python/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-python/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-python/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-python/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-python/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-python/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-python/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-python/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-python/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-python/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-rest/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-rest/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-rest/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-rest/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-rest/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-rest/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-rest/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-rest/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-rest/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-rest/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-rest/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-rest/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-ruby/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-ruby/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-ruby/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-ruby/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-ruby/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-ruby/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-ruby/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-ruby/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-ruby/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-ruby/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-ruby/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-ruby/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-swift/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-swift/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-swift/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-swift/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-swift/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-swift/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-swift/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-swift/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-swift/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-swift/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-swift/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-swift/examples/tablesdb/update-polygon-column.md
|
2025-09-11 16:26:25 +12:00 |
|
Matej Bačo
|
8319ff166e
|
Move proxy endpoints to modules
|
2025-09-10 12:43:21 +02:00 |
|
Jake Barnby
|
74a9e5b320
|
Add dart/flutter changelog
|
2025-09-09 17:11:36 +12:00 |
|
Jake Barnby
|
7c3d526cda
|
Update docs
|
2025-09-06 05:27:47 +12:00 |
|
Chirag Aggarwal
|
f2c4440cbc
|
fix dotnet and graphql
|
2025-09-05 20:18:13 +05:30 |
|
Chirag Aggarwal
|
55f5ba8a9a
|
add missing
|
2025-09-05 19:44:03 +05:30 |
|
Chirag Aggarwal
|
83b6d15381
|
fix: more mistakes
|
2025-09-05 19:15:33 +05:30 |
|
Chirag Aggarwal
|
508c47f687
|
fix: ruby
|
2025-09-05 17:43:35 +05:30 |
|
Chirag Aggarwal
|
23c433c2ed
|
feat: update examples
|
2025-09-05 17:30:39 +05:30 |
|
Jake Barnby
|
ca17bcd8ef
|
Fix refs
|
2025-09-05 21:54:11 +12:00 |
|
Jake Barnby
|
af60f9f7c0
|
Merge remote-tracking branch 'origin/1.8.x' into chore-gen-sdks
# Conflicts:
# app/config/platforms.php
# composer.lock
|
2025-09-05 21:16:56 +12:00 |
|
Jake Barnby
|
3f26b7c848
|
Merge pull request #10442 from appwrite/update-sdk-cli-9.1.0
chore: update cli to 9.1.0
|
2025-09-05 21:15:56 +12:00 |
|
Chirag Aggarwal
|
b1ffdb1c22
|
chore: update cli to 9.1.0
|
2025-09-05 14:29:17 +05:30 |
|
Matej Bačo
|
4cf3d0b87b
|
move projects.list() to module
|
2025-09-05 09:17:44 +02:00 |
|
Jake Barnby
|
998a7ff697
|
Generate
|
2025-09-05 02:35:04 +12:00 |
|
ArnabChatterjee20k
|
043ca48f91
|
updated response model and docs
|
2025-09-01 11:27:57 +05:30 |
|
ArnabChatterjee20k
|
51b01ab803
|
Merge remote-tracking branch 'upstream/1.8.x' into spatial-type-attributes
|
2025-08-26 21:46:43 +05:30 |
|
Jake Barnby
|
ba401ea42e
|
Update docs
|
2025-08-26 21:29:44 +12:00 |
|
Jake Barnby
|
f85bf446e6
|
Sync docs
|
2025-08-26 15:40:03 +12:00 |
|
Jake Barnby
|
038290adef
|
Specs + doc regen
|
2025-08-23 22:52:20 +12:00 |
|
ArnabChatterjee20k
|
95f67b274d
|
added docs for the attributes
|
2025-08-22 12:46:48 +05:30 |
|
Jake Barnby
|
557bffb350
|
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
# composer.lock
|
2025-08-22 00:35:12 +12:00 |
|
Steven Nguyen
|
6dc02756fd
|
Merge pull request #10347 from appwrite/main
Sync main into 1.7.x
|
2025-08-20 17:16:47 -07:00 |
|
Jake Barnby
|
842dce2659
|
Update tablesDb -> tablesDB
|
2025-08-21 02:20:05 +12:00 |
|
Jake Barnby
|
2b536b749d
|
Fix docs refs
|
2025-08-21 01:15:13 +12:00 |
|
Jake Barnby
|
920ffefd0c
|
Docs
|
2025-08-20 19:22:48 +12:00 |
|
Jake Barnby
|
50d61679bf
|
Dart/flutter changelog/getting started cleanup
|
2025-08-20 19:21:51 +12:00 |
|
Jake Barnby
|
bf6e97b950
|
Fix docs
|
2025-08-20 18:13:41 +12:00 |
|
Jake Barnby
|
73a1e18a43
|
Add back dart example
|
2025-08-20 17:22:03 +12:00 |
|
Jake Barnby
|
e3807366a9
|
Fix service refs
|
2025-08-20 01:56:12 +12:00 |
|
Jake Barnby
|
e3c932686a
|
Fix references
|
2025-08-20 01:23:01 +12:00 |
|
Ebenezer Don
|
0553a36d1f
|
Merge branch 'main' into clarify-userid-param
|
2025-08-18 16:33:24 +01:00 |
|
Jake Barnby
|
34709912bf
|
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
# app/config/specs/open-api3-latest-client.json
# app/config/specs/open-api3-latest-console.json
# app/config/specs/open-api3-latest-server.json
# app/config/specs/swagger2-latest-client.json
# app/config/specs/swagger2-latest-console.json
# app/config/specs/swagger2-latest-server.json
# app/controllers/api/databases.php
# composer.lock
# src/Appwrite/SDK/Specification/Format/OpenAPI3.php
|
2025-08-14 00:20:16 +12:00 |
|
Chirag Aggarwal
|
af58d3f1d2
|
chore: remove experiment warnings from bulk methods
|
2025-08-13 13:37:00 +05:30 |
|
Jake Barnby
|
89197e0f9e
|
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
# app/config/specs/open-api3-latest-console.json
# app/config/specs/swagger2-latest-console.json
# composer.lock
|
2025-08-09 01:12:18 +12:00 |
|
Christy Jacob
|
217cd48249
|
chore: update SDK generator and sdks
|
2025-08-06 12:08:36 +04:00 |
|
Jake Barnby
|
bd4fb03b74
|
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
# app/config/specs/open-api3-latest-client.json
# app/config/specs/open-api3-latest-console.json
# app/config/specs/open-api3-latest-server.json
# app/config/specs/swagger2-latest-client.json
# app/config/specs/swagger2-latest-console.json
# app/config/specs/swagger2-latest-server.json
# app/controllers/api/databases.php
# composer.lock
# tests/e2e/Services/Databases/Legacy/DatabasesBase.php
# tests/e2e/Services/Migrations/MigrationsBase.php
|
2025-08-06 17:24:00 +12:00 |
|
Chirag Aggarwal
|
5689fd6e7e
|
chore: update changelog and sdk gen
|
2025-08-01 09:09:11 +05:30 |
|
Darshan
|
cd5844b8e3
|
update: regen examples, references.
|
2025-07-30 10:39:28 +05:30 |
|
Darshan
|
451e590c49
|
remove: tables examples.
|
2025-07-30 10:24:37 +05:30 |
|
Jake Barnby
|
6347d7da3f
|
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
# composer.lock
|
2025-07-29 22:52:06 +12:00 |
|
Luke B. Silver
|
1d736dec54
|
Merge pull request #10204 from appwrite/add-docs-swift-apple
chore: add docs for nestedType, encode, from and toMap
|
2025-07-27 12:55:21 +01:00 |
|
Chirag Aggarwal
|
1f26f98568
|
chore: update go
|
2025-07-27 10:01:37 +05:30 |
|
Jake Barnby
|
cdbd89b3f3
|
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
# app/config/specs/open-api3-1.8.x-client.json
# app/config/specs/open-api3-1.8.x-console.json
# app/config/specs/open-api3-1.8.x-server.json
# app/config/specs/open-api3-latest-client.json
# app/config/specs/open-api3-latest-console.json
# app/config/specs/open-api3-latest-server.json
# app/config/specs/swagger2-1.8.x-client.json
# app/config/specs/swagger2-1.8.x-console.json
# app/config/specs/swagger2-1.8.x-server.json
# app/config/specs/swagger2-latest-client.json
# app/config/specs/swagger2-latest-console.json
# app/config/specs/swagger2-latest-server.json
# app/controllers/api/databases.php
# composer.lock
# tests/e2e/Services/Databases/Legacy/DatabasesBase.php
|
2025-07-27 16:07:04 +12:00 |
|
Chirag Aggarwal
|
9be01f2ac9
|
add docs in rn
|
2025-07-26 11:24:19 +05:30 |
|
Chirag Aggarwal
|
f39fe22e6f
|
chore: add docs in web and node
|
2025-07-26 11:17:43 +05:30 |
|
Chirag Aggarwal
|
cf3abd0f6c
|
add java example
|
2025-07-26 11:10:24 +05:30 |
|
Chirag Aggarwal
|
aa91189848
|
add docs for android as well
|
2025-07-25 17:08:43 +05:30 |
|
Chirag Aggarwal
|
eeed9a08ec
|
chore: add docs for nestedType, encode, from and toMap
|
2025-07-25 16:18:52 +05:30 |
|
Chirag Aggarwal
|
6bd3e6fe96
|
update version for rn
|
2025-07-25 16:05:16 +05:30 |
|
Chirag Aggarwal
|
6c5cdfbe85
|
chore: update to use angle brackets
|
2025-07-24 17:11:21 +05:30 |
|
Chirag Aggarwal
|
e68acd3f02
|
chore: add more changelog
|
2025-07-24 16:47:24 +05:30 |
|
Chirag Aggarwal
|
2dfd2f4426
|
chore: add more changelog
|
2025-07-24 16:11:59 +05:30 |
|
Chirag Aggarwal
|
89b9afd066
|
update swift
|
2025-07-24 13:53:03 +05:30 |
|
Chirag Aggarwal
|
32bb8b7c7e
|
chore: update sdks 1.7.x
|
2025-07-24 13:42:55 +05:30 |
|
Chirag Aggarwal
|
e8f53f27e3
|
regen sdks
|
2025-07-23 21:14:50 +05:30 |
|
Chirag Aggarwal
|
132b8f8234
|
chore: remove
|
2025-07-23 21:01:18 +05:30 |
|
Chirag Aggarwal
|
69142048af
|
chore: regen
|
2025-07-23 20:58:37 +05:30 |
|
Chirag Aggarwal
|
a53dcd8a23
|
chore: regen
|
2025-07-23 20:56:20 +05:30 |
|
Jake Barnby
|
2e783865b9
|
Update service defs
|
2025-07-22 19:38:12 +12:00 |
|
Jake Barnby
|
51c95347a0
|
Merge remote-tracking branch 'origin/main' into 1.8.x
# Conflicts:
# app/config/specs/open-api3-latest-client.json
# app/config/specs/open-api3-latest-console.json
# app/config/specs/open-api3-latest-server.json
# app/config/specs/swagger2-latest-client.json
# app/config/specs/swagger2-latest-console.json
# app/config/specs/swagger2-latest-server.json
# app/controllers/api/databases.php
|
2025-07-21 20:42:16 +12:00 |
|
Jake Barnby
|
d32da05f92
|
Merge remote-tracking branch 'origin/main' into 1.7.x
# Conflicts:
# app/config/specs/open-api3-1.7.x-console.json
# app/config/specs/open-api3-1.7.x-server.json
# app/config/specs/open-api3-latest-console.json
# app/config/specs/open-api3-latest-server.json
# app/config/specs/swagger2-1.7.x-console.json
# app/config/specs/swagger2-1.7.x-server.json
# app/config/specs/swagger2-latest-console.json
# app/config/specs/swagger2-latest-server.json
# app/init/constants.php
# composer.lock
# docs/references/databases/upsert-documents.md
# tests/e2e/Services/Account/AccountCustomClientTest.php
|
2025-07-21 19:22:15 +12:00 |
|
Jake Barnby
|
3e8cd9d748
|
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
|
2025-07-21 18:53:02 +12:00 |
|
Chirag Aggarwal
|
99ea9c5d80
|
chore: update cli to 8.2.2
|
2025-07-18 17:10:20 +05:30 |
|
Chirag Aggarwal
|
c729a84d51
|
chore: update dart to 16.1.0 and flutter to 17.0.2
|
2025-07-18 15:55:11 +05:30 |
|
Darshan
|
d4de3a722d
|
Merge branch '1.8.x' into 'update-documentation'.
|
2025-07-18 11:46:27 +05:30 |
|
Jake Barnby
|
9ceeb76ad0
|
Merge branch '1.7.x' into 1.8.x
# Conflicts:
# app/controllers/api/databases.php
# composer.lock
# src/Appwrite/GraphQL/Types/Mapper.php
|
2025-07-18 17:24:12 +12:00 |
|
Chirag Aggarwal
|
0a82b6d30d
|
chore: update CLI to 8.2.1
|
2025-07-17 11:44:30 +05:30 |
|
Chirag Aggarwal
|
054b6a995a
|
update dotnet to 0.14.0
|
2025-07-14 08:54:37 +05:30 |
|
Chirag Aggarwal
|
8a2e0d4970
|
chore: update react native to 0.10.1 and changelog
|
2025-07-12 12:04:51 +05:30 |
|
Chirag Aggarwal
|
32cb5e0a79
|
chore: update cli to 8.2.0
|
2025-07-11 16:31:50 +05:30 |
|
Ebenezer Don
|
a2261b8ad0
|
Clarify userId param in endpoints that create accounts
|
2025-07-07 13:22:52 +01:00 |
|
Jake Barnby
|
b2fa28754d
|
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
# .github/workflows/benchmark.yml
# composer.lock
# src/Appwrite/Event/Database.php
|
2025-07-04 10:00:45 -04:00 |
|
Chirag Aggarwal
|
7bbf58d0dd
|
update cli
|
2025-07-04 15:31:52 +05:30 |
|
Chirag Aggarwal
|
2cf7246c7a
|
fix: changelog
|
2025-07-03 18:15:50 +05:30 |
|
Chirag Aggarwal
|
60158aec0c
|
chore: update cli to 8.1.1 as well
|
2025-07-03 18:02:40 +05:30 |
|
Chirag Aggarwal
|
421510f847
|
chore: update nodejs to 17.1.0
|
2025-07-02 11:01:25 +05:30 |
|
Chirag Aggarwal
|
5a48fd6300
|
chore: update cli to 8.1.0 and add changelog
|
2025-06-27 11:43:56 +05:30 |
|
Darshan
|
6118d5b46d
|
remove: wrong examples.
|
2025-06-25 19:10:40 +05:30 |
|
Darshan
|
eb201fe2ae
|
update: examples.
|
2025-06-25 19:07:26 +05:30 |
|
Darshan
|
8632f3360f
|
bump: sdk examples.
|
2025-06-25 12:43:51 +05:30 |
|
Darshan
|
7f8fcb1b0b
|
fix: missing range on tables api.
|
2025-06-23 12:03:45 +05:30 |
|