Skip to content

Commit 8ce07d4

Browse files
committed
Update changelog to reflect new scope
1 parent 4aed87c commit 8ce07d4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 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

@@ -91,8 +96,6 @@
9196
([#8075](https://github.com/open-telemetry/opentelemetry-java/pull/8075))
9297
* Declarative config: Remove unchecked warning
9398
([#8090](https://github.com/open-telemetry/opentelemetry-java/pull/8090))
94-
* **BREAKING** Declarative config: update matching to be consistently case sensitive
95-
([#8152](https://github.com/open-telemetry/opentelemetry-java/pull/8152))
9699

97100
### Project tooling
98101

0 commit comments

Comments
 (0)