Skip to content

Commit 01e70ad

Browse files
committed
docs/release-notes: fix github links
1 parent 1900fe3 commit 01e70ad

File tree

1 file changed

+41
-40
lines changed

1 file changed

+41
-40
lines changed

docs/release-notes/index.md

Lines changed: 41 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -35,89 +35,90 @@ To check for security updates, go to [Security announcements for the Elastic sta
3535

3636
## 1.3.0 [edot-python-1.3.0-release-notes]
3737

38-
- 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))
3939

4040
Upstream changes:
41-
* https://github.com/open-telemetry/opentelemetry-python/discussions/4613
42-
* https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/3558
41+
* [https://github.com/open-telemetry/opentelemetry-python/discussions/4613](https://github.com/open-telemetry/opentelemetry-python/discussions/4613)
42+
* [https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/3558](https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/3558)
4343

4444
## 1.2.0 [edot-python-1.2.0-release-notes]
4545

46-
- Bump to OTel 1.33.1: logs OTLP serialization improvements, stable `code` attributes used in logs (#307).
46+
- Bump to OTel 1.33.1: logs OTLP serialization improvements, stable `code` attributes used in logs ([#307](https://github.com/elastic/elastic-otel-python/pull/307))
4747

4848
Upstream changes:
49-
* https://github.com/open-telemetry/opentelemetry-python/discussions/4574
50-
* https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/3487
51-
- Bump openai instrumentation to 1.1.1 in docker image (#308).
49+
* [https://github.com/open-telemetry/opentelemetry-python/discussions/4574](https://github.com/open-telemetry/opentelemetry-python/discussions/4574)
50+
* [https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/3487](https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/3487)
51+
- Bump openai instrumentation to 1.1.1 in docker image ([#308](https://github.com/elastic/elastic-otel-python/pull/308))
5252

5353
## 1.1.0 [edot-python-1.1.0-release-notes]
5454

55-
- Bump to OTel 1.32.1: logging module autoinstrumentation improvements, explicit bucket advisory fixes, asyncclick instrumentation (#293).
56-
- Bump openai instrumentation to 1.1.0 in docker image (#297).
55+
- Bump to OTel 1.32.1: logging module autoinstrumentation improvements, explicit bucket advisory fixes, asyncclick instrumentation ([#293](https://github.com/elastic/elastic-otel-python/pull/293))
56+
- Bump openai instrumentation to 1.1.0 in docker image ([#297](https://github.com/elastic/elastic-otel-python/pull/297))
5757

5858
## 1.0.0 [edot-python-1.0.0-release-notes]
5959

60-
- Enabled opentelemetry-instrumentation-vertexai in edot-bootstrap (#283).
61-
- Bump openai instrumentation to 1.0.0 in docker image (#275).
62-
- 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))
6363

6464
## 0.8.1 [edot-python-0.8.1-release-notes]
6565

66-
- Bump to OTel 1.31.1 (#270).
66+
- Bump to OTel 1.31.1 ([#270](https://github.com/elastic/elastic-otel-python/pull/270))
6767

6868
## 0.8.0 [edot-python-0.8.0-release-notes]
6969

70-
- Removed some custom code in ElasticOpenTelemetryConfigurator (#250).
71-
- Introduced a resource detector sending server.instance.id (#259).
72-
- Bump to OTel 1.31.0: programmatic auto-instrumentation, added metrics and events for AWS Bedrock instrumentation (#263).
73-
- 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))
7474

7575
## 0.7.0 [edot-python-0.7.0-release-notes]
7676

77-
- 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))
7878

7979
## 0.6.1 [edot-python-0.6.1-release-notes]
8080

81-
- Bump opentelemetry-sdk-extension-aws to 2.1.0 (#222).
82-
- Bump opentelemetry-resourcedetector-gcp to 1.8.0a0 (#229).
83-
- 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))
83+
- Add OpenAI examples ([#226](https://github.com/elastic/elastic-otel-python/pull/226))
8484

8585
## 0.6.0 [edot-python-0.6.0-release-notes]
8686

87-
- Bump to OTel 1.29.0 (#211).
88-
- 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))
8989

9090
## 0.5.0 [edot-python-0.5.0-release-notes]
9191

92-
- Enabled by default cloud resource detectors for AWS, Azure and GCP (#198).
93-
- Introduced edot-bootstrap, like opentelemetry-bootstrap but with EDOT Openai instrumentation (#196).
94-
- Added docs for tracing with manual spans and metrics (#189).
95-
- Set OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE to DELTA (#197).
96-
- 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))
9797

9898
## 0.4.1 [edot-python-0.4.1-release-notes]
9999

100-
- Bump to OTel 1.28.2 (#185).
100+
- Bump to OTel 1.28.2 ([#185](https://github.com/elastic/elastic-otel-python/pull/185))
101101

102102
## 0.4.0 [edot-python-0.4.0-release-notes]
103103

104-
- Bump to OTel 1.28.1 (#169).
105-
- Enabled log events by default (#154).
106-
- Added musl autoinstrumentation to Docker image for OTel Kubernetes operator (#162).
107-
- Added documentation for logging enablement (#153).
108-
- 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))
109109

110110
## 0.3.0 [edot-python-0.3.0-release-notes]
111111

112-
- Built Python 3.12 Docker image for OTel Kubernetes operator (#132, #136. #137).
113-
- Made the distro loading more robust against ImportError.Exception when loading instrumentations (#132).
114-
- Added some types in resource detectors (#133).
112+
- Build Python 3.12 Docker image for OTel Kubernetes operator ([#132](https://github.com/elastic/elastic-otel-python/pull/132), [#136](https://github.com/elastic/elastic-otel-python/pull/136), [#137](https://github.com/elastic/elastic-otel-python/pull/137))
113+
- Make the distro loading more robust against ImportError
114+
Exception when loading instrumentations ([#132](https://github.com/elastic/elastic-otel-python/pull/132))
115+
- Add some types in resource detectors ([#133](https://github.com/elastic/elastic-otel-python/pull/133))
115116

116117
## 0.2.0 [edot-python-0.2.0-release-notes]
117118

118-
- Added some documentation (#110).
119-
- Bump to OTel 1.27.0 (#117).
120-
- Enabled `os` resource detector by default (#117).
119+
- Added some documentation ([#110](https://github.com/elastic/elastic-otel-python/pull/110))
120+
- Bump to OTel 1.27.0 ([#117](https://github.com/elastic/elastic-otel-python/pull/117))
121+
- Enabled `os` resource detector by default ([#117](https://github.com/elastic/elastic-otel-python/pull/117))
121122

122123
## 0.1.0 [edot-python-0.1.0-release-notes]
123124

0 commit comments

Comments
 (0)