Skip to content

Releases: UniversalDevicesInc/polyglot-v2

v2.2.4

28 Sep 23:38

Choose a tag to compare

v2.2.4 Pre-release
Pre-release
2.2.4

2.2.3

25 Sep 18:37
0fc2e4c

Choose a tag to compare

Merge pull request #69 from UniversalDevicesInc/edev

Edev

2.1.2

23 Mar 17:38

Choose a tag to compare

Version 2.1.2

  • Moved addNode/updateNode logic into Polyglot removed from polyinterfaces
  • Added update script to run on all future upgrades to automatically upgrade polyinterfaces
  • Added change nodeDef call if nodeDefId is changed for a node
  • Added change API for ns to change nodeDefId if necessary
  • sendResult bug fix where sometimes node.start() wasn't called
  • Documentation updates

2.1.1

14 Mar 11:38

Choose a tag to compare

Version 2.1.1

  • Upgraded to Angular 5 for Frontend interface
  • Migrated from Paho to MQTT.JS for Frontend MQTT Client
  • Fixed Angular 5 Modal
  • Added Uptime/Started At Frontend messages
  • Fixed MQTT inconsistencies with Aedes
  • Completely re-wrote the db calls
  • Moved to ISY Keep-alive for increased speed
  • Increased overall speed roughly 3000% on adds/driver updates
  • Dropped CPU/mem usage by roughly 60%
  • Drivers automatically sync to ISY on node add for 'initialization'
  • Drivers automatically sync to ISY on startup from previously save values
  • Restructured database, no breaking changes at the moment, eventually moving to multi-add interface
  • Allow HTTP non-secure configuration option
  • Specify IP to help with Docker builds

2.1.0

14 Mar 11:32

Choose a tag to compare

Version 2.1.0

  • Fixed graceful shutdowns and error catches to properly (and cleanly) shut down.
  • Binaries moved to UDI AWS S3 bucket. Removed from github completely
  • Fixed update node not pulling the new version correctly
  • Fixed uninstall nodeserver failing
  • Restructured most of the project in prep for unit testing
  • Added check for ISY firmware > 5.0.0
  • Changed to read profile directly instead of profile.zip
  • Moved from Mosca MQTT Server to Aedes
  • Major update to startup/shutdown and data flows
  • Added NodeServer self-service addition button
  • Added documentation link to github repo for each NodeServer

2.0.36

29 Jan 06:05

Choose a tag to compare

Version 2.0.36

  • Binaries moved to S3 (will remove from git completely in 2.0.37)
  • Dynamic lamdba Store and added NodeServer version support (thanks xKing)
  • Fixed per nodeserver queue for stability and rate limits
  • Re-wrote majority of functions into es2017 async/await structures
  • Re-wrote startup functions
  • Re-structured dependencies
  • Overhaul of all intrinsic mqtt functions to be more efficient
  • Changed store layout
  • Added customData for nodeserver storage
  • Removed auto-reboot functions as they are no longer necessary