All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- A Doxygen frontpage for Sockets
v1.1.4 - 2016-03-16
- Configuration file to support test coverage generation
v1.1.3 - 2016-03-02
- Updated sockets tests to work with new mbed-greentea infrastructure
v1.1.2 - 2016-03-01
- Updated mbed-drivers dependency to 1.0.0
- Documentation now defines expected error codes
- Error codes returned match documentation
- Additional checks for failing conditions
- A new TCPStream constructor for use with
accept()
- The previous TCPStream constructor used with
accept()
is now deprecated
- SocketAddr now formats both IPv4 and IPv6 addresses
- SocketAddr now interprets text addresses into internal representation with the setAddr API
- Added an API to enable/disable Nagle's algorithm on TCP Streams