Skip to content

Conversation

@otelbot-js
Copy link
Contributor

@otelbot-js otelbot-js bot commented Oct 1, 2025

0.206.0

🚀 Features

  • feat(otlp-transformer): add span flags support for isRemote property #5910 @nikhilmantri0902
  • feat(sampler-composite): Added experimental implementations of draft composite sampling spec #5839 @anuraaga
  • feat(opentelemetry-configuration): add more attributes to config model #5826 @maryliag
  • feat(opentelemetry-configuration): Parse of Configuration File #5875 @maryliag
  • feat(opentelemetry-configuration): parse of array objects on configuration file #5947 @maryliag
  • feat(opentelemetry-configuration): parse of environment variables on configuration file #5947 @maryliag

🐛 Bug Fixes

  • fix(instrumentation-http): respect requireParent flag when INVALID_SPAN_CONTEXT is used #4788 @reberhardt7
  • fix(otlp-transformer): trunc hrTime to int for nanos converting #5924 @blumamir

🏠 Internal

  • refactor(otlp-exporter-base): use get*FromEnv() for otlp exporter config. #5583 @weyert

@otelbot-js otelbot-js bot requested a review from a team as a code owner October 1, 2025 14:58
@codecov
Copy link

codecov bot commented Oct 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.17%. Comparing base (06621d2) to head (bbf54e1).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5976   +/-   ##
=======================================
  Coverage   95.17%   95.17%           
=======================================
  Files         316      316           
  Lines        8521     8521           
  Branches     1763     1763           
=======================================
  Hits         8110     8110           
  Misses        411      411           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@otelbot-js otelbot-js bot force-pushed the otelbot/prepare-next-version branch from c7c30cb to 33cb3f0 Compare October 1, 2025 15:07
@pichlermarc
Copy link
Member

The failing tests are likely my fault, as I changed the release PR creation script in #5965. I'll look into it.

@otelbot-js otelbot-js bot force-pushed the otelbot/prepare-next-version branch from 33cb3f0 to 1cd4680 Compare October 1, 2025 15:19
@pichlermarc
Copy link
Member

Looks like I might've messed up the lock file in my PR. Let's try again after #5977 is merged.

@otelbot-js otelbot-js bot force-pushed the otelbot/prepare-next-version branch 2 times, most recently from a7d5b3f to ca1ac36 Compare October 1, 2025 17:50
@pichlermarc
Copy link
Member

hmm, it looks like npm@<11 does not like the lockfile produced by this PR. 🤔

@pichlermarc
Copy link
Member

Similar problems seem to occur for renovate bot #5975

@pichlermarc
Copy link
Member

I suppose there's a difference in resolution between npm@11 and npm@10 when using lockfile-version=2.

I tested locally with lockfile-version=3 and then the release PR script works. We'd likely also be able to use an older npm version for creating the release PR, but upgrading to a later lockfile seems better to me than keeping to use outdated deps.

I'll open a PR tomorrow to update it.

@pichlermarc
Copy link
Member

I think I narrowed it down to [email protected] doing things differently now. I'll open a PR to pin to [email protected] and will try again.

@otelbot-js otelbot-js bot force-pushed the otelbot/prepare-next-version branch from ca1ac36 to bbf54e1 Compare October 2, 2025 16:22
@pichlermarc
Copy link
Member

package-lock.json looks better now. Let's see if the tests pass and then we can release on Monday. 🙂

@pichlermarc pichlermarc added this pull request to the merge queue Oct 6, 2025
Merged via the queue into main with commit bfede57 Oct 6, 2025
25 checks passed
@pichlermarc pichlermarc deleted the otelbot/prepare-next-version branch October 6, 2025 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant