You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decoupling workers from the Host and having separate release processes can lead to compatibility issues if apps receive an updated worker version but still run on an old Host version. This mismatch might break the apps, as we recently experienced with extension bundles.
To prevent these situations, Host needs a mechanism to determine and load only compatible workers.
The changes should be validated with Windows (both site extension workers and directory workers) and Linux.
The text was updated successfully, but these errors were encountered:
surgupta-msft
changed the title
Implement static capability negotiation between Host and Workers
Implement logic in the Host to determine compatible workers
Apr 26, 2025
Decoupling workers from the Host and having separate release processes can lead to compatibility issues if apps receive an updated worker version but still run on an old Host version. This mismatch might break the apps, as we recently experienced with extension bundles.
To prevent these situations, Host needs a mechanism to determine and load only compatible workers.
The changes should be validated with Windows (both site extension workers and directory workers) and Linux.
The text was updated successfully, but these errors were encountered: