v2.100.3
2 days ago by Ethan Lin
New Features
- Component Registry Router Mode: Added support for mounting Component Registry as an Express Router on existing applications instead of running as a standalone service
- CreateSimpleNotification Callback: Added comprehensive callback support for CreateSimpleNotification throughout the stack
- MetadataSync Always Push Flag: New
alwaysPush
flag to force database updates in MetadataSync push command
Improvements
- Migration Validation: Added automated migration filename validation to CI workflows to ensure proper naming conventions
- Package Lock Management: Auto-update package-lock.json after version publish for better dependency consistency
- Component Registry Caching: Fixed cache method to properly use Registry ID instead of Name for improved cache accuracy
Bug Fixes
- Component Registry Cache: Corrected cache key implementation to prevent cache misses due to incorrect identifier usage
- Simple Notification Implementation: Added missing CreateSimpleNotification implementation stub to complete the callback stack