Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

v2.1.0

Compare
Choose a tag to compare
@leifmadsen leifmadsen released this 20 Oct 16:46
· 9 commits to master since this release
e38df64

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)