Adds an option to specify the configuration version for default configuration in remote config. This version is then used to compare the default to the fetched configuration and only update it in case the fetched one has a newer version.
The benefit is that the default tracker is not recreated from the fetched configuration if it is the same. This also means that the session is not reset which used to happen when replacing the default configuration previously.
Issue #603
Adds an option to specify the configuration version for default configuration in remote config. This version is then used to compare the default to the fetched configuration and only update it in case the fetched one has a newer version.
The benefit is that the default tracker is not recreated from the fetched configuration if it is the same. This also means that the session is not reset which used to happen when replacing the default configuration previously.