www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Release vibe.d 0.7.29

reply =?UTF-8?Q?S=c3=b6nke_Ludwig?= <sludwig outerproduct.org> writes:
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.
Jul 04 2016
next sibling parent Saurabh Das <saurabh.das gmail.com> writes:
On Monday, 4 July 2016 at 08:24:40 UTC, Sönke Ludwig wrote:
 [...]
That's fantastic! I shall definitely check both out. Saurabh
Jul 05 2016
prev sibling parent eastanon <biorelated gmail.com> writes:
On Monday, 4 July 2016 at 08:24:40 UTC, Sönke Ludwig wrote:
 [...]
Thank you very much for the efforts and hard work!
Jul 05 2016