Skip to content

Releases: SuaveIO/suave

v2.6.2

26 Jan 21:20
Compare
Choose a tag to compare

v2.6.1

15 May 17:26
Compare
Choose a tag to compare

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

09 Dec 00:46
Compare
Choose a tag to compare
v2.6.0

v2.5.6

07 Sep 01:23
Compare
Choose a tag to compare
v2.5.6

v2.5.3

10 Nov 15:50
Compare
Choose a tag to compare
  • Fix regression in Owin module (#717)

v2.5.2

11 Oct 19:42
Compare
Choose a tag to compare
  • Fixes type name collision issue (#715)

v2.5.1

29 Sep 14:33
Compare
Choose a tag to compare
  • Fix multiple problems with last-modified handling (#713).
  • Introduces combinator Redirection.see_other (#712).

v2.5.0

08 Sep 15:10
Compare
Choose a tag to compare
  • 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

25 Jun 01:52
Compare
Choose a tag to compare

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

2.4.2

20 Jun 09:36
@haf haf
Compare
Choose a tag to compare

Improve pathScan logic