Skip to content

17.3.0

Compare
Choose a tag to compare
@MSNev MSNev released this 02 Jul 18:47
· 14 commits to main since this release
8a90f7c

Changelog

  • #101 [Pre-Release] Update Application Insights dependencies to v3.3.0
    • Adds support to internally defer initialization completion of the SDK while waiting for the connectionString, instrumentationKey or endpointURL to be resolved via a Promise.
    • During this period the SDK will not send any telemetry, and it will be internally batched if the promise(s) never resolve then the telemetry will be dropped.
  • #102 Bump braces from 3.0.2 to 3.0.3 in /sample/applicationinsights-react-sample
  • #99 Update README.md
  • #93 Bump express from 4.18.2 to 4.19.2 in /sample/applicationinsights-react-sample
  • #71 Update Sample ApplicationInsightsService.tsx

Potential breaking change (from @microsoft/applicationInsights-web v3.3.0)

This release contains a potential break change due to enhancing the definition of the IConfiguration to support Promise types for the connectionString, instrumentationKey and endpointURL; any extension that relies on these base interfaces will VERY likely cause TypeScript to fail with potential warnings about the types being different.

What's Changed

  • Update README.md by @JCOlofsson in #99
  • [Pre-Release] Update Application Insights dependencies to v3.3.0 by @MSNev in #101
  • Bump express from 4.18.2 to 4.19.2 in /sample/applicationinsights-react-sample by @dependabot in #93
  • Bump braces from 3.0.2 to 3.0.3 in /sample/applicationinsights-react-sample by @dependabot in #102
  • Update Sample ApplicationInsightsService.tsx by @ravindracs0071 in #71
  • [Release] Increase version to 17.3.0 by @MSNev in #103

New Contributors

Full Changelog: 17.2.0...17.3.0