Skip to content

Releases: microsoft/applicationinsights-react-native

4.3.6

07 Mar 20:24
8e70eb7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.5...4.3.6

4.3.5

06 Mar 22:31
c7277b5
Compare
Choose a tag to compare

What's Changed

  • Add AI version update script to assist with automated integration testing by @MSNev in #63
  • Update Lock Issue action by @MSNev in #65
  • Update Stale Issue action by @MSNev in #64
  • Update rush version by @MSNev in #66
  • Update AppInsights Core to 3.4.5 by @Karlie-777 in #68

Full Changelog: 4.3.4...4.3.5

4.3.4

31 Oct 20:19
aa9820d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.3...4.3.4

4.3.3

30 Sep 17:01
29ab52b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.2...4.3.3

4.3.2

03 Sep 23:00
3331a76
Compare
Choose a tag to compare

This release contains a potential type break change due to the definition of the expCfg in IConfiguration

What's Changed

Full Changelog: 4.3.1...4.3.2

4.3.1

23 Aug 21:51
e602a25
Compare
Choose a tag to compare

What's Changed

  • #54 [pre-release] update application insights to 3.3.1 by
  • #55 [Release] Increase version to 4.3.1

Full Changelog: 4.3.0...4.3.1

4.3.0

02 Jul 23:57
11c7702
Compare
Choose a tag to compare

What's Changed

#50 export typescript types in package.json by @RikSchefferAmsterdam in #50
#51 [pre-release] update application insights to 3.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.

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.

New Contributors

Full Changelog: 4.2.0...4.3.0

4.2.0

10 May 04:51
aa2b586
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.1...4.2.0

4.1.1

22 Mar 19:27
02c948e
Compare
Choose a tag to compare

4.1.1 (March 22nd, 2024)

Changelog

#39 Update AppInsights Core to 3.1.2

  • Fix version 3.1.1 giving TypeError: Cannot read properties of undefined (reading 'getCrypto')
  • Fix Circular dependencies of version 3.1.1
  • Fix Excessive memory usage for SPA where unload hooks keep accumulating

What's Changed

Full Changelog: 4.1.0...4.1.1

4.0.4

22 Mar 21:54
564c5f8
Compare
Choose a tag to compare

4.0.4 (March 22nd, 2024)

Changelog

#44 Update AppInsights Core to 3.0.9

  • Fix Circular dependencies
  • Fix Excessive memory usage for SPA where unload hooks keep accumulating
  • Internal Task: Update npm pack sequence
  • Fix Update namespaced types (DTS) generation to include referenced bundles

What's Changed

Full Changelog: 4.1.1...4.0.4