[Release] Increase version to 2.8.8 (#1909)

This commit is contained in:
Nev 2022-10-03 12:52:36 -07:00 коммит произвёл GitHub
Родитель 89dabfed35
Коммит 06c14692f4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
22 изменённых файлов: 360 добавлений и 359 удалений

Просмотреть файл

@ -28,6 +28,7 @@ Refer to [our GitHub page](https://github.com/microsoft/applicationinsights-js)
|---------|-----------|--------------|-------------
| [<v3 beta>](https://github.com/microsoft/ApplicationInsights-JS/tree/beta/AISKU) | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/beta/ai.3-beta.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/beta/ai.3-beta.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/beta/ai.3-beta.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/beta/ai.3-beta.min.js.svg?compression=gzip&softmax=30000&max=35000)
| <nightly> | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.2-nightly.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.2-nightly.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.2-nightly.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.2-nightly.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 2.8.8: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.8.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.8.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.8.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.8.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 2.8.7: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.7.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.7.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.7.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.7.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 2.8.6: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.6.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.6.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.6.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.6.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 2.8.5: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.5.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.5.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.5.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.5.min.js.svg?compression=gzip&softmax=30000&max=35000)

Просмотреть файл

@ -19,7 +19,7 @@ export class AppInsightsInitPerfTestClass {
* should update version after new release
* version with doperf(): after 2.5.6
* */
var defaultVer = "2.8.7";
var defaultVer = "2.8.8";
this.version = ver? ver:this._getQueryParameterVersion(defaultVer);
this.perfEventsBuffer = [];
this.perfEventWaitBuffer = [];

Просмотреть файл

@ -10,7 +10,7 @@ export class AISKUSizeCheck extends AITestClass {
private readonly MAX_BUNDLE_DEFLATE_SIZE = 47;
private readonly rawFilePath = "../dist/applicationinsights-web.min.js";
// Automatically updated by version scripts
private readonly currentVer = "2.8.7";
private readonly currentVer = "2.8.8";
private readonly prodFilePath = `../browser/ai.${this.currentVer[0]}.min.js`;
public testInitialize() {

Просмотреть файл

@ -13,7 +13,7 @@ const enum CdnFormat {
export class CdnPackagingChecks extends AITestClass {
// Automatically updated by version scripts
private readonly currentVer = "2.8.7";
private readonly currentVer = "2.8.8";
public testInitialize() {
}

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-web",
"version": "2.8.7",
"version": "2.8.8",
"description": "Microsoft Application Insights JavaScript SDK - Web",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -69,12 +69,12 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.6",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-analytics-js": "2.8.7",
"@microsoft/applicationinsights-channel-js": "2.8.7",
"@microsoft/applicationinsights-common": "2.8.7",
"@microsoft/applicationinsights-core-js": "2.8.7",
"@microsoft/applicationinsights-dependencies-js": "2.8.7",
"@microsoft/applicationinsights-properties-js": "2.8.7"
"@microsoft/applicationinsights-analytics-js": "2.8.8",
"@microsoft/applicationinsights-channel-js": "2.8.8",
"@microsoft/applicationinsights-common": "2.8.8",
"@microsoft/applicationinsights-core-js": "2.8.8",
"@microsoft/applicationinsights-dependencies-js": "2.8.8",
"@microsoft/applicationinsights-properties-js": "2.8.8"
},
"license": "MIT"
}

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-web-basic",
"version": "2.8.7",
"version": "2.8.8",
"description": "Microsoft Application Insights Javascript SDK core and channel",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -54,9 +54,9 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.6",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-common": "2.8.7",
"@microsoft/applicationinsights-channel-js": "2.8.7",
"@microsoft/applicationinsights-core-js": "2.8.7"
"@microsoft/applicationinsights-common": "2.8.8",
"@microsoft/applicationinsights-channel-js": "2.8.8",
"@microsoft/applicationinsights-core-js": "2.8.8"
},
"license": "MIT"
}

Просмотреть файл

@ -2,6 +2,17 @@
> 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.
## 2.8.8 (Oct 3rd, 2022)
- Updates Chrome Debug Extension to 0.3.8
### Changelog
- #1679 [BUG] enableUnhandledPromiseRejectionTracking shows no error trace
- #1900 [Task]15465575: add getErrorstackObj from reason.stack
- #1901 [Feature] Add option to block the creation and usage of the cookies by name
- #1904 Fixed release notes, previously used a deprecated file.
## 2.8.7 (Sept 7th, 2022)
- Updates Chrome Debug Extension to 0.3.7

Просмотреть файл

@ -724,7 +724,7 @@ export class SenderTests extends AITestClass {
QUnit.assert.ok(baseData.ver);
QUnit.assert.equal(2, baseData.ver);
QUnit.assert.equal("javascript:2.8.7", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
QUnit.assert.equal("javascript:2.8.8", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
}
})

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-channel-js",
"version": "2.8.7",
"version": "2.8.8",
"description": "Microsoft Application Insights JavaScript SDK Channel",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -50,8 +50,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.6",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-core-js": "2.8.7",
"@microsoft/applicationinsights-common": "2.8.7"
"@microsoft/applicationinsights-core-js": "2.8.8",
"@microsoft/applicationinsights-common": "2.8.8"
},
"license": "MIT"
}

587
common/config/rush/npm-shrinkwrap.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-analytics-js",
"version": "2.8.7",
"version": "2.8.8",
"description": "Microsoft Application Insights JavaScript SDK - Web Analytics",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -29,8 +29,8 @@
"@microsoft/ai-test-framework": "0.0.1",
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
"@microsoft/applicationinsights-rollup-es3": "1.1.3",
"@microsoft/applicationinsights-properties-js": "2.8.7",
"@microsoft/applicationinsights-channel-js": "2.8.7",
"@microsoft/applicationinsights-properties-js": "2.8.8",
"@microsoft/applicationinsights-channel-js": "2.8.8",
"@microsoft/api-extractor": "^7.18.1",
"typescript": "^4.3.4",
"tslib": "^2.0.0",
@ -56,8 +56,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.6",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-core-js": "2.8.7",
"@microsoft/applicationinsights-common": "2.8.7"
"@microsoft/applicationinsights-core-js": "2.8.8",
"@microsoft/applicationinsights-common": "2.8.8"
},
"license": "MIT"
}

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-clickanalytics-js",
"version": "2.8.7",
"version": "2.8.8",
"description": "Microsoft Application Insights Click Analytics extension",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -47,9 +47,9 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.6",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-core-js": "2.8.7",
"@microsoft/applicationinsights-common": "2.8.7",
"@microsoft/applicationinsights-properties-js": "2.8.7"
"@microsoft/applicationinsights-core-js": "2.8.8",
"@microsoft/applicationinsights-common": "2.8.8",
"@microsoft/applicationinsights-properties-js": "2.8.8"
},
"repository": {
"type": "git",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-debugplugin-js",
"version": "2.8.7",
"version": "2.8.8",
"description": "Microsoft Application Insights JavaScript SDK - Debug Plugin extension",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -48,8 +48,8 @@
},
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.6",
"@microsoft/applicationinsights-common": "2.8.7",
"@microsoft/applicationinsights-core-js": "2.8.7",
"@microsoft/applicationinsights-common": "2.8.8",
"@microsoft/applicationinsights-core-js": "2.8.8",
"@microsoft/applicationinsights-shims": "2.0.1"
},
"license": "MIT"

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-dependencies-js",
"version": "2.8.7",
"version": "2.8.8",
"description": "Microsoft Application Insights XHR dependencies plugin",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -53,8 +53,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.6",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-core-js": "2.8.7",
"@microsoft/applicationinsights-common": "2.8.7"
"@microsoft/applicationinsights-core-js": "2.8.8",
"@microsoft/applicationinsights-common": "2.8.8"
},
"license": "MIT"
}

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-perfmarkmeasure-js",
"version": "2.8.7",
"version": "2.8.8",
"description": "Microsoft Application Insights Performance Mark and Measure Manager plugin",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -51,7 +51,7 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.6",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-core-js": "2.8.7"
"@microsoft/applicationinsights-core-js": "2.8.8"
},
"license": "MIT"
}

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-properties-js",
"version": "2.8.7",
"version": "2.8.8",
"description": "Microsoft Application Insights properties (Part A) plugin",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -54,8 +54,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.6",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-core-js": "2.8.7",
"@microsoft/applicationinsights-common": "2.8.7"
"@microsoft/applicationinsights-core-js": "2.8.8",
"@microsoft/applicationinsights-common": "2.8.8"
},
"license": "MIT"
}

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@microsoft/applicationinsights-web",
"description": "Microsoft Application Insights JavaScript SDK",
"version": "2.8.7",
"version": "2.8.8",
"keywords": [
"browser performance monitoring",
"script errors",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-common",
"version": "2.8.7",
"version": "2.8.8",
"description": "Microsoft Application Insights Common JavaScript Library",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -50,7 +50,7 @@
},
"dependencies": {
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-core-js": "2.8.7",
"@microsoft/applicationinsights-core-js": "2.8.8",
"@microsoft/dynamicproto-js": "^1.1.6"
},
"license": "MIT"

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@microsoft/applicationinsights-core-js",
"author": "Microsoft Application Insights Team",
"version": "2.8.7",
"version": "2.8.8",
"description": "Microsoft Application Insights Core Javascript SDK",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"keywords": [

Просмотреть файл

@ -2,8 +2,8 @@
"name": "Telemetry Viewer",
"short_name": "Telemetry Viewer",
"description": "A browser extension that provides a real time view of what's happening in Application Insights including what telemetry is being logged by the web application",
"version": "0.3.7",
"version_name": "0.3.7",
"version": "0.3.8",
"version_name": "0.3.8",
"manifest_version": 2,
"icons": {
"16": "images/icon-16.png",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-chrome-debug-extension",
"version": "0.3.7",
"version": "0.3.8",
"description": "A chrome based browser extension that provides a real time view of what's happening in Application Insights including what telemetry is being logged by the web application",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS/tree/master/tools/chrome-debug-extension#readme",
"keywords": [
@ -42,8 +42,8 @@
"license": "MIT",
"sideEffects": false,
"dependencies": {
"@microsoft/applicationinsights-core-js": "2.8.7",
"@microsoft/applicationinsights-common": "2.8.7",
"@microsoft/applicationinsights-core-js": "2.8.8",
"@microsoft/applicationinsights-common": "2.8.8",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/dynamicproto-js": "^1.1.6",
"file-saver": "^2.0.0",

Просмотреть файл

@ -1,56 +1,56 @@
{
"description": "The release value identifies the base version that will be applied via the tools/release-tools/setVersion.js",
"usage": "When creating a new release you should update this value directly or via the eg. 'npm run setVersion -- 3.2.0' or 'npm run setVersion -- -patch' or 'npm run setVersion -- -minor'",
"release": "2.8.7",
"release": "2.8.8",
"next": "patch",
"pkgs": {
"@microsoft/applicationinsights-web": {
"package": "package.json",
"release": "2.8.7"
"release": "2.8.8"
},
"@microsoft/applicationinsights-web-basic": {
"package": "AISKULight/package.json",
"release": "2.8.7"
"release": "2.8.8"
},
"@microsoft/applicationinsights-channel-js": {
"package": "channels/applicationinsights-channel-js/package.json",
"release": "2.8.7"
"release": "2.8.8"
},
"@microsoft/applicationinsights-analytics-js": {
"package": "extensions/applicationinsights-analytics-js/package.json",
"release": "2.8.7"
"release": "2.8.8"
},
"@microsoft/applicationinsights-clickanalytics-js": {
"package": "extensions/applicationinsights-clickanalytics-js/package.json",
"release": "2.8.7"
"release": "2.8.8"
},
"@microsoft/applicationinsights-debugplugin-js": {
"package": "extensions/applicationinsights-debugplugin-js/package.json",
"release": "2.8.7"
"release": "2.8.8"
},
"@microsoft/applicationinsights-dependencies-js": {
"package": "extensions/applicationinsights-dependencies-js/package.json",
"release": "2.8.7"
"release": "2.8.8"
},
"@microsoft/applicationinsights-perfmarkmeasure-js": {
"package": "extensions/applicationinsights-perfmarkmeasure-js/package.json",
"release": "2.8.7"
"release": "2.8.8"
},
"@microsoft/applicationinsights-properties-js": {
"package": "extensions/applicationinsights-properties-js/package.json",
"release": "2.8.7"
"release": "2.8.8"
},
"@microsoft/applicationinsights-common": {
"package": "shared/AppInsightsCommon/package.json",
"release": "2.8.7"
"release": "2.8.8"
},
"@microsoft/applicationinsights-core-js": {
"package": "shared/AppInsightsCore/package.json",
"release": "2.8.7"
"release": "2.8.8"
},
"@microsoft/applicationinsights-chrome-debug-extension": {
"package": "tools/chrome-debug-extension/package.json",
"release": "0.3.7"
"release": "0.3.8"
}
}
}