Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/8.0] Stop throwing for complex type properties when sensitive data logging is on #32285

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

ajcvickers
Copy link
Member

Fixes #32198

Description

Property instances can now belong to complex types, which is a new feature in 8.0. However, logging of a change made to such a property incorrectly assumes the property must be on an entity type.

Customer impact

Exception when using new feature in 8.0 when sensitive data logging is turned on, which is common.

How found

Customer reported on 8.0 RC

Regression

No; complex types are a new feature in 8.0

Testing

Added tests.

Risk

Very low; fixing an invalid cast.

…e data logging is on

Fixes #32198

### Description

Property instances can now belong to complex types, which is a new feature in 8.0. However, logging of a change made to such a property incorrectly assumes the property must be on an entity type.

### Customer impact

Exception when using new feature in 8.0 when sensitive data logging is turned on, which is common.

### How found

Customer reported on 8.0 rc

### Regression

No; complex types are a new feature in 8.0

### Testing

Added tests.

### Risk

Very low; fixing an invalid cast.
@ajcvickers ajcvickers requested a review from a team November 13, 2023 15:53
@ajcvickers ajcvickers added this to the 8.0.x milestone Nov 13, 2023
@ajcvickers ajcvickers merged commit 430da19 into release/8.0 Nov 14, 2023
7 checks passed
@ajcvickers ajcvickers deleted the 231113_ComplexityFail branch November 14, 2023 09:49
@ajcvickers ajcvickers removed this from the 8.0.x milestone Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants