Skip to content

Commit bac7b99

Browse files
authored
update CHANGELOG and bump version to 1.10.0 (#426)
1 parent f568056 commit bac7b99

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Elastic Distribution of OpenTelemetry Python Changelog
22

3+
## v1.10.0
4+
5+
- Wire up composite sampler (#410)
6+
- Handle `ELASTIC_OTEL_OPAMP_HEADERS` env var for OpAMP authentication (#411)
7+
- Add support for mTLS authentication with OpAMP (#419)
8+
39
## v1.9.0
410

5-
- Handle OTEL_LOG_LEVEL to tune OpenTelemetry SDK and EDOT SDK logging (#397)
11+
- Handle `OTEL_LOG_LEVEL` to tune OpenTelemetry SDK and EDOT SDK logging (#397)
612
- Log OTel configuration variables at startup at info level (#398)
713
- Make OpAMP client more robust (#401)
814

@@ -104,7 +110,7 @@
104110
- Enable by default cloud resource detectors for AWS, Azure and GCP (#198)
105111
- Introduce edot-bootstrap, like opentelemetry-bootstrap but with EDOT Openai instrumentation (#196)
106112
- Add docs for tracing with manual spans and metrics (#189)
107-
- Set OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE to DELTA (#197)
113+
- Set `OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE` to `DELTA` (#197)
108114
- Bump elastic-opentelemetry-instrumentation-openai dependency to 0.5.0 (#204)
109115

110116
## v0.4.1

docs/release-notes/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ To check for security updates, go to [Security announcements for the Elastic sta
2727
% ### Fixes [edot-python-X.X.X-fixes]
2828
% *
2929

30+
## 1.10.0 [edot-python-1.10.0-release-notes]
31+
32+
### Features and enhancements [edot-python-1.10.0-features-enhancements]
33+
34+
- Use by default a composite sampler, refer to [OpenTelemetry Probability Sampling specs](https://opentelemetry.io/docs/specs/otel/trace/tracestate-probability-sampling/) ([#410](https://github.com/elastic/elastic-otel-python/pull/410))
35+
- Handle `ELASTIC_OTEL_OPAMP_HEADERS` env var for OpAMP authentication ([#411](https://github.com/elastic/elastic-otel-python/pull/411))
36+
- Add support for mTLS authentication with OpAMP ([#419](https://github.com/elastic/elastic-otel-python/pull/419))
3037

3138
## 1.9.0 [edot-python-1.9.0-release-notes]
3239

src/elasticotel/distro/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
__version__ = "1.9.0"
17+
__version__ = "1.10.0"

0 commit comments

Comments
 (0)