Wirecloud / wirecloud

Widgets Container and Mashup edition tools. Reference implementation of the FIWARE Application Mashup GE
https://wirecloud.rtfd.io/
Other
60 stars 45 forks source link

Added `macversion` field to MAC templates #533

Closed oxixes closed 10 months ago

oxixes commented 1 year ago

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 value 1 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.

github-actions[bot] commented 1 year ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

oxixes commented 1 year ago

I have read the CLA Document and I hereby sign the CLA

oxixes commented 10 months ago

Superseeded and incorporated into #534.