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
* CONTRIBUTING: add a note on updating release notes on release
* operator/Dockerfile: bump wolfi/chainguard-base hash to latest
* Update license metadata for PEP-639
* update CHANGELOG and bump version to 1.4.0
* docs/release-notes: fix github links
* Fix also 1.4.0 notes links
1. For Majors: Follow [website-requests README](https://github.com/elastic/website-requests/) to request an update of the [EOL table](https://www.elastic.co/support/eol).
124
124
1. Commit changes with message `update CHANGELOG and bump version to X.Y.Z`
125
125
where `X.Y.Z` is the version in `src/elasticotel/distro/version.py`
Copy file name to clipboardExpand all lines: docs/release-notes/index.md
+47-40Lines changed: 47 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,91 +27,98 @@ To check for security updates, go to [Security announcements for the Elastic sta
27
27
% ### Fixes [edot-python-X.X.X-fixes]
28
28
% *
29
29
30
+
## 1.4.0 [edot-python-1.4.0-release-notes]
31
+
32
+
### Features and enhancements [edot-python-1.4.0-features-enhancements]
33
+
34
+
* Introduced OpAMP agent for Central configuration in Tech Preview: the first option implemented is changing the logging level of EDOT Python. Central configuration will be available as Tech Preview in Elastic Stack 9.1 ([#320](https://github.com/elastic/elastic-otel-python/pull/320))
35
+
30
36
## 1.3.0 [edot-python-1.3.0-release-notes]
31
37
32
-
- Bump to OTel 1.34.1: dropped support for Python 3.8 (#321)
38
+
- Bump to OTel 1.34.1: dropped support for Python 3.8 ([#321](https://github.com/elastic/elastic-otel-python/pull/321))
- Bump openai instrumentation to 1.1.0 in docker image ([#297](https://github.com/elastic/elastic-otel-python/pull/297))
51
57
52
58
## 1.0.0 [edot-python-1.0.0-release-notes]
53
59
54
-
-Enabled opentelemetry-instrumentation-vertexai in edot-bootstrap (#283).
55
-
- Bump openai instrumentation to 1.0.0 in docker image (#275).
56
-
-Moved docs to https://elastic.github.io/opentelemetry/ (#282).
60
+
-Enable opentelemetry-instrumentation-vertexai in edot-bootstrap ([#283](https://github.com/elastic/elastic-otel-python/pull/283))
61
+
- Bump openai instrumentation to 1.0.0 in docker image ([#275](https://github.com/elastic/elastic-otel-python/pull/275))
62
+
-Move docs to https://elastic.github.io/opentelemetry/ ([#282](https://github.com/elastic/elastic-otel-python/pull/282))
57
63
58
64
## 0.8.1 [edot-python-0.8.1-release-notes]
59
65
60
-
- Bump to OTel 1.31.1 (#270).
66
+
- Bump to OTel 1.31.1 ([#270](https://github.com/elastic/elastic-otel-python/pull/270))
61
67
62
68
## 0.8.0 [edot-python-0.8.0-release-notes]
63
69
64
-
-Removed some custom code in ElasticOpenTelemetryConfigurator (#250).
65
-
-Introduced a resource detector sending server.instance.id (#259).
66
-
- Bump to OTel 1.31.0: programmatic auto-instrumentation, added metrics and events for AWS Bedrock instrumentation (#263).
67
-
- Bump elastic-opentelemetry-instrumentation-openai to 0.6.1 in Docker image and relax version dependency to (#264).
70
+
-Remove some custom code in ElasticOpenTelemetryConfigurator ([#250](https://github.com/elastic/elastic-otel-python/pull/250))
71
+
-Introduce a resource detector sending server.instance.id ([#259](https://github.com/elastic/elastic-otel-python/pull/259))
72
+
- Bump to OTel 1.31.0: programmatic auto-instrumentation, added metrics and events for AWS Bedrock instrumentation ([#263](https://github.com/elastic/elastic-otel-python/pull/263))
73
+
- Bump elastic-opentelemetry-instrumentation-openai to 0.6.1 in Docker image and relax version dependency to ([#264](https://github.com/elastic/elastic-otel-python/pull/264))
68
74
69
75
## 0.7.0 [edot-python-0.7.0-release-notes]
70
76
71
-
- Bump to OTel 1.30.0: Python 3.13 support, pymssql instrumentation, basic GenAI tracing with AWS Bedrock (#241).
77
+
- Bump to OTel 1.30.0: Python 3.13 support, pymssql instrumentation, basic GenAI tracing with AWS Bedrock ([#241](https://github.com/elastic/elastic-otel-python/pull/241))
72
78
73
79
## 0.6.1 [edot-python-0.6.1-release-notes]
74
80
75
-
- Bump opentelemetry-sdk-extension-aws to 2.1.0 (#222).
76
-
- Bump opentelemetry-resourcedetector-gcp to 1.8.0a0 (#229).
77
-
-Added OpenAI examples (#226).
81
+
- Bump opentelemetry-sdk-extension-aws to 2.1.0 ([#222](https://github.com/elastic/elastic-otel-python/pull/222))
82
+
- Bump opentelemetry-resourcedetector-gcp to 1.8.0a0 ([#229](https://github.com/elastic/elastic-otel-python/pull/229))
- Bump elastic-opentelemetry-instrumentation-openai dependency to 0.6.0 (#210).
87
+
- Bump to OTel 1.29.0 ([#211](https://github.com/elastic/elastic-otel-python/pull/211))
88
+
- Bump elastic-opentelemetry-instrumentation-openai dependency to 0.6.0 ([#210](https://github.com/elastic/elastic-otel-python/pull/210))
83
89
84
90
## 0.5.0 [edot-python-0.5.0-release-notes]
85
91
86
-
-Enabled by default cloud resource detectors for AWS, Azure and GCP (#198).
87
-
-Introduced edot-bootstrap, like opentelemetry-bootstrap but with EDOT Openai instrumentation (#196).
88
-
-Added docs for tracing with manual spans and metrics (#189).
89
-
- Set OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE to DELTA (#197).
90
-
- Bump elastic-opentelemetry-instrumentation-openai dependency to 0.5.0 (#204).
92
+
-Enable by default cloud resource detectors for AWS, Azure and GCP ([#198](https://github.com/elastic/elastic-otel-python/pull/198))
93
+
-Introduce edot-bootstrap, like opentelemetry-bootstrap but with EDOT Openai instrumentation ([#196](https://github.com/elastic/elastic-otel-python/pull/196))
94
+
-Add docs for tracing with manual spans and metrics ([#189](https://github.com/elastic/elastic-otel-python/pull/189))
95
+
- Set OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE to DELTA ([#197](https://github.com/elastic/elastic-otel-python/pull/197))
96
+
- Bump elastic-opentelemetry-instrumentation-openai dependency to 0.5.0 ([#204](https://github.com/elastic/elastic-otel-python/pull/204))
91
97
92
98
## 0.4.1 [edot-python-0.4.1-release-notes]
93
99
94
-
- Bump to OTel 1.28.2 (#185).
100
+
- Bump to OTel 1.28.2 ([#185](https://github.com/elastic/elastic-otel-python/pull/185))
95
101
96
102
## 0.4.0 [edot-python-0.4.0-release-notes]
97
103
98
-
- Bump to OTel 1.28.1 (#169).
99
-
-Enabled log events by default (#154).
100
-
-Added musl autoinstrumentation to Docker image for OTel Kubernetes operator (#162).
101
-
-Added documentation for logging enablement (#153).
102
-
-Added flask autoinstrumentation example (#168).
104
+
- Bump to OTel 1.28.1 ([#169](https://github.com/elastic/elastic-otel-python/pull/169))
105
+
-Enable log events by default ([#154](https://github.com/elastic/elastic-otel-python/pull/154))
106
+
-Add musl autoinstrumentation to Docker image for OTel Kubernetes operator ([#162](https://github.com/elastic/elastic-otel-python/pull/162))
107
+
-Add documentation for logging enablement ([#153](https://github.com/elastic/elastic-otel-python/pull/153))
108
+
-Add flask autoinstrumentation example ([#168](https://github.com/elastic/elastic-otel-python/pull/168))
103
109
104
110
## 0.3.0 [edot-python-0.3.0-release-notes]
105
111
106
-
- Built Python 3.12 Docker image for OTel Kubernetes operator (#132, #136. #137).
107
-
- Made the distro loading more robust against ImportError.Exception when loading instrumentations (#132).
0 commit comments