Skip to content

Releases: Links2004/arduinoWebSockets

2.3.2

07 Jan 09:27
Compare
Choose a tag to compare
  • initialize WSclient_t better
  • add WebSocketsVersion.h
  • print version on begin in debug

2.3.1

21 Nov 15:40
Compare
Choose a tag to compare
  • Support for Socket.IO 3 added
  • Support for ESP8266 Webserver Hook added
  • Improved BearSSL support (ESP8266)
  • Fix for empty extraHeaders (#577)

2.3.0

04 Oct 14:33
Compare
Choose a tag to compare
  • native BareSSL support for ESP8266 (may brakes existing code)
  • fix Async does not compile (#454)
  • remove build warnings
  • handle ESP32 sha.h changes (#525 )
  • handle when loop is called before begin (#541)
  • Improved examples
  • ws server add clientIsConnected (#563)
  • add HTTP header response timeout (#565)
  • better data flow stale handling (#566)

2.2.0

03 May 08:03
Compare
Choose a tag to compare
  • fix build warnings
  • rework yield handling for ESP32 and ESP8266
  • allow to send socketIO ACK and other message types
  • Increased TCP timeout (see #500)
  • fix readCb error handling (see #470)
  • Initialize _reconnectInterval in constructor (see #521)

Socket.IO 2.0

29 Jun 17:02
c64f2b8
Compare
Choose a tag to compare
  • add support for Socket.IO 2.0
  • feature support ESP32 ETH.h #443
  • feature heartbeat functions
  • fix #447 (support ESP8266 Arduino SDK 2.4)
  • fix #445 #446 ESP32 connect timeout
  • fix #434 #428 (support ESP8266 Arduino SDK TLS API changes)
  • fix security and RFC #208 #430
  • add clang-format

2.1.1

08 Aug 16:18
Compare
Choose a tag to compare
  • adapt to ESP32 changes (#319, #343)
  • call end for ESP8266_ASYNC TCP Server
  • fix #146 HTTP Header handler
  • add connectedClients see #242
  • allow usage of IPAddress #230
  • add close #322
  • Allow custom WEBSOCKETS_SERVER_CLIENT_MAX definition

2.1.0

05 Mar 18:05
a67a8dd
Compare
Choose a tag to compare
  • #279 ESP32 support
  • #244 zero _clients struct
  • #243 add virtual to destructor
  • #240 Add example for plain STOMP connection
  • improved travis build tests

2.0.9

21 Aug 19:42
Compare
Choose a tag to compare
  • workaround windows gcc Template issue (#228, #229)

2.0.8

19 Aug 20:03
Compare
Choose a tag to compare
  • improve handling of writing massive amount of data
  • add setReconnectInterval to the client

2.0.7

18 Aug 15:15
Compare
Choose a tag to compare
  • travis build tests
  • support for fragmentation / continuation opcode Receive
  • SocketIO over SSL
  • Improved memory usage
  • add missing include for ESP with W5100 #177
  • Improved LED examples #178
  • fix #176 send 401 Header on empty auth
  • fix NULL ptr when server abort the connection #207
  • SockJS+Stomp example