old-release-notes.md
October 9, 2025 ยท View on GitHub
Since version 4.6, every new release is published with a tag. This tag carries release notes, so there is no need to add release notes to the README.md anymore. The list below is the copy of old release notes.
4.5
- add
no-value,jsonandcodedto variable types (apply variable-info v1.3)
4.4
- add
aliasto variable - add
roletoeditorConfig - do not allow additional properties anymore
4.3
- fix variables (must be an array)
4.2
- add more possible values of
formatproperty invariable info
4.1
- add page identifier to variable info; this might help to locate items
- change handling of variable-list: Separate json schema, tests added
4.0
- the editor should send always full payload; in case of performance issues, the editor should use strategies like buffer/delay/debounce; therefor,
voeGetDefinitionRequestanddefinitionReportPolicyproperty ofeditorConfiginvoeStartCommandare removed; propertiesunitDefinitionandunitDefinitionTypeinvoeDefinitionChangedNotificationare now required - added
directDownloadUrlineditorConfigto enable download of additional code or data by the editor - added dependencies
dependenciesToPlayanddependenciesToEditto play or to edit the unit invoeDefinitionChangedNotification
3.0
- specify metadata as json-ld as described here; changed
voeReadyNotificationto send thismetadatainstead ofapiVersion,notSupportedApiFeaturesandsupportedUnitDefinitionTypes - add variable data to
voeDefinitionChangedNotificationto support coding scheme
2.0
- almost all operation ids renamed
- metadata introduced
- eager reporting added