From 6f8b9f16ee4e60d7c742d621f909100cc3de7cf7 Mon Sep 17 00:00:00 2001 From: Ebenezer Don Date: Tue, 5 Nov 2024 16:55:44 +0000 Subject: [PATCH] Update messaging --- .../changelog/(entries)/2024-11-05.markdoc | 15 ------------- .../changelog/(entries)/2024-11-06.markdoc | 22 +++++++++++++++++++ 2 files changed, 22 insertions(+), 15 deletions(-) delete mode 100644 src/routes/changelog/(entries)/2024-11-05.markdoc create mode 100644 src/routes/changelog/(entries)/2024-11-06.markdoc diff --git a/src/routes/changelog/(entries)/2024-11-05.markdoc b/src/routes/changelog/(entries)/2024-11-05.markdoc deleted file mode 100644 index 93466b03b4..0000000000 --- a/src/routes/changelog/(entries)/2024-11-05.markdoc +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: changelog -title: "Python runtime update for better performance" -date: 2024-11-05 ---- - -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 been updated to the next patch version. - -{% arrow_link href="/docs/products/functions/runtimes" %} -See our runtime documentation -{% /arrow_link %} \ No newline at end of file diff --git a/src/routes/changelog/(entries)/2024-11-06.markdoc b/src/routes/changelog/(entries)/2024-11-06.markdoc new file mode 100644 index 0000000000..b4ec19780c --- /dev/null +++ b/src/routes/changelog/(entries)/2024-11-06.markdoc @@ -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 %} \ No newline at end of file