digitalmars.D.announce - Release vibe.d 0.7.29
- =?UTF-8?Q?S=c3=b6nke_Ludwig?= (22/22) Jul 04 2016 Main changes over 0.7.28:
- Saurabh Das (3/4) Jul 05 2016 That's fantastic! I shall definitely check both out.
- eastanon (2/3) Jul 05 2016 Thank you very much for the efforts and hard work!
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
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
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