File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ 0.20.0] - 2022-03-20
11+
1012- Use gzip compression (` Content-Encoding: gzip ` ) for ` POST /v2/track ` HTTP request.
1113
1214## [ 0.19.0] - 2022-01-23
@@ -181,7 +183,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
181183
182184- First release.
183185
184- [ unreleased ] : https://github.com/frigus02/opentelemetry-application-insights/compare/0.19.0...HEAD
186+ [ unreleased ] : https://github.com/frigus02/opentelemetry-application-insights/compare/0.20.0...HEAD
187+ [ 0.20.0 ] : https://github.com/frigus02/opentelemetry-application-insights/compare/0.19.0...0.20.0
185188[ 0.19.0 ] : https://github.com/frigus02/opentelemetry-application-insights/compare/0.18.0...0.19.0
186189[ 0.18.0 ] : https://github.com/frigus02/opentelemetry-application-insights/compare/0.17.0...0.18.0
187190[ 0.17.0 ] : https://github.com/frigus02/opentelemetry-application-insights/compare/0.16.0...0.17.0
Original file line number Diff line number Diff line change 11[package ]
22name = " opentelemetry-application-insights"
3- version = " 0.19 .0"
3+ version = " 0.20 .0"
44authors = [
" Jan Kuehle <[email protected] >" ]
55edition = " 2018"
66description = " OpenTelemetry exporter for Azure Application Insights"
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ async fn main() {
209209//!
210210//! [`Aggregator`]: https://docs.rs/opentelemetry/0.17.0/opentelemetry/sdk/export/metrics/trait.Aggregator.html
211211//! [`Selector`]: https://docs.rs/opentelemetry/0.17.0/opentelemetry/sdk/metrics/selectors/simple/enum.Selector.html
212- #![ doc( html_root_url = "https://docs.rs/opentelemetry-application-insights/0.19 .0" ) ]
212+ #![ doc( html_root_url = "https://docs.rs/opentelemetry-application-insights/0.20 .0" ) ]
213213#![ deny( missing_docs, unreachable_pub, missing_debug_implementations) ]
214214#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
215215#![ cfg_attr( test, deny( warnings) ) ]
You can’t perform that action at this time.
0 commit comments