Release vibe.d 0.7.29

Sönke Ludwig via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Jul 4 01:24:40 PDT 2016


Main changes over 0.7.28:

  - Drops support for DMD frontend 2.066.x and below and adds support up
    to 2.071.1
  - Removes all deprecated functionality, as well as the libev driver
  - Contains considerable performance improvements for URLRouter
  - Contains a critical fix for the Json struct, which was prone to
    dangling pointers due to wrong alignment on x64
  - Hopefully removes all instances of "Manually resuming task that is
    already scheduled" assertion failures
  - A number of improvements to the HTTP sub system (see the change log)
  - Json and Bson now output a hand-crafted deprecation message, because
    the deprecated keyword turned out to not have an effect for
    opDispatch. The next version will remove opDispatch completely.
  - Full list of changes: http://vibed.org/blog/posts/vibe-release-0.7.29

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


Version 0.7.30 has already been in parallel development for a while and, 
among other things, adds a new authorization module for the web/REST 
interface generators. If you are interested in this, please check out 
the latest alpha version so that we can make any necessary adjustments 
to the design before 0.7.30 is final.


More information about the Digitalmars-d-announce mailing list