Skip to content

feat: Http V2 Support #1455

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

Merged
merged 112 commits into from
Apr 12, 2024
Merged

feat: Http V2 Support #1455

merged 112 commits into from
Apr 12, 2024

Conversation

YunchuWang
Copy link
Member

@YunchuWang YunchuWang commented Mar 29, 2024

Http V2 Worker Changes (only supporting for python 3.8+)

  • Adding new worker dependency package for http v2 'azurefunctions.extensions.base'
  • Change to dynamically detect customer brought http v2 extension api and whitelist them for type checking and ensure third party web app transparency in worker.
  • Starting a http server of customer brought extension api and coordinate func execution and http traffic flows consistently.
  • Tests, pipelines changes.

Related github issues
#1349
#929

Related public documentations
Azure Functions: Support for HTTP Streams in Node.js is now in Preview - Microsoft Community Hub

PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made and CI is passing.

Quality of Code and Contribution Guidelines

@YunchuWang YunchuWang changed the title Http Proxy Support Http V2 Support Apr 5, 2024
@YunchuWang YunchuWang marked this pull request as ready for review April 5, 2024 16:46
@YunchuWang YunchuWang changed the title Http V2 Support feat: Http V2 Support Apr 5, 2024
@gavin-aguiar
Copy link
Contributor

Update the description

@YunchuWang YunchuWang requested a review from vrdmr April 12, 2024 17:45
@YunchuWang YunchuWang merged commit 2c77ac5 into dev Apr 12, 2024
49 of 51 checks passed
@YunchuWang YunchuWang deleted the wangbill/http_v2 branch April 12, 2024 21:10
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

Successfully merging this pull request may close these issues.

5 participants