From 0d51b09b242e6e93dc84ac92eaa89f4cd96d96f7 Mon Sep 17 00:00:00 2001 From: Jonas Finnemann Jensen Date: Fri, 8 Nov 2024 14:47:04 +0100 Subject: [PATCH 1/2] Bump runtimeVersion --- CHANGELOG.md | 1 + app/lib/shared/versions.dart | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1468f2cfc..1159b2bf41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ AppEngine version, listed here to ease deployment and troubleshooting. ## Next Release (replace with git tag when deployed) * Note: `search` increased `description` weight from `0.9` to `1.0`. + * Bump runtimeVersion to `2024.11.08`. ## `20241107t132800-all` * `search` uses the `IndexedScore` to reduce memory allocations. diff --git a/app/lib/shared/versions.dart b/app/lib/shared/versions.dart index 5bae31e09a..36c4cc96d2 100644 --- a/app/lib/shared/versions.dart +++ b/app/lib/shared/versions.dart @@ -24,8 +24,9 @@ final RegExp runtimeVersionPattern = RegExp(r'^\d{4}\.\d{2}\.\d{2}$'); /// when the version switch happens. const _acceptedRuntimeVersions = [ // The current [runtimeVersion]. - '2024.10.29', + '2024.11.08', // Fallback runtime versions. + '2024.10.29', '2024.10.21', '2024.10.15', ]; From 9af228e5a2c803bf127a90d5792c21eb0dfd9f57 Mon Sep 17 00:00:00 2001 From: Jonas Finnemann Jensen Date: Fri, 8 Nov 2024 14:55:28 +0100 Subject: [PATCH 2/2] Update app/lib/shared/versions.dart MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: István Soós --- app/lib/shared/versions.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/app/lib/shared/versions.dart b/app/lib/shared/versions.dart index 36c4cc96d2..3a2f8247e5 100644 --- a/app/lib/shared/versions.dart +++ b/app/lib/shared/versions.dart @@ -28,7 +28,6 @@ const _acceptedRuntimeVersions = [ // Fallback runtime versions. '2024.10.29', '2024.10.21', - '2024.10.15', ]; /// Sets the current runtime versions.