Skip to content

Releases: SuaveIO/suave

v3.4.3

Choose a tag to compare

@ademar ademar released this 04 Jun 16:28

Fix CPU spin in WebSocket connection.

v3.4.0

Choose a tag to compare

@ademar ademar released this 18 May 17:55

Full HTTP/2 support.

v3.3.1

Choose a tag to compare

@ademar ademar released this 11 May 15:29

Support for multiple listening sockets via SO_REUSEPORT on Linux/BSD.
Plus many performance optimizations.

v3.3.0

Choose a tag to compare

@ademar ademar released this 02 May 13:58

Adds optional FilePartSink to configuration record to allow intercepting of file uploads. (#796)

v3.2.3

Choose a tag to compare

@ademar ademar released this 17 Jan 00:02

New build targeting FSharp.Core 10.0.102

v3.2.2

Choose a tag to compare

@ademar ademar released this 17 Jan 00:00

FIX: Remove incorrect raise exception within accept loop leading to premature exit.

v3.2.1

Choose a tag to compare

@ademar ademar released this 05 Jan 03:46
  • FIX: Rewrite connection shutdown sequence to avoid race conditions under high concurrency load.

v3.2.0

Choose a tag to compare

@ademar ademar released this 12 Dec 14:30
  • Target .NET 10

v3.1.1

Choose a tag to compare

@ademar ademar released this 11 Dec 15:37
  • FIX: Equal signs in query parameter values are not parsed correctly (#774)

v3.1.0

Choose a tag to compare

@ademar ademar released this 09 Dec 15:12

New in v3.1.0

  • Target .NET 9
  • Rewrite of internals using Task, Memory and Pipelines.
  • Many optimizations focusing on reducing memory allocations, improving throughput, and lowering latency.
  • Rate limiting, security headers, validation webparts and new router module.