Skip to content

Releases: synergylabs/BuildingDepot

Version 3.2.10 release

02 Jun 15:46
ef5db54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.9...v3.2.10

Version 3.2.9 release

12 Jul 18:09
0c472bd
Compare
Choose a tag to compare
  • Change Logs:

  • Features:

    • Sensor Views: For sensors entities having multiple fields with different data values, this feature creates views of the fields as individual sensor UUIDs that can be queried.
    • Permission requests and Notifications: This adds the ability for the users to request access to sensor entities owned by other users.
    • Updates UI:
      • Incorporates the UI changes for the sensor views.
      • Updates UI theme.
      • Updates Graph library to support textual data.
    • Adds new APIs
      • Adds building template tag creation APIs
      • Adds PubSub APIs
    • Adds performance benchmarking and functional tests tools.
    • Documentation updated to a much better read-the-docs theme.
    • Updates documentation to include the latest API changes.
    • CI tests using Github Actions
  • Bug Fixes:

    • Bug fixes to the Rest Apis on Central Service and Data Service.
    • Installation scripts are updated to secure and upgrade the underlying packages.
    • Python packages are also updated to support the latest Ubuntu 18.04 and 20.04.

Version 3.2.8 release

14 Feb 17:14
Compare
Choose a tag to compare

Change Logs:

  • Installation scripts are updated to secure and upgrade the underlying packages.
  • Python packages are also updated to support the latest Ubuntu 18.04.
  • Automated installation script for installing bd.
  • Bug fixes to the Rest Apis on Central Service and Data Service.
  • Oauth and Permission checks optimized.
  • Updates to the TimeSeries API to store data from sensors that provide multiple data points.
  • Documentation updated to latest sphinx version and has been updated to include the latest API changes.

Version 3.2.7 release

05 May 15:53
Compare
Choose a tag to compare

Change Logs:
-BugFixes

Version 3.2.5 release

08 Sep 14:41
Compare
Choose a tag to compare

Change Logs:

  • Segregated the different functionalities of BuildingDepot between the CentralService (CS)and the DataService(DS)
  • Ported various functionalities from the DataService to the CentralService.
  • Modified Access Control for Sensor Groups and User Groups
  • New 'r/w/p' Permission level
  • Modularized code using Flask Pluggable views
  • Moved All the new Rest APIs to the Central Service.
  • Moved all response constant strings to one place on DS and CS
  • Changed the way update objects are formed.
  • Added Requirement to have a Mail Transfer Agent or Gmail APIs for mailing client
  • Added option to use LetsEncrypt Certificates
  • Modified User Interface
  • Added Time Series Graph

Version 3.1 release

07 Sep 13:01
Compare
Choose a tag to compare
  • Initial Release