Release Notes - 1.0
1.0.0-beta1
New Support
| Customer Ticket Id | Customer Details |
|---|---|
| Supports async methods of Socket class such as 'Socket.ConnectAsync' resulting in improved transactions. | |
| Supports methods of TcpListener, TcpClient and UdpClient resulting in improved transactions. |
Enhancement/Improvements
| Customer Ticket Id | Customer Details |
|---|---|
| Improves overall efficiency by avoiding evaluation of unnecessary parameters. | |
| Implements Transaction function points. Defines entry/exit points for socket objects. |
1.0.0-alpha1
New Support
| Customer Ticket Id | Customer Details |
|---|---|
| Adds support for socket-based network communication over TCP and UDP. The parser can now recognize socket creation and communication and represent it using client and server objects. |