From 2a549f8c3209d1f5371b55869ec53463f06644e0 Mon Sep 17 00:00:00 2001 From: Jonas Finnemann Jensen Date: Mon, 11 Nov 2024 10:21:48 +0100 Subject: [PATCH] Bump runtimeVersion to fix metadata issue in ExportedApi --- CHANGELOG.md | 3 ++- app/lib/shared/versions.dart | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1159b2bf41..03947fe1c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ 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`. + * Bump runtimeVersion to `2024.11.11`. + * Enabled generation of `ExportedApi`. ## `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 3a2f8247e5..eb4bb8eb62 100644 --- a/app/lib/shared/versions.dart +++ b/app/lib/shared/versions.dart @@ -24,7 +24,7 @@ final RegExp runtimeVersionPattern = RegExp(r'^\d{4}\.\d{2}\.\d{2}$'); /// when the version switch happens. const _acceptedRuntimeVersions = [ // The current [runtimeVersion]. - '2024.11.08', + '2024.11.11', // Fallback runtime versions. '2024.10.29', '2024.10.21',