We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64eb8cc commit fb3bde8Copy full SHA for fb3bde8
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+1.4.0 - 2026-03-03
2
+==================
3
+
4
+- Added HTTP server support for Unix sockets - [pull #70][issue70]
5
+- `ChunkedInputStream` now operates lazily - [pull #69][issue69], [issue vibe.d#2332][issue2332-vibe-d]
6
+- Fixed remotely terminated WebSocket connections not being detected due to a regression on vibe-stream - [pull #69][issue69]
7
8
+[issue69]: https://github.com/vibe-d/vibe-http/issues/69
9
+[issue70]: https://github.com/vibe-d/vibe-http/issues/70
10
+[issue2332-vibe-d]: https://github.com/vibe-d/vibe.d/pull/2332
11
12
13
1.3.3 - 2026-02-02
14
==================
15
0 commit comments