Apart from some fixes vibe.d received some performance tuning and multi-threaded request processing (thanks to Dicebot for digging up some documents of how Nginx does this). The result is a nice increase in performance (~48 kreq/s vs. 25 kreq/s top) and >10k parallel connections can now easily be handled, at least on 64-bit systems (the needed _virtual_ memory can grow quite large, but real memory use stays low).
DUB has received a number of fixes for bugs that were introduced in the previous release and some smaller enhancements. It now also has Debian packages maintained by Jordi Sayol available. vibe.d change log and download: http://vibed.org/blog/posts/vibe-release-0.7.14 http://vibed.org/download DUB change log: https://github.com/rejectedsoftware/dub/blob/master/CHANGELOG.md http://registry.vibed.org/download
