v2.26.1

Improvements

  • Selective GRANT Statement Emission: Updated the system to emit GRANT statements only for Member Junction (MJ) Roles that have corresponding underlying SQL Roles. This change ensures that GRANT statements are not generated for MJ Roles without associated SQL Roles, streamlining permission management.

  • Notification Subscription Optimization: Refined the subscription mechanism for push status notifications. The system now cleans up unnecessary subscriptions and initiates them during the Load() function instead of ngOnInit. This adjustment ensures that notifications are correctly received, even when the provider differs from the default, enhancing the reliability of status updates.