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
Changes from all commits
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
22 changes: 22 additions & 0 deletions src/routes/changelog/(entries)/2024-11-06.markdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: changelog
title: Faster Python Functions with new runtime
date: 2024-11-06
---

We've updated the Python runtime on Appwrite Cloud to significantly improve performance by transitioning from Flask to AIOHTTP.

The new runtime brings several improvements:
- Faster startup times and overall execution speed
- Better handling of async workloads
- Improved resource utilization

All existing Python functions have been automatically migrated to the new runtime, so you'll immediately benefit from these performance improvements without any action required.

If you experience any issues with your Python functions, please reach out to us on [Discord](https://appwrite.io/discord) or [GitHub](https://github.com/appwrite/appwrite/issues).

All other runtimes have been updated to the next patch version.

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