forked from longshine/Mina.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReleaseNotes.csproj.import
44 lines (44 loc) · 1.54 KB
/
ReleaseNotes.csproj.import
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<Project>
<PropertyGroup>
<PackageReleaseNotes>* 2.0.16
- Override the ToString method of SerialEndPoint for friendly logging.
* 2.0.15
- Added .NET Core support
- Fix the problem that UDP does not work in mono
* 2.0.12
- Fixed memory leak in SocketAcceptor
- Fixed unhandled exceptions in sending/receiving in SocketSession
- Fixed missing WriteTimeout in IoSessionConfig (thanks @UCan927)
* 2.0.11
- Added client mode in SslFilter (thanks @ddfczm)
- Fixed invalid reading in SslFilter
- Fixed incorrect use of Semaphore in ProtocolCodecFilter
* 2.0.10
- Fixed potential performance degradation (thanks @gmav)
- Fixed IConnectFuture.Cancel()
* 2.0.9 - Apache MINA 2.0.9
- Added InputClosed event
- Added support for UDP multicast
- Added throughput calculation
- Updated Common.Logging to v3.0.0
- Fixed a lot
* 2.0.7.1
- Added test for KeepAliveFilter
- Fixed incorrect IoEventType
- Fixed incorrect method calls in socket transport
* 2.0.7 - First release based on Apache MINA 2.0.7
- Unified yet simple API for various transport types:
- TCP/IP & UDP/IP via .NET asynchronous socket
- serial communication
- loopback (in-application pipe)
- Extensible filters
- Low-level and high-level API:
- low-level: uses IoBuffers
- high-level: uses user-defined message objects and codecs
- Highly customizable thread model
- Out-of-the-box SSL · TLS
- Overload shielding & traffic throttling
- Stream-based I/O support via StreamIoHandler
- Tested</PackageReleaseNotes>
</PropertyGroup>
</Project>