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

chore: release main #2507

Merged
merged 2 commits into from
Nov 7, 2024
Merged

chore: release main #2507

merged 2 commits into from
Nov 7, 2024

Conversation

dyladan
Copy link
Member

@dyladan dyladan commented Oct 28, 2024

🤖 I have created a release beep boop

auto-instrumentations-node: 0.52.1

0.52.1 (2024-11-07)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opentelemetry/instrumentation-aws-lambda bumped from ^0.46.0 to ^0.47.0
      • @opentelemetry/instrumentation-aws-sdk bumped from ^0.45.0 to ^0.46.0
      • @opentelemetry/instrumentation-mysql2 bumped from ^0.42.0 to ^0.42.1
      • @opentelemetry/instrumentation-pg bumped from ^0.47.0 to ^0.47.1
      • @opentelemetry/instrumentation-undici bumped from ^0.7.0 to ^0.7.1
instrumentation-aws-lambda: 0.47.0

0.47.0 (2024-11-07)

⚠ BREAKING CHANGES

  • aws-lambda: Remove explicit x-ray context in favor of global propagator (#2369)

Features

  • aws-lambda: Remove explicit x-ray context in favor of global propagator (#2369) (a926f53)
  • instrumentation-aws-lambda: take care of ESM based (.mjs) handlers (#2508) (0309cae)
instrumentation-aws-sdk: 0.46.0

0.46.0 (2024-11-07)

Features

  • aws-sdk: add s3 and kinesis service extensions for aws-sdk instrumentation (#2361) (a5b5614)
instrumentation-mysql2: 0.42.1

0.42.1 (2024-11-07)

Bug Fixes

instrumentation-pg: 0.47.1

0.47.1 (2024-11-07)

Bug Fixes

  • pg: Do not add SQLCommenter comments to prepared statements (#2456) (8070c7f)
instrumentation-runtime-node: 0.9.0

0.9.0 (2024-11-07)

⚠ BREAKING CHANGES

  • instrumentation-runtime-node: add prom-client-metrics (#2136)

Features

  • instrumentation-runtime-node: add prom-client-metrics (#2136) (80d0c74)
instrumentation-undici: 0.7.1

0.7.1 (2024-11-07)

Bug Fixes

  • instrumentation-undici: fix a possible crash if the request path is a full URL (#2518) (28e209a), closes #2471
  • instrumentation-undici: Fix RequestType (#2503) (9a20e15)

This PR was generated with Release Please. See documentation.

Copy link

codecov bot commented Oct 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.75%. Comparing base (28e209a) to head (2fd5fc2).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2507   +/-   ##
=======================================
  Coverage   90.75%   90.75%           
=======================================
  Files         169      169           
  Lines        8018     8018           
  Branches     1632     1632           
=======================================
  Hits         7277     7277           
  Misses        741      741           

@dyladan dyladan force-pushed the release-please--branches--main branch 2 times, most recently from f16bcca to b050fa6 Compare November 1, 2024 07:14
@dyladan dyladan force-pushed the release-please--branches--main branch from da9b5d3 to 9426e45 Compare November 1, 2024 07:46
@github-actions github-actions bot added pkg:instrumentation-mysql2 pkg-status:unmaintained This package is unmaintained. Only bugfixes may be acceped until a new owner has been found. labels Nov 1, 2024
@dyladan dyladan force-pushed the release-please--branches--main branch from 40fdecf to cf338ff Compare November 1, 2024 08:10
@dyladan dyladan force-pushed the release-please--branches--main branch from 4bc6c6b to 91eb893 Compare November 4, 2024 09:24
@dyladan dyladan force-pushed the release-please--branches--main branch from f14b05e to 01624b5 Compare November 5, 2024 10:07
@kristian240
Copy link

cc: @me for email updates

@dyladan dyladan force-pushed the release-please--branches--main branch from a4627ed to 1f30bb6 Compare November 7, 2024 01:36
@dyladan dyladan force-pushed the release-please--branches--main branch from 3f64acf to cc07ca9 Compare November 7, 2024 16:58
@trentm trentm merged commit acbaf20 into main Nov 7, 2024
25 checks passed
@trentm trentm deleted the release-please--branches--main branch November 7, 2024 22:51
@dyladan
Copy link
Member Author

dyladan commented Nov 7, 2024

@trentm
Copy link
Contributor

trentm commented Nov 7, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

instrumentation-undici can throw "[ERR_INVALID_URL]: Invalid URL" in 'undici:request:create' handler
9 participants