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 #2420

Merged
merged 2 commits into from
Oct 8, 2024
Merged

chore: release main #2420

merged 2 commits into from
Oct 8, 2024

Conversation

dyladan
Copy link
Member

@dyladan dyladan commented Sep 4, 2024

🤖 I have created a release beep boop

auto-configuration-propagators: 0.3.1

0.3.1 (2024-10-08)

Bug Fixes

auto-instrumentations-node: 0.50.1

0.50.1 (2024-10-08)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opentelemetry/instrumentation-aws-lambda bumped from ^0.44.0 to ^0.45.0
      • @opentelemetry/instrumentation-express bumped from ^0.42.0 to ^0.43.0
      • @opentelemetry/instrumentation-fastify bumped from ^0.39.0 to ^0.40.0
      • @opentelemetry/instrumentation-pg bumped from ^0.44.0 to ^0.45.0
      • @opentelemetry/instrumentation-redis-4 bumped from ^0.42.0 to ^0.42.1
      • @opentelemetry/resource-detector-alibaba-cloud bumped from ^0.29.1 to ^0.29.2
      • @opentelemetry/resource-detector-aws bumped from ^1.6.1 to ^1.6.2
      • @opentelemetry/resource-detector-container bumped from ^0.4.1 to ^0.4.2
      • @opentelemetry/resource-detector-gcp bumped from ^0.29.11 to ^0.29.12
host-metrics: 0.35.4

0.35.4 (2024-10-08)

Bug Fixes

  • host-metrics: widen MeterProvider type restriction in BaseMetrics class (#2428) (cb89486)
instrumentation-aws-lambda: 0.45.0

0.45.0 (2024-10-08)

Features

instrumentation-express: 0.43.0

0.43.0 (2024-10-08)

Features

  • instrumentation-express: Use router path in router span names (#2319) (ee5c584)
instrumentation-fastify: 0.40.0

0.40.0 (2024-10-08)

Features

  • instrumentation-fastify: Enable Fastify v5 (#2460) (02a9fdb)
instrumentation-pg: 0.45.0

0.45.0 (2024-10-08)

Features

  • instrumentation-pg: implementation of metric operation duration (#2380) (050fee0)
  • instrumentation-pg: initial implementation of DB metrics (#2349) (12adb43)
instrumentation-redis-4: 0.42.1

0.42.1 (2024-10-08)

Bug Fixes

  • instrumentation-redis-4: avoid diag.error spam when configured client URL is the empty string (#2399) (ec3b9c8), closes #2389
resource-detector-alibaba-cloud: 0.29.2

0.29.2 (2024-10-08)

Bug Fixes

  • detector-alibaba: suppres internal tracing (#2429) (9a7690e)
resource-detector-aws: 1.6.2

1.6.2 (2024-10-08)

Bug Fixes

  • detector-aws: suppress internal tracing for all detectors (#2433) (aa9710f)
resource-detector-container: 0.4.2

0.4.2 (2024-10-08)

Bug Fixes

  • detector-container: suppress internal tracing (#2430) (80c2f1a)
resource-detector-gcp: 0.29.12

0.29.12 (2024-10-08)

Bug Fixes

resource-detector-instana: 0.13.0

0.13.0 (2024-10-08)

⚠ BREAKING CHANGES

  • detector-instana: change implementation to DetectorSync interface (#2337)

Features

  • detector-instana: change implementation to DetectorSync interface (#2337) (ef5efcb)

This PR was generated with Release Please. See documentation.

@dyladan dyladan force-pushed the release-please--branches--main branch from ef2aabf to 4855e43 Compare September 12, 2024 12:34
@github-actions github-actions bot requested review from aabmass and punya September 12, 2024 12:34
@dyladan dyladan force-pushed the release-please--branches--main branch from f0370c0 to 9ccac9b Compare September 13, 2024 08:30
@dyladan dyladan force-pushed the release-please--branches--main branch from bd3d0b3 to 708e7d4 Compare September 17, 2024 10:46
@dyladan dyladan force-pushed the release-please--branches--main branch from 07ec767 to 2f08a34 Compare September 17, 2024 22:12
@dyladan dyladan force-pushed the release-please--branches--main branch from 35080c3 to 9a4dc93 Compare September 23, 2024 17:37
@dyladan dyladan requested a review from a team as a code owner September 23, 2024 17:37
@dyladan dyladan force-pushed the release-please--branches--main branch 2 times, most recently from d2f6d5a to 14dd1e4 Compare September 26, 2024 07:57
@clintonb
Copy link

What's the timeframe for release? We had an incident last week that could have been detected/prevented if we had access to DB metrics (#2349).

@dyladan dyladan force-pushed the release-please--branches--main branch 3 times, most recently from 1dc1af3 to ebf0aa7 Compare October 4, 2024 08:59
@github-actions github-actions bot added pkg:instrumentation-fastify pkg-status:unmaintained This package is unmaintained. Only bugfixes may be acceped until a new owner has been found. labels Oct 4, 2024
@dyladan dyladan force-pushed the release-please--branches--main branch from 5808e83 to a2a8e73 Compare October 8, 2024 10:36
@trentm trentm merged commit 2512c78 into main Oct 8, 2024
21 checks passed
@trentm trentm deleted the release-please--branches--main branch October 8, 2024 18:00
@trentm
Copy link
Contributor

trentm commented Oct 8, 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.

App crashes with a TypeError when using the Redis instrumentation