iMatix Corporation is announcing that ZeroMQ with version number 4.1.3 is already available to download.
What is ZeroMQ ?
ZeroMQ is A powerful, yet lightweight communication and messaging protocol, developed to carry asynchronous messages inside distributed applications .
ZeroMQ, or 0MQ and ØMQ is a complex library implementing a distributed messaging pattern.It can run without a message broker and it can scale to any application size.ZeroMQ comes with a message queue manager and a socket-like API.Bindings for various programming languages are also available:CC#C++ClojureCommon LispDDelphiErlangFlash/Flex/ActionScriptActionScriptGoGoHaskellJavaJavaScriptNode.jsLuaObjective-CObjective CamlObjective CamlPHPPerlPythonRRubyRacketScalaSmalltalk
This is changelog for ZeroMQ version 4.1.3 :
- Fixed:
- Out of tree build issue on Linux.
- Hangs on terminate when inproc connected but never bound.
- Assertion failure at ip.cpp:137 when using port scanner.
You can read the complete changelog and also download this latest version on their homepage: zeromq.org