Release Date → February 6, 2026
Installation URL → https://login.salesforce.com/packaging/installPackage.apexp?p0=04tUH000000uwnhYAA
💫 WHAT’S NEW
Testing & Packaging
Improved Trigger Test Isolation
Account trigger tests are now skipped when tests are executed from a non-Relay managed package. This prevents unnecessary test failures and improves compatibility with other installed Salesforce packages.
Lightning Web Components (LWC)
Journey Component Enhancements
The following Lightning Web Components have been updated to expose additional configurable properties:
journeyListjourneyUtils
New configurable properties:
Launched by Name
Launched by Source
These fields can now be configured directly within component settings for greater flexibility and visibility.
Messaging & Personalization
User Field Support in Client Message Tags
Client Message Tags for Launched by Name and Launched by Source now support Salesforce User object fields.
Usage:
Set the field property using the format:
User.<FieldName>
Example:
User.Email
This enhancement allows for richer personalization using Salesforce user data.
Performance & Optimization
Optimized Relay Metadata Retrieval
Relay metadata retrieval has been optimized to remove SOQL usage, reducing query load and improving overall performance.