-
Notifications
You must be signed in to change notification settings - Fork 475
Updating App Service middleware to 1.5.8 #11416
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Microsoft.Azure.AppService.Middleware.Functions dependency from version 1.5.7 to 1.5.8 to incorporate the latest features and fixes from the middleware package.
Key Changes
- Updated package reference to version 1.5.8 of the App Service middleware
- Added corresponding entry to release notes
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj | Updated package reference version from 1.5.7 to 1.5.8 |
| release_notes.md | Added entry documenting the middleware version update |
a5a9f32 to
b13ad40
Compare
|
Just confirming - normally we would backport middleware updates, right? In this case I don't think it is necessary to, especially to address Flex needs, but it did still surprise me in reviewing the checklist, I suppose. |
Corrected that. I'll have this backported once merged. |
Co-authored-by: fabiocav <[email protected]>
… only Co-authored-by: fabiocav <[email protected]>
… only (#11419) * Initial plan * Backport PR #11416: Upgrade AppService Middleware to 1.5.8 for .NET 8 only Co-authored-by: fabiocav <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: fabiocav <[email protected]>
Pull request checklist
IMPORTANT: Currently, changes must be backported to the
in-procbranch to be included in Core Tools and non-Flex deployments.in-procbranch is not requiredrelease_notes.mdAdditional information
This pull request updates the dependency on
Microsoft.Azure.AppService.Middleware.Functionsto version 1.5.8. This change ensures the project uses the latest features and fixes provided by the middleware package.