Skip to content

Conversation

@sdangol
Copy link
Contributor

@sdangol sdangol commented Dec 3, 2025

Summary

This PR fixes the issue with the temporary keys not being merged when appending to the Logger. When we try to append a temporary key with an object value when there's a key with the same name, it was getting overridden instead of merging. The keys would get merged previously before version 2.29.0 was released. There were some changes in the logic which caused this change in behavior.

Changes

Please provide a summary of what's being changed

  • Merged the temporary keys instead of overriding them
  • Added tests to verify the behavior

Please add the issue number below, if no issue is present the PR might get blocked and not be reviewed

Issue number: closes #4838


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@pull-request-size pull-request-size bot added the size/L PRs between 100-499 LOC label Dec 3, 2025
@sdangol sdangol self-assigned this Dec 3, 2025
@boring-cyborg boring-cyborg bot added logger This item relates to the Logger Utility tests PRs that add or change tests labels Dec 3, 2025
@sdangol sdangol requested a review from svozza December 3, 2025 12:36
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 3, 2025

@sdangol sdangol merged commit b30c9c4 into main Dec 3, 2025
50 checks passed
@sdangol sdangol deleted the fix/logger-temp-keys-merge branch December 3, 2025 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

logger This item relates to the Logger Utility size/L PRs between 100-499 LOC tests PRs that add or change tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Temp keys no longer being merged when appended to logger

2 participants