Events with the previous_attributes field now only render the differences to objects across updatesBreaking changes
What’s new
Updates the presentation of nested hashes in the previous_
property of events to only show the difference. For example, a change from {address: {line1: "Foo", line2: "Bar"}}
to {address: {line1: "Foo", line2: "Baz"}}
is represented as {previous_
. Previously, it was represented as {previous_
.
Impact
The previous_
property now only shows differences in nested hashes, providing more focused change information.