feat(apps): simplify route registration and deprecate plugins - #575
Draft
Mehak Bindra (MehakBindra) wants to merge 1 commit into
Draft
feat(apps): simplify route registration and deprecate plugins#575Mehak Bindra (MehakBindra) wants to merge 1 commit into
Mehak Bindra (MehakBindra) wants to merge 1 commit into
Conversation
Add synchronous route registration for caller-owned ASGI hosts and deprecate the legacy plugin extension model without removing compatibility. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: e07e3fb9-03e8-4e38-88fc-8165e49374af
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
App.register_routes()for caller-owned ASGI applicationsApp.initialize()backward compatible while separating route registration from async plugin initializationplugins=,PluginBase, and@Pluginextension model without removing behavior or exportsapp.use(),app.event(), host lifespan hooks, normal composition, and explicit route registrationThis is the compatibility-preserving first step toward the simpler extension model used across the Teams SDKs. Actual plugin removal is deferred to the next major release.
Closes #447
Validation
ruff format --checkruff checkpyrightpytest packages— 1,104 passedexamples/echostartup and HTTP 200 response from/docs