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
Add context.Context to HTTP middleware interface constructors (#14549)
#### Description
API change in extensionmiddleware, an unstable package to allow
middleware access to the start context.
HTTP only. gRPC is treated in #14536.
This is technically a breaking change in configmiddleware and for all
implementations of this extension. We believe no one is using this
feature outside of this repository, see memorylimiter is fixed here.
#### Link to tracking issue
Part of
#14523
#### Documentation
N/A
0 commit comments