All Release Notes
Updated the implementation of SetNameChange in Audit Log
18 October 2023
Composable Commerce
HTTP API
Announcement
Deprecation
Audit Log
As previously announced on 18 July 2023, we changed the type of the previousValue
and nextValue
fields on the Audit Log Change Type SetNameChange
from LocalizedString
to String
.
In addition, the following update actions now trigger SetLocalizedNameChange
instead of SetNameChange
:
- Set Name on Discount Codes.
- Set State Name on States.
- Set Name on Stores.
We've also added support for the Set Name update action on Associate Roles, which triggers SetNameChange
.
Changes:
- [API] Changed type of
previousValue
andnextValue
fields onSetNameChange
fromLocalizedString
toString
. - [API] Changed the following update actions to trigger
SetLocalizedNameChange
instead ofSetNameChange
:- Set Name on Discount Codes.
- Set State Name on States.
- Set Name on Stores.
- [API] Added support for the Set Name update action on Associate Roles to the Change History API.