Skip to content

Releases: open-telemetry/opentelemetry-lambda

layer-ruby/0.11.0

27 Nov 18:00
bda8ac4

Choose a tag to compare

Contains

ARN

arn:aws:lambda:<region>:184161586896:layer:opentelemetry-ruby-0_11_0:1

What's Changed

Ruby

  • build(deps): update opentelemetry-instrumentation-all requirement from ~> 0.85.0 to ~> 0.86.1 in /ruby/src/otel/layer in the opentelemetry-deps-ruby group across 1 directory by @dependabot[bot] in #2006
  • build(deps): update opentelemetry-instrumentation-all requirement from ~> 0.86.1 to ~> 0.87.0 in /ruby/src/otel/layer in the opentelemetry-deps-ruby group across 1 directory by @dependabot[bot] in #2019

Full Changelog: layer-ruby/0.10.0...layer-ruby/0.11.0

layer-nodejs/0.18.0

27 Nov 17:49
bda8ac4

Choose a tag to compare

Warning

As indicated by the lambda layer's supported runtimes, this version of the layer does not support node 24. Using it for CommonJS based lambda handlers in the node 24 runtime will result in missing spans or broken traces.

Contains

opentelemetry-nodejs 2.2.0

ARN

arn:aws:lambda:<region>:184161586896:layer:opentelemetry-nodejs-0_18_0:1

What's Changed

Javascript

  • build(deps-dev): bump the nodejs-other group across 1 directory with 2 updates by @dependabot[bot] in #2009
  • build(deps): bump the opentelemetry-deps-nodejs group across 2 directories with 38 updates by @dependabot[bot] in #2010
  • bump: instrumentation-aws-lambda to 0.61.0 by @maxday in #2036
  • build(deps): bump the opentelemetry-deps-nodejs group across 2 directories with 40 updates by @dependabot[bot] in #2038
  • build(deps-dev): bump the nodejs-other group across 1 directory with 8 updates by @dependabot[bot] in #2032
  • Externalize RITM by @wpessers in #2037
  • build: add typeRoots to tsconfig as fix for possible conflicts with other types in repositories with this repo as submodule by @wladyslawczyzewski in #2035

New Contributors

Full Changelog: layer-nodejs/0.17.0...layer-nodejs/0.18.0

layer-javaagent/0.17.0

27 Nov 18:08
bda8ac4

Choose a tag to compare

Contains

  • opentelemetry-java-instrumentation 2.22.0

ARN JavaAgent

arn:aws:lambda:<region>:184161586896:layer:opentelemetry-javaagent-0_17_0:1

ARN JavaWrapper

arn:aws:lambda:<region>:184161586896:layer:opentelemetry-javawrapper-0_17_0:1

What's Changed

Java

  • build(deps): bump software.amazon.awssdk:bom from 2.35.10 to 2.36.2 in /java in the java-other group across 1 directory by @dependabot[bot] in #2005
  • build(deps): bump the opentelemetry-deps-java group across 1 directory with 3 updates by @dependabot[bot] in #2030
  • build(deps): bump the java-other group across 1 directory with 3 updates by @dependabot[bot] in #2031

Full Changelog: layer-javaagent/0.16.0...layer-javaagent/0.17.0

layer-collector/0.19.0

27 Nov 18:04
bda8ac4

Choose a tag to compare

Contains

ARN

arn:aws:lambda:<region>:184161586896:layer:opentelemetry-collector-<amd64|arm64>-0_19_0:1

What's Changed

Collector

  • build(deps): bump the collector-other group across 1 directory with 2 updates by @dependabot[bot] in #2008
  • build(deps): bump the opentelemetry-deps-collector group across 1 directory with 3 updates by @dependabot[bot] in #2015
  • build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 in /collector/internal/tools by @dependabot[bot] in #2026
  • build(deps): bump golang.org/x/crypto from 0.42.0 to 0.45.0 in /collector by @dependabot[bot] in #2028
  • build(deps): bump golang.org/x/crypto from 0.42.0 to 0.45.0 in /collector/lambdacomponents by @dependabot[bot] in #2027
  • build(deps): bump the collector-other group across 2 directories with 3 updates by @dependabot[bot] in #2033

Full Changelog: layer-collector/0.18.0...layer-collector/0.19.0

layer-ruby/0.10.0

22 Oct 17:17
93e779f

Choose a tag to compare

Contains

ARN

arn:aws:lambda:<region>:184161586896:layer:opentelemetry-ruby-0_10_0:1

What's Changed

Ruby

  • build(deps): update opentelemetry-instrumentation-all requirement from ~> 0.79.0 to ~> 0.80.0 in /ruby/src/otel/layer in the opentelemetry-deps-ruby group across 1 directory by @dependabot[bot] in #1944
  • feat: update ruby layer that fix aws_lambda issue by @xuan-cao-swi in #1965
  • build(deps): update opentelemetry-instrumentation-all requirement from ~> 0.82.0 to ~> 0.84.0 in /ruby/src/otel/layer in the opentelemetry-deps-ruby group across 1 directory by @dependabot[bot] in #1979
  • build(deps): bump the opentelemetry-deps-ruby group across 1 directory with 2 updates by @dependabot[bot] in #1993

Full Changelog: layer-ruby/0.9.0...layer-ruby/0.10.0

layer-python/0.17.0

22 Oct 17:18
93e779f

Choose a tag to compare

Contains

opentelemetry-python 1.38.0/0.59b0

ARN

arn:aws:lambda:<region>:184161586896:layer:opentelemetry-python-0_17_0:1

What's Changed

Python

  • build(deps): bump the opentelemetry-deps-python group across 3 directories with 36 updates by @dependabot[bot] in #1962
  • build(deps): bump the opentelemetry-deps-python group across 3 directories with 36 updates by @dependabot[bot] in #1998

Full Changelog: layer-python/0.16.0...layer-python/0.17.0

layer-nodejs/0.17.0

22 Oct 17:18
93e779f

Choose a tag to compare

Warning

This version of the layer contains a regression, breaking instrumentation for non-core modules that rely on require-in-the-middle hooking. This has been resolved in the next version of the layer.

Contains

opentelemetry-nodejs 2.2.0

ARN

arn:aws:lambda:<region>:184161586896:layer:opentelemetry-nodejs-0_17_0:1

What's Changed

Javascript

  • fix: retain configured span processors by @artkhod in #1940
  • build(deps): bump the nodejs-other group across 1 directory with 53 updates by @dependabot[bot] in #1960
  • build(deps-dev): bump the nodejs-other group across 1 directory with 3 updates by @dependabot[bot] in #1969
  • build(deps-dev): bump the nodejs-other group across 1 directory with 3 updates by @dependabot[bot] in #1975
  • build(deps): bump the opentelemetry-deps-nodejs group across 2 directories with 41 updates by @dependabot[bot] in #1983
  • chore: move aws lambda types dependency to root by @wpessers in #2001
  • build(deps-dev): bump the nodejs-other group across 1 directory with 2 updates by @dependabot[bot] in #2002

New Contributors

Full Changelog: layer-nodejs/0.16.0...layer-nodejs/0.17.0

layer-javaagent/0.16.0

22 Oct 17:18
93e779f

Choose a tag to compare

Contains

  • opentelemetry-java-instrumentation 2.21.0

ARN JavaAgent

arn:aws:lambda:<region>:184161586896:layer:opentelemetry-javaagent-0_16_0:1

ARN JavaWrapper

arn:aws:lambda:<region>:184161586896:layer:opentelemetry-javawrapper-0_16_0:1

What's Changed

Java

  • build(deps): bump io.opentelemetry.contrib:opentelemetry-aws-resources from 1.48.0-alpha to 1.49.0-alpha in /java in the opentelemetry-deps-java group across 1 directory by @dependabot[bot] in #1942
  • build(deps): bump software.amazon.awssdk:bom from 2.32.24 to 2.32.29 in /java in the java-other group across 1 directory by @dependabot[bot] in #1943
  • chore(actions): Upgrade java to version 17 for codeql workflow by @wpessers in #1972
  • build(deps): bump the java-other group across 1 directory with 4 updates by @dependabot[bot] in #1971
  • build(deps): bump the opentelemetry-deps-java group across 1 directory with 3 updates by @dependabot[bot] in #1974
  • build(deps): bump the java-other group across 1 directory with 2 updates by @dependabot[bot] in #1984
  • build(deps): bump the java-other group across 1 directory with 2 updates by @dependabot[bot] in #1990
  • build(deps): bump software.amazon.awssdk:bom from 2.35.7 to 2.35.10 in /java in the java-other group across 1 directory by @dependabot[bot] in #1992
  • build(deps): bump the opentelemetry-deps-java group across 1 directory with 2 updates by @dependabot[bot] in #1997
  • build(deps): bump io.opentelemetry.contrib:opentelemetry-aws-resources from 1.50.0-alpha to 1.51.0-alpha in /java in the opentelemetry-deps-java group across 1 directory by @dependabot[bot] in #1999

Full Changelog: layer-javaagent/0.15.0...layer-javaagent/0.16.0

layer-collector/0.18.0

22 Oct 17:17
93e779f

Choose a tag to compare

Contains

ARN

arn:aws:lambda:<region>:184161586896:layer:opentelemetry-collector-<amd64|arm64>-0_18_0:1

What's Changed

Collector

  • build(deps): bump the collector-other group across 7 directories with 3 updates by @dependabot[bot] in #1947
  • build(deps): bump the opentelemetry-deps-collector group across 6 directories with 45 updates by @dependabot[bot] in #1986
  • build(deps): bump the collector-other group across 2 directories with 4 updates by @dependabot[bot] in #1991
  • build(deps): bump the collector-other group across 1 directory with 2 updates by @dependabot[bot] in #1996
  • build(deps): bump the opentelemetry-deps-collector group across 1 directory with 3 updates by @dependabot[bot] in #1995
  • build(deps): bump the opentelemetry-deps-collector group across 5 directories with 39 updates by @dependabot[bot] in #2000

Full Changelog: layer-collector/0.17.0...layer-collector/0.18.0

layer-ruby/0.9.0

20 Aug 19:08
6c6c5a2

Choose a tag to compare

Contains

  • opentelemetry-ruby 1.8.1

ARN

arn:aws:lambda:<region>:184161586896:layer:opentelemetry-ruby-0_9_0:1

What's Changed

  • build(deps): update opentelemetry-instrumentation-all requirement from ~> 0.78.0 to ~> 0.79.0 in /ruby/src/otel/layer in the opentelemetry-deps-ruby group across 1 directory by @dependabot[bot] in #1939

Full Changelog: layer-ruby/0.8.0...layer-ruby/0.9.0