Version | Description |
V7.3.0 |
- added event recording debug library variant
|
V7.2.0 |
- corrected DHCP client to accept DHCP OFFER message, if source IP of relay agent is 0.0.0.0
- corrected return status in netUDP_Send function to indicate an error, if the packet is dropped while sending UDP packets back to back
- improved compatibility with ARM Compiler 6
- expanded buffer size for the modem response string from 40 to 128 bytes
- corrected infinite receive timeout in recv function, when BSD stream socket is in server mode
- simplified and optimized processing user command in Telnet server user interface
- added decoding of URL-encoded file/path information in HTTP server (ie. space character in a resource filename)
- optimized sending emails to generate less packets in SMTP client
- corrected thread deadlock in gethostbyname function, if netDNSc_GetHostByName function is called at the same time
|
V7.1.0 |
- added HTTPS Server for secure communication (HTTP over TLS/SSL) using mbed TLS library
- corrected link disconnect problem in netPPP_Close and netSLIP_Close functions
- updated HTTP, FTP, Telnet and TFTP Server start/stop control functions to blocking mode (function is completed after the server is running/has stopped)
- corrected problem of FTP Server not working with USB Host file system
- corrected BSD receive functions to return BSD_ERROR_CLOSED, if the connection is unexpectedly closed in blocking mode
- corrected serial communication problem on high-speed devices using PPP or SLIP interface
- added osThreadYield in Network core main loop (cooperative multithreading)
- added BSD socket event notification for mbed-client integration
- added access to modem response string in modem driver
- corrected low TCP performance problem when using only netTCP_Send and no network services
|
V7.0.0 |
- corrected connectivity problem in PPP interface running in server mode
- added support for relay agents in DHCP client (server on different subnet)
- added SO_RCVTIMEO option in BSD socket interface to set blocking receive timeout
- added support for AAAA-records in DNS client (resolves IPv6 address)
- added DHCPv6 client for dynamic address configuration (stateless or stateful mode)
- corrected minor bugs identified by static analysis of the source code
- added support for content type "text/plain" in HTTP server POST request processing
- corrected DHCP client lease renewal to update also DNS servers
- added fractional seconds time information in SNTP client
- added redirection of missing resources to a new location in HTTP server
- added IP address conflict detection for IPv4 and IPv6
- added Stateless Address Auto Configuration (SLAAC)
- added IPv6 FTP extensions in FTP server and FTP client
- added MIME type ".pdf" in HTTP server supported file types
- added netCGI_ContentType() function for custom MIME types
- added system configuration check in netInitialize(), signal NET_ERROR_CONFIG on error
- added system created network Core and interface threads in a library
- added mutex protection to network API functions, these functions are now thread-safe
- added adaptive time polling in ETH thread when ETH driver is used in polling mode
- updated dynamic port range in TCP and UDP sockets to use IANA recommendation (49152 - 65535)
- updated to provide full path for FTP server user access control
- corrected "frame too short" error in HTTP server when processing fragmented POST requests
- corrected application build problem when using PPP interface
- corrected bug in processing router advertisement message
- corrected vulnerability to Spank Attack and Spoofed RST packets
- corrected IPv6 receive address for loop-back interface
|
V7.0.0 (beta) |
- Initial release of dual-stack (IPv4 and IPv6) version of Network Component
- Incompatible API to version 6.x (refer to Migration)
- Added Implemented RFCs
- This Pack contains example projects for development boards: MCB1800, MCBSTM32F200, MCBSTM32F400
|