We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d329ae commit 299d893Copy full SHA for 299d893
1 file changed
CHANGELOG.md
@@ -42,6 +42,11 @@
42
([#8095](https://github.com/open-telemetry/opentelemetry-java/pull/8095))
43
* Remove deprecated `otel.experimental.metrics.cardinality.limit` property
44
([#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))
50
51
#### Logs
52
0 commit comments