Mongoose v6.10 Release Notes

Release Date: 2017-10-31 // over 6 years ago
  • API changes

    • ๐Ÿ‘ SOCKS5 client and server support
    • Timer value is no longer cleared after MG_EV_TIMER event if it was not changed. User's handler must set it to 0 explicitly to avoid repeated invocation.

    ๐Ÿ›  FIxes

    • SSL/TLS listener fix for TI SimpleLink networking interface
    • ๐Ÿšง Double-counting of recved bytes in LWIP interface caused issues
    • ๐Ÿ“œ MQTT SUBSCRIBE command parsing in the broker code could cause crashes
    • ๐Ÿ›  FIxed CGI script connection lifetime management