Compare commits

...

1 Commits

Author SHA1 Message Date
Zhongying Qiao 07d8d96207 change: add clear, specific instructions on critical tests scenarios for schema changes 2026-01-08 15:52:52 -08:00
+8
View File
@@ -7,6 +7,14 @@
*
* This schema is used by both the extension and the API server for validation.
* Any changes here require a coordinated deployment to avoid validation errors.
* Please test the changes in following scenarios:
* - Old version of extension without schema changes + new Dashboard with schema
* changes to ensure forward compatibility;
* - New version of extension with schema changes + old version of Dashboard without
* schema changes to ensure backward compatibility;
* - New versions of extension and Dashboard with schema changes;
* in order to ensure safe releases, regardless of whether the extension or
* Dashboard will be released first.
*
* ═══════════════════════════════════════════════════════════════════════════
*/