Skip to content

Release v0.11.2

Choose a tag to compare

@mlookaxw mlookaxw released this 06 Feb 18:02
· 33 commits to master since this release

Bugs

#34: Issue on migrating config files having 'null' properties

For configuration files in the old format having fields with "property" attribute set to null, the field will not be upgraded to the newer version.

"fields": {
  "attributeValue#0": {
    "property": null, 
    "type": "string", 
    "used": true, 
    "value": "artifact"
  }
}

This results in the error message:

ERROR: ValueError(u"Missing 'source' property in field 'xxxxxx' of entity 'xxxxxx'",)

The bug is fixed and the configuration files will be upgraded to the new version, now.