You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
**Breaking changes ongoing**
9
+
10
+
> [!IMPORTANT]
11
+
> We are working on stabilizing the Log signal that would require making deprecations and breaking changes. We will try to reduce the releases that may require an update to your code, especially for instrumentations or for sdk developers.
[](https://github.com/open-telemetry/opentelemetry-python/actions/workflows/test_0.yml)
4
-
[](https://github.com/open-telemetry/opentelemetry-python/actions/workflows/test_1.yml)
[](https://opentelemetry-python.readthedocs.io/en/latest/)
7
+
[](https://www.bestpractices.dev/projects/11060)
8
8
9
9
## Project Status
10
10
@@ -14,10 +14,15 @@ See the [OpenTelemetry Instrumentation for Python](https://opentelemetry.io/docs
14
14
| ------- | ------------ | ------- |
15
15
| Traces | Stable | N/A |
16
16
| Metrics | Stable | N/A |
17
-
| Logs |Experimental| N/A |
17
+
| Logs |Development*| N/A |
18
18
19
19
Project versioning information and stability guarantees can be found [here](./rationale.md#versioning-and-releasing).
20
20
21
+
***Breaking Changes**
22
+
23
+
> [!IMPORTANT]
24
+
> We are working on stabilizing the Log signal which would require making deprecations and breaking changes. We will try to reduce the releases that may require an update to your code, especially for instrumentations or for SDK developers.
25
+
21
26
## Getting started
22
27
23
28
You can find the getting started guide for OpenTelemetry Python [here](https://opentelemetry.io/docs/instrumentation/python/getting-started/).
@@ -98,14 +103,14 @@ Meeting notes are available as a public [Google doc](https://docs.google.com/doc
98
103
### Maintainers
99
104
100
105
-[Aaron Abbott](https://github.com/aabmass), Google
For more information about the maintainer role, see the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#maintainer).
106
110
107
111
### Approvers
108
112
113
+
-[Dylan Russell](https://github.com/dylanrussell), Google
0 commit comments