Analysis Reports#
This section provides detailed analysis reports including version comparisons.
Analysis Reports#
Version Comparisons#
What’s Included#
Version Comparison Reports#
Each comparison report includes:
Summary Statistics: Total extensions, additions, removals
Registry Migrations: Extensions moved between Shared and SDK registries
Newly Added Extensions: New extensions with their support levels
Not Yet Available: Extensions from older versions that aren’t yet available in newer versions
Newly Deprecated: Extensions with new deprecation warnings
Support Level Changes: Promotions and demotions
Understanding Changes#
Registry Migrations#
When an extension moves from a Shared Registry to an SDK Registry, it typically means:
The extension is now build-specific
It’s automatically loaded based on the Kit SDK hash
You should remove explicit version dependencies
When an extension moves from SDK to Shared Registry:
It’s now available across all minor versions
You can specify an exact version in dependencies
It follows semantic versioning
Support Levels#
Core: Production-ready, fully supported
Sample: Example/demo code, community-supported
Deprecated: Scheduled for removal, migrate away
Reports automatically generated from extension registry data