Skip to content

Commit 7a76cf0

Browse files
authored
release 3.3.6 (#2487)
1 parent f5e70eb commit 7a76cf0

File tree

35 files changed

+198
-190
lines changed

35 files changed

+198
-190
lines changed

AISKU/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ See [Breaking Changes](https://microsoft.github.io/ApplicationInsights-JS/upgrad
3434
| Version | Full Size | Raw Minified | GZip Size
3535
|---------|-----------|--------------|-------------
3636
| [<nightly3>](https://github.com/microsoft/ApplicationInsights-JS/tree/main/AISKU) | [![full size size](https://js.monitor.azure.com/nightly/ai.3-nightly3.js.svg)](https://js.monitor.azure.com/nightly/ai.3-nightly3.js.svg)| ![minified size size](https://js.monitor.azure.com/nightly/ai.3-nightly3.min.js.svg) | ![gzip size](https://js.monitor.azure.com/nightly/ai.3-nightly3.min.js.gzip.svg)
37+
| 3.3.6: | [![full size size](https://js.monitor.azure.com/scripts/b/ai.3.3.6.js.svg)](https://js.monitor.azure.com/scripts/b/ai.3.3.6.js.svg)| ![minified size size](https://js.monitor.azure.com/scripts/b/ai.3.3.6.min.js.svg) | ![gzip size](https://js.monitor.azure.com/scripts/b/ai.3.3.6.min.js.gzip.svg)
3738
| 3.3.5: | [![full size size](https://js.monitor.azure.com/scripts/b/ai.3.3.5.js.svg)](https://js.monitor.azure.com/scripts/b/ai.3.3.5.js.svg)| ![minified size size](https://js.monitor.azure.com/scripts/b/ai.3.3.5.min.js.svg) | ![gzip size](https://js.monitor.azure.com/scripts/b/ai.3.3.5.min.js.gzip.svg)
3839
| 3.3.4: | [![full size size](https://js.monitor.azure.com/scripts/b/ai.3.3.4.js.svg)](https://js.monitor.azure.com/scripts/b/ai.3.3.4.js.svg)| ![minified size size](https://js.monitor.azure.com/scripts/b/ai.3.3.4.min.js.svg) | ![gzip size](https://js.monitor.azure.com/scripts/b/ai.3.3.4.min.js.gzip.svg)
3940
| 3.3.3: | [![full size size](https://js.monitor.azure.com/scripts/b/ai.3.3.3.js.svg)](https://js.monitor.azure.com/scripts/b/ai.3.3.3.js.svg)| ![minified size size](https://js.monitor.azure.com/scripts/b/ai.3.3.3.min.js.svg) | ![gzip size](https://js.monitor.azure.com/scripts/b/ai.3.3.3.min.js.gzip.svg)

AISKU/Tests/Perf/src/AISKUPerf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class AppInsightsInitPerfTestClass {
1919
* should update version after new release
2020
* version with doperf(): after 2.5.6
2121
* */
22-
var defaultVer = "3.3.5";
22+
var defaultVer = "3.3.6";
2323
this.version = ver? ver:this._getQueryParameterVersion(defaultVer);
2424
this.perfEventsBuffer = [];
2525
this.perfEventWaitBuffer = [];

AISKU/Tests/Unit/src/AISKUSize.Tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class AISKUSizeCheck extends AITestClass {
6060
private readonly MAX_BUNDLE_DEFLATE_SIZE = 58;
6161
private readonly rawFilePath = "../dist/es5/applicationinsights-web.min.js";
6262
// Automatically updated by version scripts
63-
private readonly currentVer = "3.3.5";
63+
private readonly currentVer = "3.3.6";
6464
private readonly prodFilePath = `../browser/es5/ai.${this.currentVer[0]}.min.js`;
6565

6666
public testInitialize() {

AISKU/Tests/Unit/src/CdnPackaging.tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const enum CdnFormat {
1616

1717
export class CdnPackagingChecks extends AITestClass {
1818
// Automatically updated by version scripts
19-
private readonly currentVer = "3.3.5";
19+
private readonly currentVer = "3.3.6";
2020

2121
public testInitialize() {
2222
}

AISKU/Tests/es6-module-type-check/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@microsoft/applicationinsights-test-module-type-check",
33
"author": "Microsoft Application Insights Team and Contributors",
4-
"version": "3.3.5",
4+
"version": "3.3.6",
55
"description": "Microsoft Application Insights ES6 Module and Type check Example",
66
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
77
"keywords": [
@@ -32,7 +32,7 @@
3232
"tslib": ">= 1.0.0"
3333
},
3434
"dependencies": {
35-
"@microsoft/applicationinsights-common": "3.3.5",
36-
"@microsoft/applicationinsights-web": "3.3.5"
35+
"@microsoft/applicationinsights-common": "3.3.6",
36+
"@microsoft/applicationinsights-web": "3.3.6"
3737
}
3838
}

AISKU/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/applicationinsights-web",
3-
"version": "3.3.5",
3+
"version": "3.3.6",
44
"description": "Microsoft Application Insights JavaScript SDK - Web",
55
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
66
"author": "Microsoft Application Insights Team",
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@microsoft/ai-test-framework": "0.0.1",
35-
"@microsoft/applicationinsights-offlinechannel-js": "0.3.5",
35+
"@microsoft/applicationinsights-offlinechannel-js": "0.3.6",
3636
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
3737
"@microsoft/applicationinsights-rollup-es5": "1.0.2",
3838
"sinon": "^7.3.1",
@@ -65,13 +65,13 @@
6565
"dependencies": {
6666
"@microsoft/dynamicproto-js": "^2.0.3",
6767
"@microsoft/applicationinsights-shims": "3.0.1",
68-
"@microsoft/applicationinsights-analytics-js": "3.3.5",
69-
"@microsoft/applicationinsights-channel-js": "3.3.5",
70-
"@microsoft/applicationinsights-cfgsync-js": "3.3.5",
71-
"@microsoft/applicationinsights-common": "3.3.5",
72-
"@microsoft/applicationinsights-core-js": "3.3.5",
73-
"@microsoft/applicationinsights-dependencies-js": "3.3.5",
74-
"@microsoft/applicationinsights-properties-js": "3.3.5",
68+
"@microsoft/applicationinsights-analytics-js": "3.3.6",
69+
"@microsoft/applicationinsights-channel-js": "3.3.6",
70+
"@microsoft/applicationinsights-cfgsync-js": "3.3.6",
71+
"@microsoft/applicationinsights-common": "3.3.6",
72+
"@microsoft/applicationinsights-core-js": "3.3.6",
73+
"@microsoft/applicationinsights-dependencies-js": "3.3.6",
74+
"@microsoft/applicationinsights-properties-js": "3.3.6",
7575
"@nevware21/ts-utils": ">= 0.11.8 < 2.x",
7676
"@nevware21/ts-async": ">= 0.5.4 < 2.x"
7777
},

AISKULight/Tests/Unit/src/AISKULightSize.Tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class AISKULightSizeCheck extends AITestClass {
5656
private readonly MAX_RAW_DEFLATE_SIZE = 38;
5757
private readonly MAX_BUNDLE_DEFLATE_SIZE = 38;
5858
private readonly rawFilePath = "../dist/es5/applicationinsights-web-basic.min.js";
59-
private readonly currentVer = "3.3.5";
59+
private readonly currentVer = "3.3.6";
6060
private readonly prodFilePath = `../browser/es5/aib.${this.currentVer[0]}.min.js`;
6161

6262
public testInitialize() {

AISKULight/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/applicationinsights-web-basic",
3-
"version": "3.3.5",
3+
"version": "3.3.6",
44
"description": "Microsoft Application Insights JavaScript SDK - Web Basic",
55
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
66
"author": "Microsoft Application Insights Team",
@@ -58,9 +58,9 @@
5858
"dependencies": {
5959
"@microsoft/dynamicproto-js": "^2.0.3",
6060
"@microsoft/applicationinsights-shims": "3.0.1",
61-
"@microsoft/applicationinsights-common": "3.3.5",
62-
"@microsoft/applicationinsights-channel-js": "3.3.5",
63-
"@microsoft/applicationinsights-core-js": "3.3.5",
61+
"@microsoft/applicationinsights-common": "3.3.6",
62+
"@microsoft/applicationinsights-channel-js": "3.3.6",
63+
"@microsoft/applicationinsights-core-js": "3.3.6",
6464
"@nevware21/ts-utils": ">= 0.11.8 < 2.x",
6565
"@nevware21/ts-async": ">= 0.5.4 < 2.x"
6666
},

RELEASES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
> 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.
44
5+
## 3.3.6 (March 4th, 2025)
6+
7+
### Changelog
8+
9+
- #2481 [Main][Task]31338239: Add Config to allow excluding the configuration endpoints from being reported
10+
- #2486 Minification improvements
11+
512
## 3.3.5 (Feb 3rd, 2025)
613

714
### Changelog

channels/1ds-post-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/1ds-post-js",
3-
"version": "4.3.5",
3+
"version": "4.3.6",
44
"description": "Microsoft Application Insights JavaScript SDK - 1ds-post-channel-js",
55
"author": "Microsoft Application Insights Team",
66
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@microsoft/applicationinsights-shims": "3.0.1",
2929
"@microsoft/dynamicproto-js": "^2.0.3",
30-
"@microsoft/1ds-core-js": "4.3.5",
30+
"@microsoft/1ds-core-js": "4.3.6",
3131
"@nevware21/ts-utils": ">= 0.11.8 < 2.x",
3232
"@nevware21/ts-async": ">= 0.5.4 < 2.x"
3333
},

0 commit comments

Comments
 (0)