Skip to content

Releases: dmolokanov/appinsights-rs

0.2.3

27 Oct 00:41
Compare
Choose a tag to compare

Changes

  • Derive from Clone for TelemetryConfig (#260)
  • Declare TelemetryChannel trait as Send + Sync (#286)
  • Fix chrono security issues
  • Dependencies upgrade

0.2.1

09 Sep 04:36
Compare
Choose a tag to compare

Changes

  • Updated README.md
  • The crate published with all features enabled

0.2.0

09 Sep 04:15
Compare
Choose a tag to compare

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

0.1.5

25 Jul 22:30
Compare
Choose a tag to compare

Changes

  • Remove native-tls as a prereq for reqwest (#90) by @bmc-msft
  • Possibility to specify ID for request and dependency (#83) by @frigus02
  • Made the operation_Name default to the name of the request (#85) by @VictorKoenders
  • Updated crate dependencies

0.1.4

27 Feb 07:19
Compare
Choose a tag to compare

Changes:

  • Add keywords and categories in Cargo.toml
  • Refactor integration tests logger
  • Improve ergonomics of user-facing telemetry methods (#23)
  • Updated crossbeam-channel to 0.4.2
  • Updated reqwest to 0.10.2

Bugfixes

  • Fix worker channels concurrency issues (#22)

0.1.3

20 Feb 07:29
Compare
Choose a tag to compare

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

05 Feb 05:29
Compare
Choose a tag to compare

Changes:

  • Add default values for telemetry cilent context tags
  • Add convenient methods to work with context tags
  • Update docs

0.1.1

24 Jan 07:38
Compare
Choose a tag to compare

Changes: