Skip to content

Implement logic in the Host to determine compatible workers #10945

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
surgupta-msft opened this issue Mar 24, 2025 · 0 comments
Open

Implement logic in the Host to determine compatible workers #10945

surgupta-msft opened this issue Mar 24, 2025 · 0 comments

Comments

@surgupta-msft
Copy link
Contributor

surgupta-msft commented Mar 24, 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.

@surgupta-msft 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant