diff --git a/changelog/march2025/2025-03-25-functions-changed-functions-runtimes-update.mdx b/changelog/march2025/2025-03-25-functions-changed-functions-runtimes-update.mdx new file mode 100644 index 0000000000..a106c95e9d --- /dev/null +++ b/changelog/march2025/2025-03-25-functions-changed-functions-runtimes-update.mdx @@ -0,0 +1,33 @@ +--- +title: Functions runtimes update +status: changed +date: 2025-03-25 +category: serverless +product: functions +--- + +#### New runtimes +* Rust 1.85.1 (edition 2024) +* Go 1.23 +* Go 1.24 +* PHP 8.4 +* Python 3.13 + +#### Deprecated runtimes +* Python 3.9 + +#### End of support +* Rust 1.79 +* Go 1.20 +* Go 1.21 +* Node 18 +* Python 3.8 + +#### End of life +* Rust 1.65 +* Node 14 +* Node 16 +* Python 3.7 + + +For additional informations about Serverless Functions runtimes, check the [dedicated documentation](/serverless-functions/reference-content/functions-runtimes/).