Skip to content

0.2.0

Compare
Choose a tag to compare
@dmolokanov dmolokanov released this 09 Sep 04:15
· 7 commits to master since this release

Changes

  • Make appinsights to work with tokio 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 runtime
  • blocking::TelemetryClient to be used as drop in replacement in blocking code. Disabled by default. To enable it requires blocking feature