๐Ÿ‘ a fluffy Gleam web server
23

Configure Feed

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

release v3.0.0

vshakitskiy (Jan 25, 2026, 2:05 PM +0300) cbc61891 1366ad19

+2 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - # Unreleased 3 + # v3.0.0 - 25.01.2026 4 4 5 5 - Fix bug where WebSocket was unusable with TLS enabled 6 6 - Remove `bind_all`
+1 -2
gleam.toml
··· 1 1 name = "ewe" 2 - version = "2.1.3" 2 + version = "3.0.0" 3 3 4 4 description = "๐Ÿ‘ a fluffy Gleam web server" 5 5 target = "erlang" ··· 7 7 repository = { type = "github", user = "vshakitskiy", repo = "ewe" } 8 8 links = [ 9 9 { title = "Gleam", href = "https://gleam.run" }, 10 - { title = "Mist", href = "https://github.com/rawhat/mist" }, 11 10 ] 12 11 13 12 [dependencies]