WireCloud v0.8.4 (FIWARE v4.4.6)
Changes between WireCloud 0.8.2 and 0.8.4:
- Improve upload dialog navigation using the keyboard. See #79
- Widgets and operators are now embedded by default when creating mashup packages. See #78
- Improve documentation
- Add support for removing components on the Wiring Editor view using keyboard shortcuts. See #77
- Bug fixes:
- Depend on django_compressor < 2.0 and improve dependency documentation. Fix #95
- Fix
MashupPlatform.wiring.registerStatusCallback
when used from operators. Fix #96 - Fix storeclient bug: requests requires bytes for the body
- Log internal server errors raised while processing proxy requests. Fix #74
- Skip connections with no business description. Fix #81
- Better handle of connections with missing endpoints. Fix #75
- Fix all API endpoints not return 404 error code when needed. Fix #76
- Fix redrawing problem when ordering component endpoints in Wiring Editor view. Fix #101
- Fix some problems regarding the component remove button. Fix #71
- Add support for providing a message when ModelTables are empty. Fix #87