-
Notifications
You must be signed in to change notification settings - Fork 810
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: prepare next release #5068
chore: prepare next release #5068
Conversation
743ff09
to
071d5d6
Compare
Looks like I wrote some not-very-robust assertions in the OTLP exporter tests. I'll follow up with a PR to fix this so we can release. |
#5068 will fix the failing tests here. :) |
071d5d6
to
3a08d59
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5068 +/- ##
==========================================
- Coverage 93.18% 93.17% -0.02%
==========================================
Files 315 315
Lines 8086 8086
Branches 1617 1617
==========================================
- Hits 7535 7534 -1
- Misses 551 552 +1 |
Huh, looks like the W3C integration test setup is failing. I'll look into it. |
PR to fix the trace context integration test: |
555e915
to
45be429
Compare
Required to be merged for release:
|
45be429
to
8ab1f95
Compare
1.27.0
🚀 (Enhancement)
🐛 (Bug Fix)
status.message
onSpan#setStatus()
#4999 @pichlermarcPeriodicExportingMetricReader
#5006 @jj22ee@opentelemetry/propagator-aws-xray
is now located in open-telemetry/opentelemetry-js-contrib@opentelemetry/propagator-aws-xray-lambda
is now located in open-telemetry/opentelemetry-js-contrib🏠 (Internal)
@opentelemetry/api
dependency min version to 1.3.0 inexamples
,experimental/packages
,integration-tests
andselenium-tests
#4992
MetricsAttributes
withAttributes
#5021 @david-lunaSpanAttributes
andMetricsAttributes
withAttributes
#5023 @david-lunanew Span
in tests #5035 @david-luna0.54.0
💥 Breaking Change
getDefaultUrl
was intended for internal use has been removed from all exportersgetUrlFromConfig
was intended for internal use and has been removed from all exportershostname
was intended for internal use and has been removed from all exportersurl
was intended for internal use and has been removed from all exporterstimeoutMillis
was intended for internal use and has been removed from all exportersonInit
was intended for internal use and has been removed from all exportersparseHeaders
appendResourcePathToUrl
appendResourcePathToUrlIfNeeded
configureExporterTimeout
invalidTimeout
ignoreIncomingPaths
has been removed, use the more versatileignoreIncomingRequestHook
instead.ignoreOutgoingUrls
has been removed, use the more versatileignoreOutgoingRequestHook
instead.isIgnored
utility function was intended for internal use and has been removed without replacement.🚀 (Enhancement)
OTEL_SEMCONV_STABILITY_OPT_IN
containshttp
orhttp/dup
OTEL_SEMCONV_STABILITY_OPT_IN
containshttp/dup
or DOES NOT containhttp
🐛 (Bug Fix)
'none'
if env varsOTEL_EXPORTER_OTLP_TRACES_COMPRESSION
andOTEL_EXPORTER_OTLP_COMPRESSION
are falsy @sjvans@opentelemetry/[email protected]
,@opentelemetry/[email protected]
packages #5013 @pichlermarc@opentelemetry/[email protected]
#5013 @pichlermarc@opentelemetry/[email protected]
#5013 @pichlermarcOTEL_EXPORTER_OTLP_METRICS_COMPRESSION
OTEL_EXPORTER_OTLP_LOGS_COMPRESSION
OTEL_EXPORTER_OTLP_METRICS_CLIENT_CERTIFICATE
OTEL_EXPORTER_OTLP_LOGS_CLIENT_CERTIFICATE
OTEL_EXPORTER_OTLP_METRICS_CLIENT_KEY
OTEL_EXPORTER_OTLP_LOGS_CLIENT_KEY
OTEL_EXPORTER_OTLP_METRICS_INSECURE
OTEL_EXPORTER_OTLP_LOGS_INSECURE
http.get
,http.request
,https.get
, andhttps.request
when used from ESM code and imported via theimport defaultExport from 'http'
style. #5024 @trentm🏠 (Internal)
refactor(exporter-prometheus): replace
MetricAttributes
andMetricAttributeValues
withAttributes
andAttributeValues
#4993refactor(browser-detector): replace
ResourceAttributes
withAttributes
#5004refactor(sdk-logs): replace
ResourceAttributes
withAttributes
#5005 @david-luna