Release vibe.d 0.7.26

Sönke Ludwig via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Nov 3 23:41:30 PST 2015


This release compiles on the 2.069.0 (D)DMD frontend. Major changes:

  - Big revamp of the REST interface generator that makes the
    implementation much simpler and more robust. A first result of this
    is a simple JavaScript client generator useful for supporting AJAX
    style sites. The next release will also support CORS [2] on this
    basis.
  - Optional support for using Botan [1] for TLS streams
  - Lot's of bug fixes in the libasync driver
  - VibeCustomMain is now the default, only VibeDefaultMain is needed
    now to use vibe.d's default main function

This release contains a lot of medium size changes that would be too 
many to list them here, see the change log for a full list:
http://vibed.org/blog/posts/vibe-release-0.7.26

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


[1]: https://github.com/etcimon/botan
[2]: https://en.wikipedia.org/wiki/Cross-origin_resource_sharing


More information about the Digitalmars-d-announce mailing list