Migration guides¶
Use these migration guides to update Kanzi applications that use Kanzi VR.
1.4.0¶
Changes to the virtual environment configuration file¶
virtual_environment
section is now required. Add avirtual_environment
definition to your configuration.streams.host
field is now required. Add to the streams that do not define a host:host: localhost
1.0.0 beta2¶
Changed the Configuration format from JSON to YAML.
Convert your existing
virtual_environment_configuration.json
files to YAML and rename them tovirtual_environment_configuration.yaml
. One way to do this is to use an online converter, such as JSON2YAML.