From 724a1156ae5e68202ad2b53fb1b11a1d20208af9 Mon Sep 17 00:00:00 2001 From: Changelog bot Date: Thu, 19 Sep 2024 14:25:38 +0000 Subject: [PATCH 1/2] feat(changelog): add new entry --- ...nged-serverless-functions-default-sandbox-.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 changelog/september2024/2024-09-19-functions-changed-serverless-functions-default-sandbox-.mdx diff --git a/changelog/september2024/2024-09-19-functions-changed-serverless-functions-default-sandbox-.mdx b/changelog/september2024/2024-09-19-functions-changed-serverless-functions-default-sandbox-.mdx new file mode 100644 index 0000000000..7cbf4f2010 --- /dev/null +++ b/changelog/september2024/2024-09-19-functions-changed-serverless-functions-default-sandbox-.mdx @@ -0,0 +1,15 @@ +--- +title: Serverless Functions default sandbox set V2 +status: changed +author: + fullname: 'Join the #serverless-functions channel on Slack.' + url: 'https://slack.scaleway.com' +date: 2024-09-19 +category: serverless +product: functions +--- + +To reduce cold-starts we recently added a new sandbox v2. + +Now on the console it's the default value for new Functions, we encorage to use it for better performances. + From e55f4b827a7e20eaf6004c3202b8d2bfa91bac87 Mon Sep 17 00:00:00 2001 From: nerda-codes <87707325+nerda-codes@users.noreply.github.com> Date: Fri, 20 Sep 2024 09:38:37 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> --- ...ctions-changed-serverless-functions-default-sandbox-.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog/september2024/2024-09-19-functions-changed-serverless-functions-default-sandbox-.mdx b/changelog/september2024/2024-09-19-functions-changed-serverless-functions-default-sandbox-.mdx index 7cbf4f2010..4012c3a5a1 100644 --- a/changelog/september2024/2024-09-19-functions-changed-serverless-functions-default-sandbox-.mdx +++ b/changelog/september2024/2024-09-19-functions-changed-serverless-functions-default-sandbox-.mdx @@ -1,5 +1,5 @@ --- -title: Serverless Functions default sandbox set V2 +title: Serverless Functions default sandbox set to v2 status: changed author: fullname: 'Join the #serverless-functions channel on Slack.' @@ -9,7 +9,7 @@ category: serverless product: functions --- -To reduce cold-starts we recently added a new sandbox v2. +To reduce cold-starts, we recently added a new version of our sandbox: v2. -Now on the console it's the default value for new Functions, we encorage to use it for better performances. +This is now the default sandbox version for new Functions on the console, as it offers enhanced performance.