-
Notifications
You must be signed in to change notification settings - Fork 183
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
Plan for Volo-HTTP 0.2 #355
Comments
Break changes are finished, maybe :) I think we can release a new rc version, and if there is no problem, it can become a stable version. |
Great! |
There is a important config we are using that is not supported in |
For the last task listed above, please add the docs for http to the websites when it's ready @wfly1998 |
Of course. It is expected to be released after the document is completed, document is very important. But the unit test and mock support may be delayed 😢 |
It looks like all breaking changes are complete and we're preparing to add more documentation and release it tomorrow. Unit tests and mocking support will be updated later. |
Volo-HTTP 0.2.0 was released last week, release note: volo-http-0.2.0. Because the design of the previous version was not perfect, this version has more breaking changes 😢. We will ensure that future breaking changes are as minimal as possible. |
Big changes
ServerContext
andService
on server sideState
Request
can behttp::Request
with anyBody
Response
andError
withIntoResponse
Small changes
client
andserver
client
,server
,https
MethodRouterBuilder
Features
Support HTTP/2Others
The text was updated successfully, but these errors were encountered: