Note: This alpha is compatible with Drupal 8.0.x. The next alpha will be compatible with Drupal 8.1.x only. Switch to the 8.x-0.x branch for Drupal 8.0.x compatibility.
There are important API changes for all modules that implement exportable entities with the help of the entity API module. Short, entity_load() now always returns numeric ids (instead of names as it was the case previously) and exportables have to use the now separated EntityAPIControllerExportable class.
changes since beta7:
removed the deprecated entity metadata module.
#1093918 improve entity property query support
#1081188 patch by drunken monkey: entity_view() for comments is broken
#1071814 patch by klausi: Type of boolean fields is int
#1092240 patch by scor: Minor code style tweak.
#1062358 patch by klausi, fago: Delete should be more robust with an empty array of ids.
#1066398 patch by sun, fago: Reverse entity relationships for Views integration.