Main changes between WireCloud 1.0.0 and 1.1.x:
- Added support for Django 1.11. See 289.
- Updated NGSI bindings to v1.0.1 supporting NGSI v2. See 263 and 281.
- Added a new JavaScript for widgets and operator: Component Management API. See 244.
- Improve Business API Ecosystem GE integration. See 299.
- Migrated from `python-social-auth` to `social-auth-django-app`. See 276.
- Added support for user avatars. Initial implementation using gravatar. See 154.
- Added initial support for [Open Graph](http://ogp.me/) metadata. See 262
- Wiring Editor/Engine improvements. See 190, 248, 249, 250, 270 and 288.
- Code clean up, adding jsdoc documentation. Added a grunt script for ensuring JavaScript code quality, eslint and karma.
- Minor improvements and fixes: 193, 209, 231, 232, 233, 236, 237, 238, 247, 254, 255, 256, 257, 259, 261, 264, 266, 267, 268, 269 291, 292, 295, 297 and 301.
Removed deprecated features
- Landing page template has been removed. It is now a customizable dashboard. See 302.
Foreseen changes
Next major version of WireCloud:
- will drop support for Django 1.8.
- will use [django-haystack](http://haystacksearch.org/) for managing search indexes instead of using Whoosh. This change allows using indexing servers like Solr and ElasticSearch, thus improving scalability. Anyway, Whoosh is one of the supported backends.