Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add python runtime changelog #1427

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/routes/changelog/(entries)/2024-10-09.markdoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@

---
layout: changelog
title: Announcing Deno support on Appwrite Cloud
date: 2024-10-09
cover: /images/changelog/2024-10-09.png
---

Today, Appwrite expands the Cloud Function ecosystem with a new, powerful runtime that offers developers simplicity and security—introducing Deno support.
Today, Appwrite expands the Cloud Function ecosystem with a new, powerful runtime that offers developers simplicity and security—introducing Deno support.

With [Deno](https://deno.com/), you can write modern, fast, and secure cloud functions in JavaScript and TypeScript, which includes all-in-one tooling such as a [linter](https://docs.deno.com/runtime/reference/cli/linter/), [test runner](https://docs.deno.com/runtime/reference/cli/test/), [formatter](https://docs.deno.com/runtime/reference/cli/formatter/) and more, as well as [web standards API support](https://docs.deno.com/runtime/reference/web_platform_apis/).

Expand Down
15 changes: 15 additions & 0 deletions src/routes/changelog/(entries)/2024-10-11.markdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: changelog
title: "Update to Python runtime for better performance"
date: 2024-10-11
---

We've updated the Python runtime on Appwrite Cloud to significantly improve performance.

In the new runtime, we've transitioned from `Flask`, resulting in faster startup times and overall execution speed.

All other runtimes have received patch updates.
ebenezerdon marked this conversation as resolved.
Show resolved Hide resolved

{% arrow_link href="/docs/products/functions/runtimes" %}
See our runtime documentation
{% /arrow_link %}
Loading