๐Ÿ‘ a fluffy Gleam web server
23

Configure Feed

Select the types of activity you want to include in your feed.

release v3.0.6

vshakitskiy (Mar 30, 2026, 10:57 AM +0300) 9f26359b d738a08f

+2 -2
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Unreleased 3 + ## v3.0.6 - 30.03.2026 4 4 5 5 - Sanitize CRLF sequences in outgoing HTTP response headers. 6 6 - Eliminate `string.lowercase` in a codebase: validate and lowercase header field names in a single pass, validate and lowercase important protocol header values (like `transfer-encoding`, `connection`, `upgrade` and more) at parse time.
+1 -1
gleam.toml
··· 1 1 name = "ewe" 2 - version = "3.0.5" 2 + version = "3.0.6" 3 3 4 4 description = "๐Ÿ‘ a fluffy Gleam web server" 5 5 target = "erlang"