From 97635c5cb53f26412bd7b1fceacce0c36bc35f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Wed, 9 Oct 2024 16:31:51 +0000 Subject: [PATCH] Fix runtimes list --- .../products/functions/runtimes/+page.markdoc | 37 +++++++++---------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/src/routes/docs/products/functions/runtimes/+page.markdoc b/src/routes/docs/products/functions/runtimes/+page.markdoc index 739dc85323..5df81fca38 100644 --- a/src/routes/docs/products/functions/runtimes/+page.markdoc +++ b/src/routes/docs/products/functions/runtimes/+page.markdoc @@ -26,11 +26,13 @@ While still in beta, Appwrite Cloud has limited support for Cloud runtimes. As w `node-19.0` `node-20.0` `node-21.0` +`node-22` * x86 / arm64 / armv7 / armv8 --- * {% icon icon="bun-sh" size="l" /%} * [Bun](https://hub.docker.com/r/openruntimes/bun/tags) * `bun-1.0` +* `bun-1.1` * x86 / arm64 --- * {% icon icon="deno" size="l" /%} @@ -39,6 +41,8 @@ While still in beta, Appwrite Cloud has limited support for Cloud runtimes. As w `deno-1.24` `deno-1.35` `deno-1.40` +`deno-1.46` +`deno-2.0` * x86 --- * {% icon icon="go" size="l" /%} @@ -69,6 +73,7 @@ While still in beta, Appwrite Cloud has limited support for Cloud runtimes. As w `dart-3.0` `dart-3.1` `dart-3.3` +`dart-3.5` * x86 / arm64 / armv7 / armv8 --- * {% icon icon="php" size="l" /%} @@ -89,9 +94,9 @@ While still in beta, Appwrite Cloud has limited support for Cloud runtimes. As w --- * {% icon icon="dotnet" size="l" /%} * [.NET](https://hub.docker.com/r/openruntimes/dotnet/tags) -* `dotnet-3.1` -`dotnet-6.0` +* `dotnet-6.0` `dotnet-7.0` +`dotnet-8.0` * x86 / arm64 / armv7 / armv8 --- * {% icon icon="java" size="l" /%} @@ -101,6 +106,7 @@ While still in beta, Appwrite Cloud has limited support for Cloud runtimes. As w `java-17.0` `java-18.0` `java-21.0` +`java-22` * x86 / arm64 / armv7 / armv8 --- * {% icon icon="swift" size="l" /%} @@ -108,6 +114,7 @@ While still in beta, Appwrite Cloud has limited support for Cloud runtimes. As w * `swift-5.5` `swift-5.8` `swift-5.9` +`swift-5.10` * x86 / arm64 / armv7 / armv8 --- * {% icon icon="kotlin" size="l" /%} @@ -115,6 +122,7 @@ While still in beta, Appwrite Cloud has limited support for Cloud runtimes. As w * `kotlin-1.6` `kotlin-1.8` `kotlin-1.9` +`kotlin-2.0` * x86 / arm64 / armv7 / armv8 --- * {% icon icon="cpp" size="l" /%} @@ -135,11 +143,8 @@ While still in beta, Appwrite Cloud has limited support for Cloud runtimes. As w --- * {% icon icon="node_js" size="l" /%} * [Node.js](https://hub.docker.com/r/openruntimes/node/tags) -* `node-14.5` -`node-16.0` +* `node-16.0` `node-18.0` -`node-19.0` -`node-20.0` * x86 / arm64 / armv7 / armv8 --- * {% icon icon="bun-sh" size="l" /%} @@ -147,6 +152,11 @@ While still in beta, Appwrite Cloud has limited support for Cloud runtimes. As w * `bun-1.0` * x86 / arm64 --- +* {% icon icon="deno" size="l" /%} +* [Deno](https://hub.docker.com/r/openruntimes/deno/tags) +* `deno-2.0` +* x86 +--- * {% icon icon="go" size="l" /%} * [Go](https://hub.docker.com/r/openruntimes/go/tags) * `go-1.23` @@ -154,11 +164,7 @@ While still in beta, Appwrite Cloud has limited support for Cloud runtimes. As w --- * {% icon icon="python" size="l" /%} * [Python](https://hub.docker.com/r/openruntimes/python/tags) -* `python-3.8` -`python-3.9` -`python-3.10` -`python-3.11` -`python-3.12` +* `python-3.9` * x86 / arm64 / armv7 / armv8 --- * {% icon icon="python" size="l" /%} @@ -168,25 +174,18 @@ While still in beta, Appwrite Cloud has limited support for Cloud runtimes. As w --- * {% icon icon="dart" size="l" /%} * [Dart](https://hub.docker.com/r/openruntimes/dart/tags) -* `dart-2.16` -`dart-2.17` -`dart-2.18` -`dart-3.0` +* `dart-2.17` `dart-3.1` * x86 / arm64 / armv7 / armv8 --- * {% icon icon="php" size="l" /%} * [PHP](https://hub.docker.com/r/openruntimes/php/tags) * `php-8.0` -`php-8.1` -`php-8.2` * x86 / arm64 / armv7 / armv8 --- * {% icon icon="ruby" size="l" /%} * [Ruby](https://hub.docker.com/r/openruntimes/ruby/tags) * `ruby-3.0` -`ruby-3.1` -`ruby-3.2` * x86 / arm64 / armv7 / armv8 --- {% /table %}