@@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ - Fix broken documentation link in Prometheus exporter README and add missing Prometheus exporter documentation (#4399 )
1011- Fix user agent in OTLP HTTP metrics exporter
1112 ([ #4475 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4475 ) )
12- - Fix broken documentation link in Prometheus exporter README and add missing Prometheus exporter documentation (#4399 )
1313- Improve performance of baggage operations
1414 ([ #4466 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4466 ) )
1515
@@ -627,8 +627,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
627627 ([ #2577 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2577 ) )
628628- Add default aggregation
629629 ([ #2543 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2543 ) )
630- - Fix incorrect installation of some exporter " convenience" packages into
631- " site-packages/src"
630+ - Fix incorrect installation of some exporter “ convenience” packages into
631+ “ site-packages/src”
632632 ([ #2525 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2525 ) )
633633- Capture exception information as part of log attributes
634634 ([ #2531 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2531 ) )
@@ -1713,3 +1713,60 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17131713### Added
17141714
17151715- Initial release api/sdk
1716+
1717+ - Use Attribute rather than boundattribute in logrecord
1718+ ([ #3567 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3567 ) )
1719+ - Fix flush error when no LoggerProvider configured for LoggingHandler
1720+ ([ #3608 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3608 ) )
1721+ - Fix ` OTLPMetricExporter ` ignores ` preferred_aggregation ` property
1722+ ([ #3603 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3603 ) )
1723+ - Logs: set ` observed_timestamp ` field
1724+ ([ #3565 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3565 ) )
1725+ - Add missing Resource SchemaURL in OTLP exporters
1726+ ([ #3652 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3652 ) )
1727+ - Fix loglevel warning text
1728+ ([ #3566 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3566 ) )
1729+ - Prometheus Exporter string representation for target_info labels
1730+ ([ #3659 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3659 ) )
1731+ - Logs: ObservedTimestamp field is missing in console exporter output
1732+ ([ #3564 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3564 ) )
1733+ - Fix explicit bucket histogram aggregation
1734+ ([ #3429 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3429 ) )
1735+ - Add ` code.lineno ` , ` code.function ` and ` code.filepath ` to all logs
1736+ ([ #3645 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3645 ) )
1737+ - Add Synchronous Gauge instrument
1738+ ([ #3462 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3462 ) )
1739+ - Drop support for 3.7
1740+ ([ #3668 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3668 ) )
1741+ - Include key in attribute sequence warning
1742+ ([ #3639 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3639 ) )
1743+ - Upgrade markupsafe, Flask and related dependencies to dev and test
1744+ environments ([ #3609 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3609 ) )
1745+ - Handle HTTP 2XX responses as successful in OTLP exporters
1746+ ([ #3623 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3623 ) )
1747+ - Improve Resource Detector timeout messaging
1748+ ([ #3645 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3645 ) )
1749+ - Add Proxy classes for logging
1750+ ([ #3575 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3575 ) )
1751+ - Remove dependency on 'backoff' library
1752+ ([ #3679 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3679 ) )
1753+
1754+
1755+ - Make create_gauge non-abstract method
1756+ ([ #3817 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3817 ) )
1757+ - Make ` tracer.start_as_current_span() ` decorator work with async functions
1758+ ([ #3633 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3633 ) )
1759+ - Fix python 3.12 deprecation warning
1760+ ([ #3751 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3751 ) )
1761+ - bump mypy to 0.982
1762+ ([ #3776 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3776 ) )
1763+ - Add support for OTEL_SDK_DISABLED environment variable
1764+ ([ #3648 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3648 ) )
1765+ - Fix ValueError message for PeriodicExportingMetricsReader
1766+ ([ #3769 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3769 ) )
1767+ - Use ` BaseException ` instead of ` Exception ` in ` record_exception `
1768+ ([ #3354 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3354 ) )
1769+ - Make span.record_exception more robust
1770+ ([ #3778 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3778 ) )
1771+ - Fix license field in pyproject.toml files
1772+ ([ #3803 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3803 ) )
0 commit comments