Release candidate vibe.d 0.7.30-rc.1

Sönke Ludwig via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Sep 29 06:44:53 PDT 2016


Am 31.08.2016 um 10:57 schrieb Sönke Ludwig:
> 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 [1] is an SDLang
>     serialization module that became possible this way
>   - opDispatch has been removed from Bson/Json
>   - Optional support for using diet-ng [2] 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
>
> [1]: http://code.dlang.org/packages/vibe-sdlang

The first release candidate has been tagged. It contains several bug 
fixes over the last beta and uses the latest version of diet-ng. The 
optional dependency to diet-ng is now enabled by default for new 
projects, since the latest release is considered stable.

If no new issues come up, the 0.7.30 release is scheduled for the 9th of 
October.

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

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



More information about the Digitalmars-d-announce mailing list