Apama 10.15.1 | Other Resolved Issues | Release 10.11.3 | Cumulocity IoT Transport
 
Cumulocity IoT Transport
*PAM-33039
Upgrade Cumulocity IoT SDK to pick up Cumulocity IoT fix for vulnerable third-party component spring-web (found in Docker image).
The Cumulocity IoT client SDK has been updated to the latest version 1011.0.16 which removes CVE-2021-22118.
*PAM-33372
Cumulocity_Rest_API.mon populates incorrect tenantId in TenantDetails for per-tenant use cases.
When deployed in a per-tenant environment, the tenantId in the ApplicationSubscribedForTenant notification was incorrectly populated with the tenantId of the bootstrap tenant instead of the current tenant. This issue has been resolved.
*PAM-33411
Cumulocity_Rest_API.mon is not scalable with a large number of tenants.
When deployed in a multi-tenant environment, Cumulocity_Rest_API.mon used to take O(n^2) space. This issue has been resolved. It now takes a linear amount of space with respect to the number of tenants.