Releases: dmolokanov/appinsights-rs
Releases · dmolokanov/appinsights-rs
0.2.3
0.2.1
Changes
- Updated README.md
- The crate published with all features enabled
0.2.0
Changes
- Make
appinsights
to work withtokio
runtime (#210) - Make telemetry client non-generic of telemetry channel (#211)
- Add blocking
TelemetryClient
(#216) - Some clippy/fmt improvements (#202, #96)
- Add
rustls
feature which sets similar feature on reqwest (#115)
Breaking changes
TelemetryClient
is async by default and requires to be run on tokio runtimeblocking::TelemetryClient
to be used as drop in replacement in blocking code. Disabled by default. To enable it requiresblocking
feature
0.1.5
0.1.4
0.1.3
Changes:
- Updated dependencies
- Fixed AI contracts schema JSON serialization
- Fixed an error where reqwest were unable to make a call to HTTPS endpoint
- Re-export InMemoryChannel as public struct
0.1.2
Changes:
- Add default values for telemetry cilent context tags
- Add convenient methods to work with context tags
- Update docs
0.1.1
Changes:
- Updated README.md for a crate on https://crates.io/crates/appinsights
- Updated docs mistypes