Blynk Server Versions Save

Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes

v0.41.7

4 years ago
  • Correct set timestamp on face edit;
  • Additional fields added;
  • Do not override email field on the face edit;
  • Do not send email on the server start;
  • Better security for auth token;

v0.41.6

5 years ago
  • Widget value has priority over pin storage value;
  • Netty, jackson versions updated;
  • Verify email when editing username from the web;
  • Removed old purchase validation;

v0.41.5

5 years ago
  • Timer widget fix;
  • Acme4j dependency updated;

v0.41.4

5 years ago
  • Added address fields to the device;
  • Fixed notification issue with ignorePeriod;

v0.41.3

5 years ago
  • Less allocations for hot methods;
  • Fix for non working offline notifications;
  • Mail widget TO fields now have priority over hardcoded value in sketch;
  • Fixed log4j2 warning on the server start on Java 11;
  • NPE fix in clone handler;
  • All dependencies updated;

v0.41.2

5 years ago
  • Preserve widget values on update;
  • Correctly exclude data streams from the reports;
  • Turn off a local backup when DB is enabled;
  • Cleanup;

v0.41.1

5 years ago
  • Netty, Jackson updated;
  • Removed not used property from Tabs widget;
  • Do not spam known exception;

v0.41.0

5 years ago
  • New fields for dash and tabs;
  • Replaced netty ConcurrentSet with java KeyView;
  • Cleanup timers code;
  • SessionDao cleanup;
  • Cleanup;
  • Dependencies updated;

v0.40.2

5 years ago
  • Facebook login fix;
  • Code for tags moved;
  • Code for devices moved;
  • Cleanup;

v0.40.1

5 years ago
  • Many refactorings;
  • PinStorage moved out from project;
  • Eventor now can change widget properties;