Skip to content

Commit

Permalink
[Master][Release] Increase version to 2.8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Sep 19, 2023
1 parent 94098dd commit 4d3d7d5
Show file tree
Hide file tree
Showing 30 changed files with 538 additions and 421 deletions.
1 change: 1 addition & 0 deletions AISKU/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Refer to [our GitHub page](https://github.com/microsoft/applicationinsights-js)
|---------|-----------|--------------|-------------
| [<nightly3>](https://github.com/microsoft/ApplicationInsights-JS/tree/main/AISKU) | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.3-nightly3.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.3-nightly3.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.3-nightly3.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.3-nightly3.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.16: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.16.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.16.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.16.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.16.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 2.8.15: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.15.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.15.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.15.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.15.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 2.8.14: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.14.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.14.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.14.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.14.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 2.8.13: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.13.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.13.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.13.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.13.min.js.svg?compression=gzip&softmax=30000&max=35000)
Expand Down
2 changes: 1 addition & 1 deletion AISKU/Tests/Perf/src/AISKUPerf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class AppInsightsInitPerfTestClass {
* should update version after new release
* version with doperf(): after 2.5.6
* */
var defaultVer = "2.8.15";
var defaultVer = "2.8.16";
this.version = ver? ver:this._getQueryParameterVersion(defaultVer);
this.perfEventsBuffer = [];
this.perfEventWaitBuffer = [];
Expand Down
2 changes: 1 addition & 1 deletion AISKU/Tests/Unit/src/AISKUSize.Tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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.15";
private readonly currentVer = "2.8.16";
private readonly prodFilePath = `../browser/ai.${this.currentVer[0]}.min.js`;

public testInitialize() {
Expand Down
2 changes: 1 addition & 1 deletion AISKU/Tests/Unit/src/CdnPackaging.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const enum CdnFormat {

export class CdnPackagingChecks extends AITestClass {
// Automatically updated by version scripts
private readonly currentVer = "2.8.15";
private readonly currentVer = "2.8.16";

public testInitialize() {
}
Expand Down
9 changes: 6 additions & 3 deletions AISKU/Tests/es6-module-type-check/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/applicationinsights-test-module-type-check",
"author": "Microsoft Application Insights Team and Contributors",
"version": "2.8.15",
"version": "2.8.16",
"description": "Microsoft Application Insights ES6 Module and Type check Example",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,10 @@
"tslib": "*"
},
"dependencies": {
"@microsoft/applicationinsights-common": "2.8.15",
"@microsoft/applicationinsights-web": "2.8.15"
"@microsoft/applicationinsights-common": "2.8.16",
"@microsoft/applicationinsights-web": "2.8.16"
},
"publishConfig": {
"tag": "release2"
}
}
19 changes: 11 additions & 8 deletions AISKU/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-web",
"version": "2.8.15",
"version": "2.8.16",
"description": "Microsoft Application Insights JavaScript SDK - Web",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand Down Expand Up @@ -60,12 +60,15 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.9",
"@microsoft/applicationinsights-shims": "2.0.2",
"@microsoft/applicationinsights-analytics-js": "2.8.15",
"@microsoft/applicationinsights-channel-js": "2.8.15",
"@microsoft/applicationinsights-common": "2.8.15",
"@microsoft/applicationinsights-core-js": "2.8.15",
"@microsoft/applicationinsights-dependencies-js": "2.8.15",
"@microsoft/applicationinsights-properties-js": "2.8.15"
"@microsoft/applicationinsights-analytics-js": "2.8.16",
"@microsoft/applicationinsights-channel-js": "2.8.16",
"@microsoft/applicationinsights-common": "2.8.16",
"@microsoft/applicationinsights-core-js": "2.8.16",
"@microsoft/applicationinsights-dependencies-js": "2.8.16",
"@microsoft/applicationinsights-properties-js": "2.8.16"
},
"license": "MIT"
"license": "MIT",
"publishConfig": {
"tag": "release2"
}
}
13 changes: 8 additions & 5 deletions AISKULight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-web-basic",
"version": "2.8.15",
"version": "2.8.16",
"description": "Microsoft Application Insights Javascript SDK core and channel",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand Down Expand Up @@ -54,9 +54,12 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.9",
"@microsoft/applicationinsights-shims": "2.0.2",
"@microsoft/applicationinsights-common": "2.8.15",
"@microsoft/applicationinsights-channel-js": "2.8.15",
"@microsoft/applicationinsights-core-js": "2.8.15"
"@microsoft/applicationinsights-common": "2.8.16",
"@microsoft/applicationinsights-channel-js": "2.8.16",
"@microsoft/applicationinsights-core-js": "2.8.16"
},
"license": "MIT"
"license": "MIT",
"publishConfig": {
"tag": "release2"
}
}
13 changes: 13 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

> 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.16 (Sep 19th, 2023)

### Changelog

- #2155 [Master] Bug [AI/1DS] New minified bundles are corrupting global scope (p1 issue)
- #2151 Bug 25182794: [AI] Minified CDN version has an extra "use strict" outside of the closure
- #2120 Missing traceparent header when running multiple SDK instances
- #2140 [Master][Bug] Missing traceparent header when running multiple SDK instances #2120
- #2143 [Master][Part 2] Missing traceparent header when running multiple SDK instances #2120
- #2149 [BUG] Fetch with empty string as first parameter ignores second parameter when fetch tracking is enabled
- #2154 [Master][BUG] Fetch with empty string as first parameter ignores second parameter when fetch tracking is enabled #2149
- #2128 [Master] Update publishing config to avoid resetting the "latest" version for older releases

## 2.8.15 (Aug 3rd, 2023)

### Changelog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ export class SenderTests extends AITestClass {
QUnit.assert.ok(baseData.ver);
QUnit.assert.equal(2, baseData.ver);

QUnit.assert.equal("javascript:2.8.15", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
QUnit.assert.equal("javascript:2.8.16", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
}
})

Expand Down
11 changes: 7 additions & 4 deletions channels/applicationinsights-channel-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-channel-js",
"version": "2.8.15",
"version": "2.8.16",
"description": "Microsoft Application Insights JavaScript SDK Channel",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand Down Expand Up @@ -51,8 +51,11 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.9",
"@microsoft/applicationinsights-shims": "2.0.2",
"@microsoft/applicationinsights-core-js": "2.8.15",
"@microsoft/applicationinsights-common": "2.8.15"
"@microsoft/applicationinsights-core-js": "2.8.16",
"@microsoft/applicationinsights-common": "2.8.16"
},
"license": "MIT"
"license": "MIT",
"publishConfig": {
"tag": "release2"
}
}
Loading

0 comments on commit 4d3d7d5

Please sign in to comment.