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

Exporter - An improper ref in v1.15.0 #3086

Closed
Gabizar opened this issue Dec 11, 2022 · 6 comments · Fixed by #3156
Closed

Exporter - An improper ref in v1.15.0 #3086

Gabizar opened this issue Dec 11, 2022 · 6 comments · Fixed by #3156
Assignees
Labels
bug Something isn't working build & infra Issues related to build & infrastructure. exporters

Comments

@Gabizar
Copy link

Gabizar commented Dec 11, 2022

^ in here parse_env_headers is being imported.
but this version (1.15.0) in its pyproject.toml points to opentelemetry-api version 1.12.0 which does not contain parse_env_headers but parse_headers instead

v1.14.0 imported parse_headers correctly

@Gabizar Gabizar changed the title An improper ref in v1.15.0 Exporter - An improper ref in v1.15.0 Dec 11, 2022
@srikanthccv srikanthccv added bug Something isn't working build & infra Issues related to build & infrastructure. exporters labels Dec 18, 2022
@srikanthccv
Copy link
Member

Thanks for the report. This has come up once previously and discussed here #2444. This is going to be a priority to catch this earlier.

@marianogappa
Copy link

According to this https://github.com/open-telemetry/opentelemetry-python/releases at the moment I wrote this, 1.15.0 continues to be the latest release.

This means that the current minor version is a release that causes a raise. Is the maintainer planning to issue a patch release fixing the bug? Otherwise, anyone who is importing this package and updates their deps is gonna succeed to release, but then have an outage in production.

We just recovered from an outage due to this. Our workaround was to prevent dependency resolution to pick 1.15.0 specifically.

@MrwanBaghdad
Copy link

We're also facing this. We were lucky to catch it before rolling it out to prod. Please prioritise

@Symbianx
Copy link

Symbianx commented Feb 7, 2023

@srikanthccv I see this marked as fixed from the PR. When can we expect this to be released?

@adambregenzer
Copy link

@srikanthccv et. al. is there an update on when a new release will go out, or perhaps a hotfix to address this problem specifically? Unless I'm missing something 1.15 is unusable as-is. We have pinned ourselves to 1.14 while waiting for this. It's not a dealbreaker to be on 1.14 but it's concerning that this package has been broken for so long.

@srikanthccv
Copy link
Member

Ideally, the release which included the fix should have been out already. There were some logistical issues which delayed the release. It should be out soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build & infra Issues related to build & infrastructure. exporters
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants