Instead of passing them as default_options : ['key=value'], they can now be passed as default_options : {'key': 'value'}, and the same for override_options.
default_options : ['key=value']
default_options : {'key': 'value'}
override_options