All Versions
32
Latest Version
Avg Release Cycle
16 days
Latest Release
-

Changelog History
Page 1

  • v0.16.1 Changes

    • ๐Ÿš€ try to trigger release
  • v0.16.0 Changes

    • Using stable Giraffe 6.0.0

    ๐Ÿ”„ Changed

  • v0.16.0-preview03 Changes

    ๐Ÿ”„ Changed

    • Regenerate Nuget Key
  • v0.16.0-preview02 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Fix build file
  • v0.16.0-preview01 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿš€ Updated to Giraffe 6.0 prerelease
    • โšก๏ธ Updated to net6.0 and ASP.NET Core 6
    • โœ‚ Removed Ply and used new FSharp task{} CE
  • v0.15.0 Changes

    โž• 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
  • v0.15.0-preview01 Changes

    June 23, 2020

    โž• Added

    • Helpers for getting IWebHostEnvironment and IConfiguration in context of application CE (by @Krzysztof-Cieslak)
    • ๐ŸŽ [Infrastructure] Add performance benchmark using wrk and GitHub Action to run it

    ๐Ÿ”„ Changed

    โœ‚ Removed

  • v0.14.1 Changes

    June 18, 2020

    โž• Added

    • Helpers for getting IWebHostEnvironment and IConfiguration in context of application CE (by @Krzysztof-Cieslak)
    • ๐ŸŽ [Infrastructure] Add performance benchmark using wrk and GitHub Action to run it

    ๐Ÿ”„ Changed

    โœ‚ Removed

  • v0.14.0

    June 18, 2020
  • v0.13.3 Changes

    June 15, 2020

    ๐Ÿ”„ Changed