Saturn v0.15.0 Release Notes

  • โž• Added

    • 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
    • Added use_endpoint_router to application computation expression allowing to use Endpoint Routing in the application
    • ๐ŸŽ [Infrastructure] Add performance benchmark for Saturn using Endpoint Routing

    ๐Ÿ›  Fixed

    • 0๏ธโƒฃ Preserve stack trace by default in controller (by @retendo)
    • ๐Ÿ›  Fixes exception propagation when using channels (by @retendo)
    • ๐Ÿ›  Fix typo getConfiguration (by @kaashyapan)
    • ๐Ÿ›  Fix putSecureBrowserHeaders header typo (by @Shmew)
    • ๐Ÿ›  Fix application/json not being compressed in response (by @may-day)
    • Include querystring in Turbolinks-location (by @viktorvan)

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated to Giraffe 5.0
    • โšก๏ธ Updated to net5.0 and ASP.NET Core 5
    • ๐Ÿ“ฆ Moved to Giraffe.ViewEngine package for view rendering support