On Wed, 31 Aug 2016 09:00:15 GMT, Sönke Ludwig wrote:

Main changes over 0.7.29:

  • Compiles on the latest DMD version
  • Added a new authorization framework for the web/REST interface generators
  • Extended the serialization framework with more hooks and traits, enabling the use of custom UDAs - [vibe-sdlang][vibe-sdlang] is an SDLang serialization module that became possible this way
  • opDispatch has been removed from Bson/Json
  • Optional support for using [diet-ng][diet-ng] has been added (simply add it as a dependency and it will be used by render())
  • The HTTP client can now be used on Unix socket destinations
  • Added table support for the Markdown compiler

All changes:
https://github.com/rejectedsoftware/vibe.d/blob/master/CHANGELOG.md

DUB package:
http://code.dlang.org/packages/vibe-d/0.7.30-beta.1

[vibe-sdlang]: http://code.dlang.org/packages/vibe-sdlang
[diet-ng]: http://code.dlang.org/packages/diet-ng

A second release candidate has been tagged and contains some more fixes: https://github.com/rejectedsoftware/vibe.d/commit/ab1ac33c564ad8d593104e30cc93eb1779c88d4a - plus some regression fixes for issues that got introduced since the last alpha release (not mentioned in the change log).

The release has been rescheduled for next Thursday.