Skip to content

Releases: zeromq/netmq

4.0.1.13

07 Aug 08:55
41a940c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.1.12...4.0.1.13

4.0.1.12

28 Apr 10:25
cdf1775
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.1.11...4.0.1.12

4.0.1.11

16 Mar 02:57
40504cd
Compare
Choose a tag to compare

What's Changed

  • Fix issue where message is assumed to contain correct length byte (leading to process exit) by @mnmr in #1050

New Contributors

Full Changelog: 4.0.1.10...4.0.1.11

4.0.1.10

29 Sep 05:46
40631c0
Compare
Choose a tag to compare

What's Changed

  • fix: fixed error System.OverflowException: Array dimensions exceeded supported range. by @marcelofontenele in #1030

New Contributors

Full Changelog: 4.0.1.9...4.0.1.10

v4.0.1.9

04 Jul 12:02
549e512
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.1.8...4.0.1.9

v4.0.1.8

29 Jan 10:14
0b58c23
Compare
Choose a tag to compare
  • Bump some package versions
  • Deterministic build (more info)
  • Fix some nullable annotations

v4.0.1.7

28 Jan 13:30
10a263b
Compare
Choose a tag to compare
v4.0.1.7 Pre-release
Pre-release
Merge pull request #963 from somdoron/sockets

add a way to send and receive routing keys

v4.0.1.6

14 Sep 12:01
e86706f
Compare
Choose a tag to compare
Merge pull request #935 from Amberg/TrySendFrameLenghtFix

Fix TrySendFrame if buffer is bigger than length

v4.0.1.5

08 Sep 04:33
671cabc
Compare
Choose a tag to compare
Merge pull request #933 from valeriob/bugfix_do_not_close_a_new_subsc…

…ription_message

do not close a new subscription message right after it's creation

v4.0.1.4

24 Jul 10:18
8c46a3d
Compare
Choose a tag to compare
Merge pull request #924 from dxdjgl/master

Updated NaCl.Net to the 0.1.13 version to have increased performance,…