Skip to content

Commit c0ca4ae

Browse files
committed
Added ChangeLog
1 parent e307fd4 commit c0ca4ae

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.chloggen/sdr-num.yaml

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type:
5+
bug_fix
6+
7+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
8+
component:
9+
redaction-processor
10+
11+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
12+
note:
13+
Fix redaction processor not redacting numeric and other attributes by using AsString() to redact the value as if it
14+
were read as a string. This allows for redaction of numeric attributes albeit at the cost of changing their type.
15+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
16+
issues: [36684]
17+
18+
# (Optional) One or more lines of additional information to render under the primary note.
19+
# These lines will be padded with 2 spaces and then inserted directly into the document.
20+
# Use pipe (|) for multiline entries.
21+
subtext:
22+
23+
# If your change doesn't affect end users or the exported elements of any package,
24+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
25+
# Optional: The change log or logs in which this entry should be included.
26+
# e.g. '[user]' or '[user, api]'
27+
# Include 'user' if the change is relevant to end users.
28+
# Include 'api' if there is a change to a library API.
29+
# Default: '[user]'
30+
change_logs: [user]

0 commit comments

Comments
 (0)