Merge branch 'staging' into immutable-config

This commit is contained in:
Cohee
2025-02-22 20:15:13 +02:00
35 changed files with 1267 additions and 989 deletions

View File

@@ -104,6 +104,11 @@ const keyMigrationMap = [
newKey: 'extensions.models.textToSpeech',
migrate: (value) => value,
},
{
oldKey: 'minLogLevel',
newKey: 'logging.minLogLevel',
migrate: (value) => value,
},
// uncommend one release after 1.12.13
/*
{