Skip to content

Commit

Permalink
Prepare version 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frigus02 committed May 9, 2024
1 parent 2c00651 commit 542e80b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.31.0] - 2024-05-09

- Change how the tags Could role, Cloud role instance, Application version and Internal SDK version are extracted:

- Spans no longer extract them from span attributes. They still extract them from resource attributes. And they newly extract them also from instrumentation library attributes.
Expand Down Expand Up @@ -245,7 +247,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- First release.

[unreleased]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.30.0...HEAD
[unreleased]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.31.0...HEAD
[0.31.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.30.0...0.31.0
[0.30.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.29.0...0.30.0
[0.29.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.28.0...0.29.0
[0.28.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.27.0...0.28.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opentelemetry-application-insights"
version = "0.30.0"
version = "0.31.0"
authors = ["Jan Kuehle <jkuehle90@gmail.com>"]
edition = "2018"
description = "OpenTelemetry exporter for Azure Application Insights"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ async fn main() {
//! | Sum | aggregation with only a value |
//!
//! [`Aggregation`]: https://docs.rs/opentelemetry/0.20.0/opentelemetry/sdk/metrics/data/trait.Aggregation.html
#![doc(html_root_url = "https://docs.rs/opentelemetry-application-insights/0.30.0")]
#![doc(html_root_url = "https://docs.rs/opentelemetry-application-insights/0.31.0")]
#![deny(missing_docs, unreachable_pub, missing_debug_implementations)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(test, deny(warnings))]
Expand Down

0 comments on commit 542e80b

Please sign in to comment.