Change record status: 
Project: 
Introduced in branch: 
10.1.x
Introduced in version: 
10.1.0
Description: 

\Drupal\views\Entity\Render\EntityTranslationRenderTrait::getEntityTranslation has been deprecated in favour of \Drupal\views\Entity\Render\EntityTranslationRenderTrait::getEntityTranslationByRelationship.

getEntityTranslationByRelationship was introduced to provide support for relationships, this method defaults to not using a relationship so can be used as a 1 on 1 replacement for getEntityTranslation.

Impacts: 
Module developers