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
- 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
VersionDeviceXmlin next release.
- Will change this to
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.