Releases: microsoft/applicationinsights-react-native
4.3.8
Changelog
- #81 Update AppInsights Core to 3.3.10
What's Changed
- Update AppInsights Core to 3.3.10 by @Karlie-777 in #81
- [Main] [Release] Increase version to 4.3.8 by @Karlie-777 in #82
Full Changelog: 4.3.7...4.3.8
4.3.7
4.3.7 (July 24th, 2024)
Changelog
- #79 Update AppInsights Core to 3.3.9
- #74 Update Components to address governance issues
- #77 Remove unused jquery-1.11.1.js from external test dependencies
- #78 Add Require Path to package.json
What's Changed
- Update Components to address governance issues by @MSNev in #74
- Update Components to address Component Governance issues by @MSNev in #75
- Remove unused jquery-1.11.1.js from external test dependencies by @Copilot in #77
- Update AppInsights Core to 3.3.9 by @Karlie-777 in #79
- Fix ReactNativeManualDevicePlugin import path for Expo users by @Copilot in #78
- [Main] [Release] Increase version to 4.3.7 by @Karlie-777 in #80
New Contributors
- @Copilot made their first contribution in #77
Full Changelog: 4.3.6...4.3.7
4.3.6
What's Changed
- [Release] Increase version to 4.3.6 by @siyuniu-ms in #71
Full Changelog: 4.3.5...4.3.6
4.3.5
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
What's Changed
- [pre-release] update application insights to 3.3.4 by @siyuniu-ms in #61
- [Release] Increase version to 4.3.4 by @siyuniu-ms in #62
Full Changelog: 4.3.3...4.3.4
4.3.3
What's Changed
- [pre-release] update application insights to 3.3.3 by @siyuniu-ms in #59
- [Release] Increase version to 4.3.3 by @siyuniu-ms in #60
Full Changelog: 4.3.2...4.3.3
4.3.2
This release contains a potential type break change due to the definition of the expCfg in IConfiguration
What's Changed
- [pre-release] update application insights to 3.3.2 by @siyuniu-ms in #56
- [Release] Increase version to 4.3.2 by @siyuniu-ms in #57
Full Changelog: 4.3.1...4.3.2
4.3.1
What's Changed
Full Changelog: 4.3.0...4.3.1
4.3.0
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
- @RikSchefferAmsterdam made their first contribution in #50
Full Changelog: 4.2.0...4.3.0