Sourced from opentelemetry-api's changelog.
Version 1.24.0/0.45b0 (2024-03-28)
- Make create_gauge non-abstract method (#3817)
- Make
tracer.start_as_current_span()
decorator work with async functions (#3633)- Fix python 3.12 deprecation warning (#3751)
- bump mypy to 0.982 (#3776)
- Add support for OTEL_SDK_DISABLED environment variable (#3648)
- Fix ValueError message for PeriodicExportingMetricsReader (#3769)
- Use
BaseException
instead ofException
inrecord_exception
(#3354)- Make span.record_exception more robust (#3778)
- Fix license field in pyproject.toml files (#3803)
01d1d4b
[release/v1.24.x-0.45bx] Prepare release 1.24.0/0.45b0 (#3819)bb89e0a
Make create_gauge
non-abstract method (#3817)c2fc945
record_exception: Accept BaseException (#3354)29c293f
Improve tracing sdk type annotations (#3794)694445f
Fix license field in pyproject.toml files (#3803)06b82aa
Make record_exception more robust handling them outside the except scope
(#3778)2574707
Adds support OTEL_SDK_DISABLED environment variable (#3648)6dd85fc
Fix shellcheck --severity=warning issues (#3789)cc05a80
Use verbosity for logs example (#3800)5a6da15
Make tracer.start_as_current_span()
decorator work with
async functions (#3...Sourced from opentelemetry-distro's changelog.
Version 1.24.0/0.45b0 (2024-03-28)
opentelemetry-instrumentation-psycopg
Async Instrumentation for psycopg 3.x (#2146)Fixed
opentelemetry-instrumentation-celery
Allow Celery instrumentation to be installed multiple times (#2342)- Align gRPC span status codes to OTEL specification (#1756)
opentelemetry-instrumentation-flask
Add importlib metadata default for deprecation warning flask version (#2297)- Ensure all http.server.duration metrics have the same description (#2151)
- Fix regression in httpx
request.url
not being of typehttpx.URL
after0.44b0
(#2359)- Avoid losing repeated HTTP headers (#2266)
opentelemetry-instrumentation-elasticsearch
Don't send bulk request body as db statement (#2355)- AwsLambdaInstrumentor sets
cloud.account.id
span attribute (#2367)
Sourced from opentelemetry-exporter-otlp-proto-common's changelog.
Version 1.24.0/0.45b0 (2024-03-28)
- Make create_gauge non-abstract method (#3817)
- Make
tracer.start_as_current_span()
decorator work with async functions (#3633)- Fix python 3.12 deprecation warning (#3751)
- bump mypy to 0.982 (#3776)
- Add support for OTEL_SDK_DISABLED environment variable (#3648)
- Fix ValueError message for PeriodicExportingMetricsReader (#3769)
- Use
BaseException
instead ofException
inrecord_exception
(#3354)- Make span.record_exception more robust (#3778)
- Fix license field in pyproject.toml files (#3803)
01d1d4b
[release/v1.24.x-0.45bx] Prepare release 1.24.0/0.45b0 (#3819)694445f
Fix license field in pyproject.toml files (#3803)d6321d6
Remove [test] package from opentelemetry-exporter-zipkin (#3774)82308f5
Remove [test] package from opentelemetry-exporter-otlp (#3756)947472b
Remove [test] package from opentelemetry-exporter-otlp-proto-common (#3738)7401bc0
Remove [test] package from opentelemetry-exporter-zipkin-json (#3739)d001e74
Remove [test] package from opentelemetry-exporter-prometheus (#3753)7f662c1
Remove [test] package from opentelemetry-exporter-zipkin-proto-http (#3754)473156b
Remove [test] package from opentelemetry-exporter-opencensus (#3755)6af918b
Remove [test] package from opentelemetry-exporter-otlp-proto-http (#3742)Sourced from opentelemetry-exporter-otlp-proto-grpc's changelog.
Version 1.24.0/0.45b0 (2024-03-28)
- Make create_gauge non-abstract method (#3817)
- Make
tracer.start_as_current_span()
decorator work with async functions (#3633)- Fix python 3.12 deprecation warning (#3751)
- bump mypy to 0.982 (#3776)
- Add support for OTEL_SDK_DISABLED environment variable (#3648)
- Fix ValueError message for PeriodicExportingMetricsReader (#3769)
- Use
BaseException
instead ofException
inrecord_exception
(#3354)- Make span.record_exception more robust (#3778)
- Fix license field in pyproject.toml files (#3803)
01d1d4b
[release/v1.24.x-0.45bx] Prepare release 1.24.0/0.45b0 (#3819)694445f
Fix license field in pyproject.toml files (#3803)d6321d6
Remove [test] package from opentelemetry-exporter-zipkin (#3774)82308f5
Remove [test] package from opentelemetry-exporter-otlp (#3756)947472b
Remove [test] package from opentelemetry-exporter-otlp-proto-common (#3738)7401bc0
Remove [test] package from opentelemetry-exporter-zipkin-json (#3739)d001e74
Remove [test] package from opentelemetry-exporter-prometheus (#3753)7f662c1
Remove [test] package from opentelemetry-exporter-zipkin-proto-http (#3754)473156b
Remove [test] package from opentelemetry-exporter-opencensus (#3755)6af918b
Remove [test] package from opentelemetry-exporter-otlp-proto-http (#3742)Sourced from opentelemetry-instrumentation's changelog.
Version 1.24.0/0.45b0 (2024-03-28)
opentelemetry-instrumentation-psycopg
Async Instrumentation for psycopg 3.x (#2146)Fixed
opentelemetry-instrumentation-celery
Allow Celery instrumentation to be installed multiple times (#2342)- Align gRPC span status codes to OTEL specification (#1756)
opentelemetry-instrumentation-flask
Add importlib metadata default for deprecation warning flask version (#2297)- Ensure all http.server.duration metrics have the same description (#2151)
- Fix regression in httpx
request.url
not being of typehttpx.URL
after0.44b0
(#2359)- Avoid losing repeated HTTP headers (#2266)
opentelemetry-instrumentation-elasticsearch
Don't send bulk request body as db statement (#2355)- AwsLambdaInstrumentor sets
cloud.account.id
span attribute (#2367)
Sourced from opentelemetry-instrumentation-dbapi's changelog.
Version 1.24.0/0.45b0 (2024-03-28)
opentelemetry-instrumentation-psycopg
Async Instrumentation for psycopg 3.x (#2146)Fixed
opentelemetry-instrumentation-celery
Allow Celery instrumentation to be installed multiple times (#2342)- Align gRPC span status codes to OTEL specification (#1756)
opentelemetry-instrumentation-flask
Add importlib metadata default for deprecation warning flask version (#2297)- Ensure all http.server.duration metrics have the same description (#2151)
- Fix regression in httpx
request.url
not being of typehttpx.URL
after0.44b0
(#2359)- Avoid losing repeated HTTP headers (#2266)
opentelemetry-instrumentation-elasticsearch
Don't send bulk request body as db statement (#2355)- AwsLambdaInstrumentor sets
cloud.account.id
span attribute (#2367)
Sourced from opentelemetry-instrumentation-flask's changelog.
Version 1.24.0/0.45b0 (2024-03-28)
opentelemetry-instrumentation-psycopg
Async Instrumentation for psycopg 3.x (#2146)Fixed
opentelemetry-instrumentation-celery
Allow Celery instrumentation to be installed multiple times (#2342)- Align gRPC span status codes to OTEL specification (#1756)
opentelemetry-instrumentation-flask
Add importlib metadata default for deprecation warning flask version (#2297)- Ensure all http.server.duration metrics have the same description (#2151)
- Fix regression in httpx
request.url
not being of typehttpx.URL
after0.44b0
(#2359)- Avoid losing repeated HTTP headers (#2266)
opentelemetry-instrumentation-elasticsearch
Don't send bulk request body as db statement (#2355)- AwsLambdaInstrumentor sets
cloud.account.id
span attribute (#2367)
Sourced from opentelemetry-instrumentation-psycopg2's changelog.
Version 1.24.0/0.45b0 (2024-03-28)
opentelemetry-instrumentation-psycopg
Async Instrumentation for psycopg 3.x (#2146)Fixed
opentelemetry-instrumentation-celery
Allow Celery instrumentation to be installed multiple times (#2342)- Align gRPC span status codes to OTEL specification (#1756)
opentelemetry-instrumentation-flask
Add importlib metadata default for deprecation warning flask version (#2297)- Ensure all http.server.duration metrics have the same description (#2151)
- Fix regression in httpx
request.url
not being of typehttpx.URL
after0.44b0
(#2359)- Avoid losing repeated HTTP headers (#2266)
opentelemetry-instrumentation-elasticsearch
Don't send bulk request body as db statement (#2355)- AwsLambdaInstrumentor sets
cloud.account.id
span attribute (#2367)
Sourced from opentelemetry-instrumentation-wsgi's changelog.
Version 1.24.0/0.45b0 (2024-03-28)
opentelemetry-instrumentation-psycopg
Async Instrumentation for psycopg 3.x (#2146)Fixed
opentelemetry-instrumentation-celery
Allow Celery instrumentation to be installed multiple times (#2342)- Align gRPC span status codes to OTEL specification (#1756)
opentelemetry-instrumentation-flask
Add importlib metadata default for deprecation warning flask version (#2297)- Ensure all http.server.duration metrics have the same description (#2151)
- Fix regression in httpx
request.url
not being of typehttpx.URL
after0.44b0
(#2359)- Avoid losing repeated HTTP headers (#2266)
opentelemetry-instrumentation-elasticsearch
Don't send bulk request body as db statement (#2355)- AwsLambdaInstrumentor sets
cloud.account.id
span attribute (#2367)
Sourced from opentelemetry-proto's changelog.
Version 1.24.0/0.45b0 (2024-03-28)
- Make create_gauge non-abstract method (#3817)
- Make
tracer.start_as_current_span()
decorator work with async functions (#3633)- Fix python 3.12 deprecation warning (#3751)
- bump mypy to 0.982 (#3776)
- Add support for OTEL_SDK_DISABLED environment variable (#3648)
- Fix ValueError message for PeriodicExportingMetricsReader (#3769)
- Use
BaseException
instead ofException
inrecord_exception
(#3354)- Make span.record_exception more robust (#3778)
- Fix license field in pyproject.toml files (#3803)
01d1d4b
[release/v1.24.x-0.45bx] Prepare release 1.24.0/0.45b0 (#3819)bb89e0a
Make create_gauge
non-abstract method (#3817)c2fc945
record_exception: Accept BaseException (#3354)29c293f
Improve tracing sdk type annotations (#3794)694445f
Fix license field in pyproject.toml files (#3803)06b82aa
Make record_exception more robust handling them outside the except scope
(#3778)2574707
Adds support OTEL_SDK_DISABLED environment variable (#3648)6dd85fc
Fix shellcheck --severity=warning issues (#3789)cc05a80
Use verbosity for logs example (#3800)5a6da15
Make tracer.start_as_current_span()
decorator work with
async functions (#3...Sourced from opentelemetry-sdk's changelog.
Version 1.24.0/0.45b0 (2024-03-28)
- Make create_gauge non-abstract method (#3817)
- Make
tracer.start_as_current_span()
decorator work with async functions (#3633)- Fix python 3.12 deprecation warning (#3751)
- bump mypy to 0.982 (#3776)
- Add support for OTEL_SDK_DISABLED environment variable (#3648)
- Fix ValueError message for PeriodicExportingMetricsReader (#3769)
- Use
BaseException
instead ofException
inrecord_exception
(#3354)- Make span.record_exception more robust (#3778)
- Fix license field in pyproject.toml files (#3803)
01d1d4b
[release/v1.24.x-0.45bx] Prepare release 1.24.0/0.45b0 (#3819)bb89e0a
Make create_gauge
non-abstract method (#3817)c2fc945
record_exception: Accept BaseException (#3354)29c293f
Improve tracing sdk type annotations (#3794)694445f
Fix license field in pyproject.toml files (#3803)06b82aa
Make record_exception more robust handling them outside the except scope
(#3778)2574707
Adds support OTEL_SDK_DISABLED environment variable (#3648)6dd85fc
Fix shellcheck --severity=warning issues (#3789)cc05a80
Use verbosity for logs example (#3800)5a6da15
Make tracer.start_as_current_span()
decorator work with
async functions (#3...Sourced from opentelemetry-semantic-conventions's changelog.
Version 1.24.0/0.45b0 (2024-03-28)
- Make create_gauge non-abstract method (#3817)
- Make
tracer.start_as_current_span()
decorator work with async functions (#3633)- Fix python 3.12 deprecation warning (#3751)
- bump mypy to 0.982 (#3776)
- Add support for OTEL_SDK_DISABLED environment variable (#3648)
- Fix ValueError message for PeriodicExportingMetricsReader (#3769)
- Use
BaseException
instead ofException
inrecord_exception
(#3354)- Make span.record_exception more robust (#3778)
- Fix license field in pyproject.toml files (#3803)
Sourced from opentelemetry-util-http's changelog.
Version 1.24.0/0.45b0 (2024-03-28)
opentelemetry-instrumentation-psycopg
Async Instrumentation for psycopg 3.x (#2146)Fixed
opentelemetry-instrumentation-celery
Allow Celery instrumentation to be installed multiple times (#2342)- Align gRPC span status codes to OTEL specification (#1756)
opentelemetry-instrumentation-flask
Add importlib metadata default for deprecation warning flask version (#2297)- Ensure all http.server.duration metrics have the same description (#2151)
- Fix regression in httpx
request.url
not being of typehttpx.URL
after0.44b0
(#2359)- Avoid losing repeated HTTP headers (#2266)
opentelemetry-instrumentation-elasticsearch
Don't send bulk request body as db statement (#2355)- AwsLambdaInstrumentor sets
cloud.account.id
span attribute (#2367)