Releases: gablau/node-red-contrib-blynk-ws
Releases · gablau/node-red-contrib-blynk-ws
1.0.9 | 2023-01-12
1.0.8 | 2023-01-09
Changed
- Increased minimum Node-red version to 2.0.0
- Increased minimum Node version to 12.22.12
- Updated dependencies for security reasons
- Remove info of public server: blynk-cloud.com
- Returns warning if trying to connect to old cloud server
- Converting the examples to local server
- Updated docs link to new address https://gablau.dev/blynk-legacy-docs/
1.0.7 | 2022-02-01
Changed
- Updated dependencies for security reasons
- Provided examples for all nodes
- Compatibility with Scorecard
1.0.6 | 2021-09-06
Changed
- Updated dependencies for security reasons
- Warning on SSL connection to blynk cloud server
- Change on('input') event with footprint for node red 1.0
Fixed
1.0.5 | 2021-03-17
Fixed
- Interim fix for server certificate expiration. You can continue to use the wss connection even if the certificate has expired. See this forum post
1.0.4 | 2020-09-29
1.0.3 | 2020-04-10
Changed
- Updated dependencies for security reasons
1.0.2 | 2020-03-14
Changed
- Updated dependencies for security reasons
- Small changes
1.0.1 | 2019-08-28
Changed
- Updated dependencies for security reasons
- Updated esLint + airbnb base
Fixed
- Bridge node - Regexp validation for auth token
1.0.0 | 2019-07-27
Added
- Utf-8 support in blynk message
- ESLint to increase code quality and discover problems
- Adopted the Airbnb javascript code style
Changed
- Refactoring and adjusted all the source code to the new standard
- Various code improvements
Fixed
- Regexp validation for auth token - See Issue #13