Skip to content

Commit

Permalink
[Release][Core] Increase version to 2.6.2 (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Apr 22, 2021
1 parent b01f4b1 commit 4a92b25
Show file tree
Hide file tree
Showing 18 changed files with 343 additions and 401 deletions.
2 changes: 2 additions & 0 deletions AISKU/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Refer to [our GitHub page](https://github.com/microsoft/applicationinsights-js)

| Version | Full Size | Raw Minified | GZip Size
|---------|-----------|--------------|-------------
| 2.6.2: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.2.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.2.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.2.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.2.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 2.6.1: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.1.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.1.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.1.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.1.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 2.6.0: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.0.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.0.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.0.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.0.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 2.5.11: | ![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.5.11.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.5.11.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.5.11.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 2.5.10: | ![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.5.10.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.5.10.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.5.10.min.js.svg?compression=gzip&softmax=30000&max=35000)
Expand Down
14 changes: 7 additions & 7 deletions AISKU/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-web",
"version": "2.6.1",
"version": "2.6.2",
"description": "Microsoft Application Insights JavaScript SDK - Web",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand Down Expand Up @@ -63,12 +63,12 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.2",
"@microsoft/applicationinsights-shims" : "2.0.0",
"@microsoft/applicationinsights-analytics-js": "2.6.1",
"@microsoft/applicationinsights-channel-js": "2.6.1",
"@microsoft/applicationinsights-common": "2.6.1",
"@microsoft/applicationinsights-core-js": "2.6.1",
"@microsoft/applicationinsights-dependencies-js": "2.6.1",
"@microsoft/applicationinsights-properties-js": "2.6.1"
"@microsoft/applicationinsights-analytics-js": "2.6.2",
"@microsoft/applicationinsights-channel-js": "2.6.2",
"@microsoft/applicationinsights-common": "2.6.2",
"@microsoft/applicationinsights-core-js": "2.6.2",
"@microsoft/applicationinsights-dependencies-js": "2.6.2",
"@microsoft/applicationinsights-properties-js": "2.6.2"
},
"license": "MIT"
}
8 changes: 4 additions & 4 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.6.1",
"version": "2.6.2",
"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 @@ -40,9 +40,9 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.2",
"@microsoft/applicationinsights-shims" : "2.0.0",
"@microsoft/applicationinsights-common": "2.6.1",
"@microsoft/applicationinsights-channel-js": "2.6.1",
"@microsoft/applicationinsights-core-js": "2.6.1"
"@microsoft/applicationinsights-common": "2.6.2",
"@microsoft/applicationinsights-channel-js": "2.6.2",
"@microsoft/applicationinsights-core-js": "2.6.2"
},
"peerDependencies": {
},
Expand Down
20 changes: 20 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Releases

## 2.6.2 (April 22nd, 2021)

### Changelog

- #1536 Update DynamicProto version 1.1.2 (Fixes IE7 mode issue originally reported in #1534)
- #1280 Investigate removing the globals __extends() and __assign() populated by applicationinsights-shims
- #1523 Remove exposing global instances of __extends() and __assign() and update sideEffects usage (by removing globals)
- #1538 [BUG] Telemetry Buffer Getting Cleared in Offline Mode - Online Status Incorrectly Initialized in Offline Listener
- #1528 [BUG] correlationHeaderExcludePatterns is not honored in Ajax calls
- #1516 [BUG] App insight library will flush telemetry using beforeUnload event but this event is cancellable
- #1509 [BUG] Investigate changing the sideEffects: false to list only the files that include the shims module from the all AI modules so that webpack can evaluate correctly
- #1517 [BUG] addHousekeepingBeforeUnload should also be listening to the 'unload' event
- #1524 [BUG] Config items are not functional for current snippet disableFlushOnBeforeUnload, disableFlushOnBeforeUnload and maybe others
- #1440 [BUG] PageViewPerformanceManager.populatePageViewPerformanceEvent() is always returning zero for the network time
- #1393 [BUG] enableAutoRouteTracking should also update the Operation Name with the hashroute
- [BUG] Add test coverage for #1518
- #1510 Update PageView operation name to include the hash
- #1522 add click plugin version to sdkversion tag
- #1535 add click plugin js to cdn

## 2.6.1 (Hotfix - March 30th, 2021)

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

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

Expand Down
6 changes: 3 additions & 3 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.6.1",
"version": "2.6.2",
"description": "Microsoft Application Insights JavaScript SDK Channel",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand Down Expand Up @@ -45,8 +45,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.2",
"@microsoft/applicationinsights-shims" : "2.0.0",
"@microsoft/applicationinsights-core-js": "2.6.1",
"@microsoft/applicationinsights-common": "2.6.1"
"@microsoft/applicationinsights-core-js": "2.6.2",
"@microsoft/applicationinsights-common": "2.6.2"
},
"license": "MIT"
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function _setValueIf<T>(target:T, field:keyof T, value:any) {
}

export abstract class EnvelopeCreator {
public static Version = "2.6.1";
public static Version = "2.6.2";

protected static extractPropsAndMeasurements(data: { [key: string]: any }, properties: { [key: string]: any }, measurements: { [key: string]: any }) {
if (!isNullOrUndefined(data)) {
Expand Down
Loading

0 comments on commit 4a92b25

Please sign in to comment.