vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

vibe.d 0.7.22 release

vibe.d 0.7.22 release

Header image
Mon, 12 Jan 2015A small release mostly fixing compilation issues on DMD 2.065, LDC 0.14.0 and GDC. It also contains the new optional libasync based event driver for initial testing.

Features and improvements

  • Added a new event driver based on the libasync native D event loop abstraction library (by Etienne Cimon) - pull #814
  • Added support for @headerParam in the REST interface generator (by Mathias Lang aka Geod24) - pull #908
  • Added font/woff as a recognized compressed MIME type to avoid redundant compression for HTTP transfers (by Márcio Martins) - pull #923
  • The BSON deserialization routines now transparently convert from long to int where required (by David Monagle) - pull #913

Bug fixes

  • Fixed an overload conflict for urlEncode introduced in 0.7.21
  • Fixed a compilation issue with Exception typed _error parameters in web interface methods (by Denis Hlyakin) - pull #900
  • Fixed conversion of Bson.Type.undefined to Json (by Márcio Martins) - pull #922
  • Fixed messages leaking past the end of a task to the next task handled by the same fiber (by Luca Niccoli) - pull #934
  • Fixed various compilation errors and ICEs for DMD 2.065, GDC and LDC 0.14.0 (by Martin Nowak) - pull #901, pull #907, pull #927

Posted at 10:40:42 +0100 by Sönke Ludwig

Comments for the post are currently disabled.

0 comments