vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

vibe.d 0.7.7 release

vibe.d 0.7.7 release

Header image
Sun, 05 Aug 2012Brings some general improvements and DMD 2.060 compatibility.

Features and improvements

  • Compiles with DMD 2.060
  • Some considerable improvements and fixes for the REST interface generator - it is now also actually used and tested in another project
  • MongoDB supports mongodb:// URLs for specifying various connection settings instead of just host/port (by David Eagen)
  • Added RestInterfaceClient.requestFilter to enable authentication and similar add-on functionality
  • JSON floating-point numbers are now stringified with higher precision
  • Improved const-correctness if the Bson struct (by cybevnm)
  • Added setIdleHandler() to enable tasks that run when all events have been processed
  • Putting a '{' at the end of a D statement in a Diet template instead of using indentation for nesting will now give an error
  • API documentation improvements

Bug Fixes

  • The HTTP server now allows query strings that are not valid forms (github issue #73)

Download

http://vibed.org/download?file=zipball/v0.7.7

http://github.com/rejectedsoftware/vibe.d/

Posted at 19:53:30 GMT by Sönke Ludwig

Comments for the post are currently disabled.

0 comments