Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

42 lines (34 loc) · 1.42 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Added

  • A Doxygen frontpage for Sockets

v1.1.4 - 2016-03-16

Added

  • Configuration file to support test coverage generation

v1.1.3 - 2016-03-02

Improved

  • Updated sockets tests to work with new mbed-greentea infrastructure

v1.1.2 - 2016-03-01

Updated

  • Updated mbed-drivers dependency to 1.0.0

Improved

  • Documentation now defines expected error codes
  • Error codes returned match documentation
  • Additional checks for failing conditions

Added

  • A new TCPStream constructor for use with accept()
  • The previous TCPStream constructor used with accept() is now deprecated

Improved

  • 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