Added a new, optional field for the MACD templates called macversion. It specifies the version of the Mashup Application Component (which is currently 1), so that new updates can be implemented in the future. It is optional and assumed to be 1 if none is specified. Currently, only the value 1 is supported and accepted, but it should be incremented for future breaking-changes.
Types of changes
[ ] Bugfix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality not to work as expected)
[x] I have added tests that prove my fix is effective or that my feature works
[x] I have added necessary documentation (if appropriate)
[ ] Any dependent changes have been merged and published in downstream modules
Further comments
Some tests had to be modified since endpoints now include the macversion field, which the browser can use to know how to display or handle the component appropiately, according to the version.
Proposed changes
Added a new, optional field for the MACD templates called
macversion
. It specifies the version of the Mashup Application Component (which is currently 1), so that new updates can be implemented in the future. It is optional and assumed to be 1 if none is specified. Currently, only the value1
is supported and accepted, but it should be incremented for future breaking-changes.Types of changes
Checklist
Further comments
Some tests had to be modified since endpoints now include the
macversion
field, which the browser can use to know how to display or handle the component appropiately, according to the version.