[zeromq-announce] jeromq 0.5.4

Fabrice Bacchella fabrice.bacchella at orange.fr
Wed Sep 27 08:25:30 CEST 2023


JeroMQ 0.5.4 as been release. It’s a bug fix only release.

It has been signed with the a GPG key, with id 9C925EE1.

From the release notes
* new GPG signature for artifact, id 9C925EE1.

* [#935](https://github.com/zeromq/jeromq/pull/935): With 
  org.zeromq.ZMQ.Event.recv(socket, DONTWAIT), if there is no more,
  event to receive, it throws an NPE although the javadoc says it should
  return null. Fixed.
  
  Also don’t resolve event value for ZMQ_EVENT_MONITOR_STOPPED, it’s a constant.

* [#937] (https://github.com/zeromq/jeromq/pull/937): When doing PLAIN or CURVE 
  authentication, the logic can be exchanged. The client is doing the bind, and
  the server doing the connect. That was not handled, a connect socket was not 
  expected to reuse the session, and so found an already configured zapPipe. It’s
  now handled.

  Some error message was not returning any message, the specification says that an empty error should be returned instead.

  Big rewrite of the tests for mechanisms, the big test function is split and more code is shared.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-announce/attachments/20230927/b2b63952/attachment.htm>


More information about the zeromq-announce mailing list