Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Version 2.2.0.1 Release Candidate 4

Pre-release
Pre-release

Choose a tag to compare

@wsobel wsobel released this 03 May 21:26
· 130 commits to master since this release
7680e56
  • Changed pipeline to use std::move instead of copy-on-write. The semantics allow for greater performance in the transforms.
  • Fixed issues when building on Raspberry Pi 32 bit ARM architecture
  • Allow device models to be delivered by adapters (sources) and automatically version Device.xml file in config.
    • VersionDeviceXmlUpdates: Automatically create backup files whenever the Device set changes
      • Will change this to VersionDeviceXml in next release.
    • CreateUniqueIds: Create a unique id for all elements in the Device file.
      • Rewrite all id references to point to the new id
      • Persist the original ids for secondary lookup for adapter consistency. (Gets written to the Device.xml)
  • Fixed mqtt tests because of timing issue.
  • Many other small fixes.

What's Changed