|
11 | 11 | <iconUrl>https://raw.githubusercontent.com/zeromq/netmq/master/img/NetMQ.ico</iconUrl> |
12 | 12 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
13 | 13 | <description>A 100% native C# port of the lightweight high performance messaging library ZeroMQ</description> |
14 | | - <releaseNotes> |
15 | | - Features: |
16 | | - * XML Comments |
17 | | - * DotNet 3.5 support |
18 | | - * Using IO Completion Port |
19 | | - * Poller support native sockets |
20 | | - * Exceptions and error codes are more expressive |
21 | | - * XPub Welcome Message |
22 | | - * XPub Manual Subscriptions |
23 | | - * Refactoring of Poller methods |
24 | | - * Refactoring of Actor |
25 | | - * Improve router performance by using MurMurHash |
26 | | - * New Send and Receive API |
27 | | - * Disable TimeWait option |
28 | | - * 16bit methods to NetworkOrderBitsConverter |
29 | | - * Improve memory performance by converting a Command class to struct |
30 | | - * Serialisable exceptions |
31 | | - |
32 | | - |
33 | | - Bug Fixes: |
34 | | - * Exceptions are serializeable |
35 | | - * Fix XPub.Verbose Cast exception |
36 | | - * Fix optimization exception on OSX |
37 | | - * Fix XSub subscriptions bug |
38 | | - * Fix memory overflow issue |
39 | | - * Fix bug in YPipe |
40 | | - * Fix Identity bug with InProc |
41 | | - * Fix Identity is sent on reconnect on Stream Socket |
42 | | - * Fix bug with ARM processor |
43 | | - * Fix setting Max Sockets bug |
44 | | - * Fix disposing leaked native sockets in TCPListener |
45 | | - * Fix CreateMonitorSocket causing NetMQContext.Dispose hang |
46 | | - * Fix Device.IsRunning is always false |
47 | | - * Fix Unbind of random port |
48 | | - * Fix proxy with external poller bug |
| 14 | + <releaseNotes> |
49 | 15 | </releaseNotes> |
50 | 16 | <copyright>Copyright 2015</copyright> |
51 | 17 | <tags>ZeroMQ 0MQ CLRZMQ NetMQ Messaging ZMQ transport distributed</tags> |
|
0 commit comments