Skip to content
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

Make ControllerResponse Process method async and asynchronously process controllers responses #30

Closed
i4004 opened this issue Nov 4, 2019 · 0 comments
Assignees
Labels

Comments

@i4004
Copy link
Member

i4004 commented Nov 4, 2019

No description provided.

@i4004 i4004 added this to the Asynchronous operations improve milestone Nov 4, 2019
@i4004 i4004 self-assigned this Nov 4, 2019
@i4004 i4004 added enhancement New feature or request and removed new feature new feature request labels Nov 4, 2019
@i4004 i4004 closed this as completed Dec 17, 2019
i4004 added a commit that referenced this issue Dec 22, 2019
Breaking changes
* Simplify.Web request pipeline asynchronous all the way (Async controllers are now processed the same way as synchronous)
* `ControllerResponse` `Process` is now asynchronous (#30)
* Upgrade to Simplify.Templates 2 (#40)
New
* Controllers `Model` asynchronous `ReadModelAsync` method (#27)
* `IWebContext.RequestBody` asynchronous `ReadRequestBodyAsync` method (#26)
* `IWebContext.Form` asynchronous `ReadFormAsync` method
* Static file handler is asynchronous (#31)
* IWebContext.IsAuthenticated (#42)
* TemplateFactory `LoadAsync` method refactored to correct async
Bug fixes
* RequiredAttribute is not checking empty strings (#29)
* StaticFileResponse is not correctly calculating MIME type by file extension (#34)
Dependencies Updates
* System.IO.Abstractions dependency removed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant