SaturnFramework Saturn Versions Save

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern

v0.17.0

3 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/SaturnFramework/Saturn/compare/v0.16.1...v0.17.0

v0.16.1

2 years ago

What's Changed

Full Changelog: https://github.com/SaturnFramework/Saturn/compare/v0.16.0...v0.16.1

v0.15.0

2 years ago

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 (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)
  • 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-preview03

3 years ago

Fixed

  • Preserve stack trace by default in controller (by @retendo)
  • Fixes exception propagation when using channels (by @retendo)

v0.15.0-preview02

3 years ago

Added

  • 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)

Changed

  • Updated to Giraffe 5.0-rc-6
  • Updated to net5.0 and ASP.NET Core 5

Fixed

  • 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)

v0.15.0-preview01

3 years ago

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

3 years ago

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

0.13.3

3 years ago

Fix initialization error caused by use_gzip (by @Krzysztof-Cieslak)

0.13.2

3 years ago

Make RequestUrl fetching lazy (by @Krzysztof-Cieslak) Added a few more mime-types that should be compressed. (by @Thorium)

0.13.1

4 years ago

Make SocketMiddleware ~great~ public again (by @Krzysztof-Cieslak)