WireCloud v1.0.0 (FIWARE v5.4.1)
Main changes between WireCloud 0.9.x and 1.0.x:
- Dropped support for Django 1.6 and Django 1.7. See #148
- Added support for Django 1.10. See #227
- Added support for refreshing IdM tokens. See #127
- Added a
wirecloud/home
dashboard by default, allowing users to discover the available workspaces. Fix #173 - Added experimental support for realtime synchronizations. See #182
- Removed MashupPlatform API injection. See #169.
- Minor improvements and fixes: #164, #174, #181, #186, #187, #189, #191, #192, #195, #197, #199, #201, #202, #213, #216
Removed deprecated features
- Removed the
wirecloud.platform.themes.active_theme_context_processor
context processor, usewirecloud.platform.context_processors.active_theme
instead. - Removed support for the
wirecloud.oiltheme
theme, usewirecloud.fiwarelabtheme
instead. - Removed the
FI-WARE
feature (now the name for this feature isFIWARE
). See #180 - Removed South dependency, migrations are now handled directly by Django. See #144
Foreseen changes
Next version of WireCloud:
- will drop the
wirecloud/landing_page.html
template in favour a predefined dashboard.