SoftwareAG/cumulocity-python-api

Improve caching/usability for multi-tenant scenarios

chisou opened this issue · 1 comments

Within a multitenant environment and you want to get the tenant specific instance you are supposed to invoke
.get_tenant_instance(id) or CumulocityApp(id) (with the tenant ID). Subsequent calls to this will result in multiple bootstrap instances being created. This is not ideal.

This is fixed with version 1.0.2.