Skip to content

Commit ee2cc6b

Browse files
committed
Changes have been added to the CHANGELOG.md file
1 parent 6501a20 commit ee2cc6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Added
1515

16+
- Enabled the flake8-type-checking plugin rules for ruff linter. These rules do not allow the import of python objects outside the type-checking block, if they are only used for type annotations and are not used at runtime.
17+
([#4398](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4398))
1618
- `opentelemetry-instrumentation-asgi`: Respect `suppress_http_instrumentation` context in ASGI middleware to skip server span creation when HTTP instrumentation is suppressed
1719
([#4375](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4375))
1820
- `opentelemetry-instrumentation-confluent-kafka`: Loosen confluent-kafka upper bound to <3.0.0

0 commit comments

Comments
 (0)