Skip to content

Commit 299d893

Browse files
authored
Add changelog entry for #8152 to 1.60.x release branch (#8154)
1 parent 5d329ae commit 299d893

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
@@ -42,6 +42,11 @@
4242
([#8095](https://github.com/open-telemetry/opentelemetry-java/pull/8095))
4343
* Remove deprecated `otel.experimental.metrics.cardinality.limit` property
4444
([#8124](https://github.com/open-telemetry/opentelemetry-java/pull/8124))
45+
* **BREAKING** bug fix: `GlobUtil` and `IncludePatternMatching`, used in views and declarative
46+
config matching, previously were inconsistent in case sensitivity. If a glob char (* or ?) was
47+
present, it was evaluated with case sensitivity. If no glob chars were present, it was evaluated
48+
with case insensitivity. Now, all are consistently evaluated with case sensitivity.
49+
([#8152](https://github.com/open-telemetry/opentelemetry-java/pull/8152))
4550

4651
#### Logs
4752

0 commit comments

Comments
 (0)