Skip to content

Releases: gablau/node-red-contrib-blynk-ws

1.0.9 | 2023-01-12

12 Jan 06:55
Compare
Choose a tag to compare

Changed

  • Updated dependencies
  • Updated images docs

1.0.8 | 2023-01-09

09 Jan 18:05
Compare
Choose a tag to compare

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

01 Feb 22:51
Compare
Choose a tag to compare

Changed

  • Updated dependencies for security reasons
  • Provided examples for all nodes
  • Compatibility with Scorecard

1.0.6 | 2021-09-06

05 Sep 22:43
Compare
Choose a tag to compare

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

  • Change of URL in node-config is only picked up after reboot of node-red instance - See Issue #29
  • Wrong constant MsgStatus.BLYNK_INVALID_TOKEN - See Issue #30

1.0.5 | 2021-03-17

16 Mar 23:26
Compare
Choose a tag to compare

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

29 Sep 21:23
Compare
Choose a tag to compare

Changed

  • Updated dependencies for security reasons

Fixed

  • Node - Table - Table ndex not reset on "clear" command - See Issue #25
  • Regexp validation for server url - See Issue #26

1.0.3 | 2020-04-10

09 Apr 22:14
Compare
Choose a tag to compare

Changed

  • Updated dependencies for security reasons

1.0.2 | 2020-03-14

14 Mar 09:03
Compare
Choose a tag to compare

Changed

  • Updated dependencies for security reasons
  • Small changes

1.0.1 | 2019-08-28

28 Aug 00:19
Compare
Choose a tag to compare

Changed

  • Updated dependencies for security reasons
  • Updated esLint + airbnb base

Fixed

  • Bridge node - Regexp validation for auth token

1.0.0 | 2019-07-27

26 Jul 23:32
Compare
Choose a tag to compare

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