Change record status: 
Project: 
Introduced in branch: 
8.x-2.x
Introduced in version: 
8.x-2.0-beta6
Description: 

Default content entity processor (and other more speciffic field item processors) now respects field access:
$access = $entity->get($field_name)->access('view', NULL, TRUE);
Caching also reflects the field access.

Impacts: 
Module developers