This repository has been archived by the owner on May 4, 2022. It is now read-only.
v2.1.0
Smart Gateway Release v2.1.0
The release of the Smart Gateway v2.1.0 provides the following changes:
- Set a deterministic ID to prevent duplicate events. This provides ability to run the Smart Gateway in high availability mode within the Service Telemetry Framework. (#88)
- Fix and test for list of ceilometer metrics (#90)
- Sanitize event data deeper (#92). Nested quotes can be found deeper in the received event data. This patch makes it to clean nested quotes in all levels. Fixes #91
- Use literal string replacement rather than expansion (#94)