Skip to content

Commit a4e1771

Browse files
authored
Add changelog entry for #8152 to main (#8153)
1 parent c1820bf commit a4e1771

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
([#8095](https://github.com/open-telemetry/opentelemetry-java/pull/8095))
4545
* Remove deprecated `otel.experimental.metrics.cardinality.limit` property
4646
([#8124](https://github.com/open-telemetry/opentelemetry-java/pull/8124))
47+
* **BREAKING** bug fix: `GlobUtil` and `IncludePatternMatching`, used in views and declarative
48+
config matching, previously were inconsistent in case sensitivity. If a glob char (* or ?) was
49+
present, it was evaluated with case sensitivity. If no glob chars were present, it was evaluated
50+
with case insensitivity. Now, all are consistently evaluated with case sensitivity.
51+
([#8152](https://github.com/open-telemetry/opentelemetry-java/pull/8152))
4752

4853
#### Logs
4954

0 commit comments

Comments
 (0)