Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

36 lines (23 loc) · 1.3 KB

changelog

4.1.0 - 30 June 2017

  • Support for WPA Enterprise WiFi setup
  • Minimum version of node bumped from 0.10 to 4.

4.0.3 - 15 Feb 2017

  • Open a dummy socket connection on first TCP command to work around a firmware glitch

4.0.2 - 15 Feb 2017

  • #17 change license from LGPL to Apache 2.0
  • #13 default timeout increase from 2s to 8s for TCP
  • #13 TCP response can be spread over multiple packets
  • #24 Configuration defaults move into SoftAP class so they are available for TCP and HTTP
  • #18 Device ID change to lowercase
  • #23 deviceInfo request was failing with timeout

4.0.1 - 26 Feb 2016

  • Explicitly specify 'http' as protocol

4.0.0 - 23 Feb 2016

  • Remove environment variable and file configuration options.
  • Rename keep_alive to keepAlive and no_delay to noDelay.
  • Implement a strict timeout.
  • Improve error handling.

3.0.2 - 15 Oct 2015

  • Include bugfix by indraastra for CORS requests without preflights.