Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ThreadLocalRuntimeContext since py34 is no longer supported #1512

Merged
merged 3 commits into from
Jan 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `opentelemetry-api` `opentelemety-sdk` Moved `idsgenerator` into sdk
([#1514](https://github.com/open-telemetry/opentelemetry-python/pull/1514))

### Removed
- `opentelemetry-api` Remove ThreadLocalRuntimeContext since python3.4 is not supported.

## [0.16b1](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v0.16b1) - 2020-11-26
### Added
- Add meter reference to observers
Expand Down
1 change: 0 additions & 1 deletion opentelemetry-api/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ where = src
[options.entry_points]
opentelemetry_context =
contextvars_context = opentelemetry.context.contextvars_context:ContextVarsRuntimeContext
threadlocal_context = opentelemetry.context.threadlocal_context:ThreadLocalRuntimeContext
opentelemetry_meter_provider =
default_meter_provider = opentelemetry.metrics:DefaultMeterProvider
opentelemetry_tracer_provider =
Expand Down
60 changes: 0 additions & 60 deletions opentelemetry-api/src/opentelemetry/context/threadlocal_context.py

This file was deleted.

33 changes: 0 additions & 33 deletions opentelemetry-api/tests/context/test_threadlocal_context.py

This file was deleted.