We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcebb30 commit 7e4c53eCopy full SHA for 7e4c53e
CHANGELOG.txt
@@ -0,0 +1,16 @@
1
+1.1.0 - 2024-04-26
2
+==================
3
+
4
+- Fixed the proxy code to properly forward multiple headers with the same name (by Alexibu) - [pull #30][issue30]
5
+- `URLRouter` now properly handles URL encoded path segments, both at registration and at match time (by Vijay Nayar) - [pull #35][issue35]
6
7
+[issue30]: https://github.com/vibe-d/vibe-http/issues/30
8
+[issue35]: https://github.com/vibe-d/vibe-http/issues/35
9
10
11
+1.0.0 - 2024-02-17
12
13
14
+This is the first stable release, based on the code base in the vibe.d main
15
+repository, at this point in time. Directly after this, vibe.d 0.10.0 got
16
+released, in turn removing its copy of the HTTP code.
0 commit comments