Change record status: 
Introduced in branch: 
8.x-3.x
Introduced in version: 
8.x-3.0-beta2
Description: 

Salesforce Events classes have moved into Event sub-directories.

The following classes will be removed in 8.x-3.0:

Drupal\salesforce\SalesforceEvents
Drupal\salesforce_mapping\SalesforcePullEntityValueEvent
Drupal\salesforce_mapping\SalesforcePullEvent
Drupal\salesforce_mapping\SalesforcePushEvent
Drupal\salesforce_mapping\SalesforcePushOpEvent
Drupal\salesforce_mapping\SalesforcePushParamsEvent
Drupal\salesforce_mapping\SalesforceQueryEvent

Please update your subscribers to use the following classes, respectively:

Drupal\salesforce\Event\SalesforceEvents
Drupal\salesforce_mapping\Event\SalesforcePullEntityValueEvent
Drupal\salesforce_mapping\Event\SalesforcePullEvent
Drupal\salesforce_mapping\Event\SalesforcePushEvent
Drupal\salesforce_mapping\Event\SalesforcePushOpEvent
Drupal\salesforce_mapping\Event\SalesforcePushParamsEvent
Drupal\salesforce_mapping\Event\SalesforceQueryEvent
Impacts: 
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done