Skip to content

Commit

Permalink
[Release-3.0] [Release] Update version details for 3.0.9 (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Mar 21, 2024
1 parent d00fd24 commit ff838eb
Show file tree
Hide file tree
Showing 24 changed files with 128 additions and 118 deletions.
2 changes: 1 addition & 1 deletion AISKU/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@microsoft/applicationinsights-core-js": "3.0.9",
"@microsoft/applicationinsights-dependencies-js": "3.0.9",
"@microsoft/applicationinsights-properties-js": "3.0.9",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion AISKULight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@microsoft/applicationinsights-common": "3.0.9",
"@microsoft/applicationinsights-channel-js": "3.0.9",
"@microsoft/applicationinsights-core-js": "3.0.9",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"license": "MIT"
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@

> Note: ES3/IE8 compatibility will be removed in the future v3.x.x releases (scheduled for mid-late 2022), so if you need to retain ES3 compatibility you will need to remain on the 2.x.x versions of the SDK or your runtime will need install polyfill's to your ES3 environment before loading / initializing the SDK.
## 3.0.9 (Mar 12th, 2024)
## 3.0.9 (Mar 21st, 2024)

!! Critical Bug fix for Memoery Leak !!
[#2311](https://github.com/microsoft/ApplicationInsights-JS/issues/2311)

It also contains a packaging fix for webpack [#2307](https://github.com/microsoft/ApplicationInsights-JS/issues/2307) (caused by [#2306]](https://github.com/microsoft/ApplicationInsights-JS/issues/2306) ) and

### Changelog

- #2307 ApplicationInsights-JS latest version 3.1.1 giving TypeError: Cannot read properties of undefined (reading 'getCrypto')
- #2306 [BUG] Circular dependencies
- #2311 [BUG] Excessive memory usage for SPA where unload hooks keep accumulating
- #2313 [release-3.0] [main->cherrypick] [BUG] Excessive memory usage for SPA where unload hooks keep accumulating #2311 (#2312)
- #2314 [Release-3.0][cherrypick:main] Internal Task: Update npm pack sequence (#2244)
- #2265 [Release-3.0] Update namespaced types (DTS) generation to include referenced bundles
- #2296 [Release-3.0][BUG] remove 403 as a “retriable” error code

Expand Down
2 changes: 1 addition & 1 deletion channels/1ds-post-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/dynamicproto-js": "^2.0.3",
"@microsoft/1ds-core-js": "4.0.7",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion channels/applicationinsights-channel-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.9",
"@microsoft/applicationinsights-common": "3.0.9",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion channels/tee-channel-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.9",
"@microsoft/applicationinsights-common": "3.0.9",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion common/Tests/Framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
}
}
190 changes: 95 additions & 95 deletions common/config/rush/npm-shrinkwrap.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/AISKU/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@microsoft/dynamicproto-js": "^2.0.3",
"@microsoft/applicationinsights-web": "3.0.9",
"@microsoft/applicationinsights-core-js": "3.0.9",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
},
"publishConfig": {
"tag": "example"
Expand Down
2 changes: 1 addition & 1 deletion examples/cfgSync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@microsoft/dynamicproto-js": "^2.0.3",
"@microsoft/applicationinsights-web": "3.0.9",
"@microsoft/applicationinsights-core-js": "3.0.9",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
},
"publishConfig": {
"tag": "example"
Expand Down
2 changes: 1 addition & 1 deletion examples/dependency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@microsoft/applicationinsights-web": "3.0.9",
"@microsoft/applicationinsights-dependencies-js": "3.0.9",
"@microsoft/applicationinsights-core-js": "3.0.9",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
},
"publishConfig": {
"tag": "example"
Expand Down
2 changes: 1 addition & 1 deletion examples/shared-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@microsoft/applicationinsights-web": "3.0.9",
"@microsoft/applicationinsights-web-snippet": "1.1.7",
"@microsoft/applicationinsights-core-js": "3.0.9",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
},
"publishConfig": {
"tag": "example"
Expand Down
2 changes: 1 addition & 1 deletion extensions/applicationinsights-analytics-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.9",
"@microsoft/applicationinsights-common": "3.0.9",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion extensions/applicationinsights-cfgsync-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.9",
"@microsoft/applicationinsights-common": "3.0.9",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"license": "MIT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@microsoft/applicationinsights-core-js": "3.0.9",
"@microsoft/applicationinsights-common": "3.0.9",
"@microsoft/applicationinsights-properties-js": "3.0.9",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion extensions/applicationinsights-debugplugin-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@microsoft/applicationinsights-common": "3.0.9",
"@microsoft/applicationinsights-core-js": "3.0.9",
"@microsoft/applicationinsights-shims": "3.0.1",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
},
"license": "MIT"
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.9",
"@microsoft/applicationinsights-common": "3.0.9",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"license": "MIT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@microsoft/dynamicproto-js": "^2.0.3",
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.9",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion extensions/applicationinsights-properties-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.9",
"@microsoft/applicationinsights-common": "3.0.9",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion shared/1ds-core-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.9",
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion shared/AppInsightsCommon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.9",
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion shared/AppInsightsCore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"dependencies": {
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
}
}
2 changes: 1 addition & 1 deletion tools/chrome-debug-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@microsoft/applicationinsights-common": "3.0.9",
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
"@nevware21/ts-utils": ">= 0.11.0 < 2.x",
"file-saver": "^2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion tools/shims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"typescript": "^4.9.3"
},
"dependencies": {
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
"@nevware21/ts-utils": ">= 0.11.0 < 2.x"
}
}

0 comments on commit ff838eb

Please sign in to comment.