Suave Versions Save

Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition.

v2.6.2

2 years ago

v2.6.1

3 years ago

New in v2.6.1

  • Allow to set custom Server header (#755)
  • Report assigned ephemeral port when binding to port 0 (#754)

v2.6.0

3 years ago

v2.5.6

4 years ago

v2.5.3

5 years ago
  • Fix regression in Owin module (#717)

v2.5.2

5 years ago
  • Fixes type name collision issue (#715)

v2.5.1

5 years ago
  • Fix multiple problems with last-modified handling (#713).
  • Introduces combinator Redirection.see_other (#712).

v2.5.0

5 years ago
  • This release brings a few performance fixes which allows Suave to start competing in the TechEmpower Framework Benchmarks.
  • Fix #706 - Websockets don't work in Firefox.
  • This release also includes breaking changes in the Suave.Logging namespace as we diverge from Logary facade.

v2.4.3

5 years ago

Fix #702 - Can't parse negative numbers in forms

2.4.2

5 years ago

Improve pathScan logic