All posts
vibe.d 0.9.4 release

Thu, 30 Sep 2021Brings some important bug fixes in the HTTP client and StreamOutputRange. Also adds custom serializer support and input range return support for the REST interface generator and removes some deprecated symbols.
vibe.d 0.9.3 release

Fri, 29 Jan 2021Brings some important bug fixes in the HTTP client and `StreamOutputRange`. Also
adds custom serializer support for the REST interface generator and removes
some deprecated symbols.
vibe.d 0.9.0 release

Sun, 26 Jul 2020Removes all legacy drivers (libevent, win32, libasync) and now fully relies on
vibe-core instead. MongoDB authentication and index management has been brought
up-to-date and several OpenSSL build issues have been solved.
vibe.d 0.8.6 release

Thu, 03 Oct 2019Officially deprecates the old libevent based core module and updates compiler
support to the latest versions. This release contains a number of small
features, bug fixes, as well as improving the default HTTP session cookie
security.
vibe.d 0.8.5 release

Tue, 26 Mar 2019This release revamps the OpenSSL 1.1 support, new support for index-less form
array fields, and of course a number of bug fixes as well as smaller additions.
vibe.d 0.8.4 release

Sat, 02 Jun 2018Small release with official support for DMD 2.080.0 and LDC 1.9.0, which contains a number of fixes and improvements.
vibe.d 0.7.33 maintenance release

Wed, 16 May 2018Being the final public release on the 0.7.x branch, this version on DMD 2.068.2 up to DMD 2.080.0 and LDC 1.9.0. It includes some major fixes and improvements backported from the 0.8.x branch. Since this marks the last 0.7.x release, all code depending on it should now be upgraded to 0.8.3 or later.
vibe.d 0.8.3 release

Thu, 08 Mar 2018The deprecation phase of the legacy "vibe-d:core" module starts with this release by defaulting to the new "vibe-core" package. Additionally, DMD 2.079.0 is supported and some notable improvements have been made to the HTTP implementation, with the URLRouter in particular, as well as other parts of the library.
vibe.d 0.8.2 release

Tue, 12 Dec 2017The major changes in this release are HTTP forward proxy support, handling incoming HTTP requests on custom transports and a MongoDB based session store. On top of that, there are many smaller improvements in the HTTP server, web/REST generator, JSON/BSON support and the TLS sub system.
vibe.d 0.7.32 maintenance release

Mon, 04 Sep 2017Maintenance release for the 0.7 branch. This contains the fixes that went into 0.8.0 and 0.8.1 backported to 0.7.31. In addition to the bug fixes, DMD 2.076.0 is now also supported and tested. This release may be the last one for the 0.7.x branch, it is highly recommended to start porting applications to 0.8.1.