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 use_response_caching to application CE (by @groma84)
Log prematurely closed connections as info, not as error (by @retendo)
Added DI support for all CEs we provide - the _di versions of custom operations are avaliable in following modules: ApplicationDI, ChannelsDI, ControllerDI (both standard, and endpoint routing), PipelinesDI, and RouterDI (both standard, and endpoint routing) (by @Krzysztof-Cieslak and @Arshia001)
Added controller versioning for endpoint routing (by @Krzysztof-Cieslak)
Added RouterEndpoint, ControllerEndpoint modules allowing to create routing using ASP.NET Endpoint Routing (by @Krzysztof-Cieslak)
Added use_endpoint_router to application computation expression allowing to use Endpoint Routing in the application (by @Krzysztof-Cieslak)
[Infrastructure] Add performance benchmark for Saturn using Endpoint Routing (by @Krzysztof-Cieslak)
Fixed
Preserve stack trace by default in controller (by @retendo)
Fixes exception propagation when using channels (by @retendo)