File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## v0.5.4 (202x-xx-xx)
4
4
5
+ ### Changed
6
+
7
+ * [ #935 ] ( https://github.com/zeromq/jeromq/pull/935 ) : With
8
+ org.zeromq.ZMQ.Event.recv(socket, DONTWAIT), if there is no more,
9
+ event to receive, it throws an NPE although the javadoc says it should
10
+ return null. Fixed.
11
+
12
+ Also don’t resolve event value for ZMQ_EVENT_MONITOR_STOPPED, it’s a constant.
13
+
14
+ * [ #937 ] (https://github.com/zeromq/jeromq/pull/937 ): When doing PLAIN or CURVE
15
+ authentication, the logic can be exchanged. The client is doing the bind, and
16
+ the server doing the connect. That was not handled, a connect socket was not
17
+ expected to reuse the session, and so found an already configured zapPipe. It’s
18
+ now handled.
19
+
20
+ Some error message was not returning any message, the specification says that an empty error should be returned instead.
21
+
22
+ Big rewrite of the tests for mechanisms, the big test function is split and more code is shared.
5
23
6
24
## v0.5.3 (2022-12-03)
7
25
Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ JeroMQ.
140
140
141
141
## License
142
142
143
- All source files are copyright © 2007-2022 contributors as noted in the AUTHORS file.
143
+ All source files are copyright © 2007-2023 contributors as noted in the AUTHORS file.
144
144
145
145
Free use of this software is granted under the terms of the Mozilla Public License 2.0. For details see the file ` LICENSE ` included with the JeroMQ distribution.
146
-
You can’t perform that action at this time.
0 commit comments