bump version to 2.3.0 and add note for ESP8266 BareSSL API changes

This commit is contained in:
Links
2020-10-04 14:59:51 +02:00
parent 9982818cfa
commit f2265118b4
3 changed files with 5 additions and 3 deletions

View File

@ -34,7 +34,9 @@ a WebSocket Server and Client for Arduino based on RFC6455.
###### Note: ###### ###### Note: ######
version 2.0 and up is not compatible with AVR/ATmega, check ATmega branch. version 2.0.0 and up is not compatible with AVR/ATmega, check ATmega branch.
version 2.3.0 has API changes for the ESP8266 BareSSL (may brakes existing code)
Arduino for AVR not supports std namespace of c++. Arduino for AVR not supports std namespace of c++.

View File

@ -13,7 +13,7 @@
"type": "git", "type": "git",
"url": "https://github.com/Links2004/arduinoWebSockets.git" "url": "https://github.com/Links2004/arduinoWebSockets.git"
}, },
"version": "2.2.1", "version": "2.3.0",
"license": "LGPL-2.1", "license": "LGPL-2.1",
"export": { "export": {
"exclude": [ "exclude": [

View File

@ -1,5 +1,5 @@
name=WebSockets name=WebSockets
version=2.2.1 version=2.3.0
author=Markus Sattler author=Markus Sattler
maintainer=Markus Sattler maintainer=Markus Sattler
sentence=WebSockets for Arduino (Server + Client) sentence=WebSockets for Arduino (Server + Client)