[Runtime] Deploy multiple release of same webservice
In Talend documentation, we can read :
"the deployment of the same binary artifact (or a different version) multiple times to the same Talend Runtime is not supported. This means you cannot create multiple deployment tasks in Talend Cloud with the same artifact (same or different versions) and deploy these tasks to the same Talend Remote Engine."
From my side, each of my release have a new artefact version (increase version feature into Studio), and have its own EndPoint (ie : /services/ecom/crm/1/contact-search/, /services/ecom/crm/2/contact-search/, ...)
How do you deal with your successive releases ?
What is the Best pratcices to manage different versions and releases of the same artefact ? And to have several versions of the same artefact deployed in the same Runtime at the same time ?