File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -1502,3 +1502,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15021502- Remove dependency on 'backoff' library
15031503 ([ #3679 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3679 ) )
15041504
1505+
1506+ - Make create_gauge non-abstract method
1507+ ([ #3817 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3817 ) )
1508+ - Make ` tracer.start_as_current_span() ` decorator work with async functions
1509+ ([ #3633 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3633 ) )
1510+ - Fix python 3.12 deprecation warning
1511+ ([ #3751 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3751 ) )
1512+ - bump mypy to 0.982
1513+ ([ #3776 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3776 ) )
1514+ - Add support for OTEL_SDK_DISABLED environment variable
1515+ ([ #3648 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3648 ) )
1516+ - Fix ValueError message for PeriodicExportingMetricsReader
1517+ ([ #3769 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3769 ) )
1518+ - Use ` BaseException ` instead of ` Exception ` in ` record_exception `
1519+ ([ #3354 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3354 ) )
1520+ - Make span.record_exception more robust
1521+ ([ #3778 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3778 ) )
1522+ - Fix license field in pyproject.toml files
1523+ ([ #3803 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3803 ) )
1524+
You can’t perform that action at this time.
0 commit comments