vibe.d 0.7.13 release
vibe.d 0.7.13 release
Sun, 24 Feb 2013This releases some issues with the HttpClient in conjunction with SSL connection and contains a lot of cleaning up. Many modules and symbols have been deprecated or renamed to streamline the API and reduce redundant functionality with Phobos.
Features and improvements
- Compiles with the latest DUB, which is now the recommended way to build vibe.d projects
- Changed all public enums to use Phobos' naming convention (except for JSON and BSON)
- Moved
vibe.http.common.StrMapCI
tovibe.inet.nessage.InetHeaderMap
- Deprecated all hash modules in
vibe.crypto
in favor ofstd.digest
- Deprecated the
vibe.crypto.ssl
module (functionality moved tovibe.stream.ssl
) - Deprecated a number of functions that are available in Phobos
- Deprecated the setter methods in the
Cookie
class
Bug fixes
- Fixed connection unlocking in the
HttpClient
- Fixed detection of unsuccessful SSL connection attempts
- Fixed freeing of SSL/BIO contexts
- Fixed some places in the deprecated VPM to use
Path.toNativeString()
instead ofPath.toString()
- Fixed the
package.json
file of the benchmark project - Fixed cross-thread incovations of
vibe.core.signal.Signal
in the Win32 driver - Fixed compilation on DMD 2.062 - issue #183, issue #184
Comments for the post are currently disabled.
0 comments