vibe.d 0.7.19 has been released

Sönke Ludwig sludwig+dforum at outerproduct.org
Wed Apr 9 10:55:08 PDT 2014


Due to some personal events, this release took a lot longer than 
anticipated, but now it's ready (with a record number of 120 
fixes/additions). Major changes and improvements:

- Implemented SSL certificate validation (mostly important for HTTP
   client requests and for the SMTP client) - note that there is
   currently no built-in set of known root certificates, so those have
   to be supplied manually

- New vibe.web.web module for building web interfaces in a similar
   descriptive way as with the REST interface generator

- Various improvements of the Diet compiler, bringing it closer to the
   latest version of Jade

- A number of performance improvements (unfortunately without any hard
   benchmark numbers)

- New FileDescriptorEvent class usable to integrate foreign file
   handles, such as pipes or sockets created by external libraries, into
   the event loop

- Lots of improvements to the Redis client with more to come in the
   next release

- Of course compiles with the latest DMD

The full list of changes/fixes can be found at
http://vibed.org/blog/posts/vibe-release-0.7.19

Homepage: http://vibed.org/
DUB package: http://code.dlang.org/packages/vibe-d
GitHub: https://github.com/rejectedsoftware/vibe.d


More information about the Digitalmars-d-announce mailing list