vibe.d 0.10.0 release
vibe.d 0.10.0 release
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 clientvibe-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 parservibe-stream
: Advanced stream types and TLS supportvibe-core
: The I/O and concurrency core functionalityvibe-container
: Important container types used throughout the libraryeventcore
: 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
Comments for the post are currently disabled.
0 comments