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.10.0 release

vibe.d 0.10.0 release

Header image
Mon, 19 Feb 2024This major development release brings a big change of the package structure of the low level parts of the toolkit. `vibe-d:http` and everything lower level have been moved to new standalone DUB packages. This will most notably allow to start integrating the HTTP/2 work in `vibe-http` with the rest of the code base, but also reduces friction when working on the lower level functionality, including more frequent releases.

Features and improvements

  • The vibe.d toolkit is now organized into these packages
    • vibe-d: Contains the web and REST framework, as well as MongoDB/Redis drivers, and an SMTP client
    • vibe-http: HTTP client/server, proxy, WebSockets, sessions, router, file server etc.
    • vibe-inet: Internet standard related functionality, such as URL, web forms, HTML encoding and others, as well as a Markdown parser
    • vibe-stream: Advanced stream types and TLS support
    • vibe-core: The I/O and concurrency core functionality
    • vibe-container: Important container types used throughout the library
    • eventcore: Low-level abstraction over the operating system asynchronous I/O and messaging facilities

Download

http://code.dlang.org/packages/vibe-d/0.10.0

http://vibed.org/download?file=vibed-0.10.0.zip

https://github.com/vibe-d/vibe.d/tree/62d43f5ebed162512ccb9ca6abee1877d3f30372

Posted at 09:38:54 +0100 by Sönke Ludwig

Comments for the post are currently disabled.

0 comments