Skip to content

Releases: open-telemetry/opentelemetry-js

API v1.5.0

11 Sep 12:17
5fcd8cf
Compare
Choose a tag to compare

API 1.5.0

Warning

This release included an unintenitional breaking change in. This change was rolled back in https://github.com/open-telemetry/opentelemetry-js/releases/tag/api%2Fv1.6.0

🚀 (Enhancement)

  • feat(api): add attributes argument to recordException API #4071

v1.15.2

08 Aug 15:31
48fb158
Compare
Choose a tag to compare

1.15.2

🐛 (Bug Fix)

  • fix(core): stop rounding to nearest int in hrTimeTo*seconds() functions #4014 @aabmass
  • fix(sdk-metrics): ignore invalid metric values #3988 @legendecas
  • fix(core): add baggage support for values containing an equals sign #3975 @krosenk729

Experimental v0.41.2

08 Aug 15:31
48fb158
Compare
Choose a tag to compare

0.41.2

🔒 (Security)

  • fix(instrumentaton): bump import-in-the-middle to 1.4.2 to fix CVE-2023-38704

🐛 (Bug Fix)

  • fix(opentelemetry-exporter-logs-otlp-http): Add otel-api as dev dep for tests as they are directly importing the api and which is breaking the web-sandbox tests which is using rollup
  • fix(instrumentation-grpc): instrument @grpc/grpc-js Client methods #3804 @pichlermarc

v1.15.1

24 Jul 15:39
9f71800
Compare
Choose a tag to compare

🐛 (Bug Fix)

  • Revert "feat(minification): Add noEmitHelpers, importHelpers and tslib as a dependency (#3914)"
    #4011 @dyladan

Experimental v0.41.1

24 Jul 15:40
9f71800
Compare
Choose a tag to compare

📚 (Refine Doc)

🚀 (Enhancement)

🐛 (Bug Fix)

  • Revert "feat(minification): Add noEmitHelpers, importHelpers and tslib as a dependency (#3914)"
    #4011 @dyladan

v1.15.0

06 Jul 11:28
06e919d
Compare
Choose a tag to compare

1.15.0

🐛 (Bug Fix)

  • fix(opentelemetry-exporter-prometheus): Update default PrometheusExporter to not append a timestamp to match the text based exposition format #3961 @JacksonWeber
  • fix(sdk-metrics): Update default Histogram's boundary to match OTEL's spec #3893 @chigia001
  • fix(sdk-metrics): preserve startTime for cumulative ExponentialHistograms #3934 @aabmass

🏠 (Internal)

  • feat(minification): [Minification] Add noEmitHelpers, importHelpers and tslib as a dependency #3913 @MSNev

Experimental v0.41.0

06 Jul 11:27
06e919d
Compare
Choose a tag to compare

0.41.0

💥 Breaking Change

  • chore(instrumentation-grpc): Drop support for package grpc. #3807 @llc1123

🚀 (Enhancement)

🐛 (Bug Fix)

  • fix(exporter-logs-otlp-http): set useHex to true #3875 @Nico385412
  • fix(otlp-proto-exporter-base): add missing type import #3937 @pichlermarc
  • fix(example-opencensus-shim): avoid OpenCensus auto instrumentations #3951 @llc1123
  • fix(http-intrumentation): prevent request socket null from throwing uncaught error #3858 @aodysseos

🏠 (Internal)

  • chore(instrumentation-grpc): Cleanup remnants of grpc-native support. #3886 @llc1123

v1.14.0

06 Jun 06:02
edebbcc
Compare
Choose a tag to compare

1.14.0

🚀 (Enhancement)

Experimental v0.40.0

06 Jun 06:02
edebbcc
Compare
Choose a tag to compare

0.40.0

💥 Breaking Change

  • fix(exporter-logs-otlp-grpc): change OTLPLogsExporter to OTLPLogExporter #3819 @fuaiyi
  • chore(instrumentation-grpc): add 'grpc' deprecation notice postinstall script #3833 @pichlermarc
    • Support for telemetry generation for the grpc module will be dropped in the next release as the package has been
      deprecated for over 1 year, please migrate to @grpc/grpc-js to continue receiving telemetry.

🚀 (Enhancement)

Experimental v0.39.1

12 May 13:15
bba09c0
Compare
Choose a tag to compare

🐛 (Bug Fix)