Skip to content

Commit

Permalink
[Release][Core] Increase version to 2.6.4 (#1604)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Jul 7, 2021
1 parent c1bd06c commit 7e5282f
Show file tree
Hide file tree
Showing 21 changed files with 154 additions and 110 deletions.
1 change: 1 addition & 0 deletions AISKU/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Refer to [our GitHub page](https://github.com/microsoft/applicationinsights-js)

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

## 2.6.4 (July 6th, 2021)

## Changelog

- #1567 [BUG] Unit of "PageVisitTime" is well hidden
- #1579 Add 307 Redirect Response
- #1580 [BUG] URL without host fails in CanIncludeCorrelationHeader
- #1586 [BUG] namePrefix is not getting assigned to ai_user Cookie
- #1587 ai_user cookie should use userCookiePostfix for user cookie storage
- #1590 Task 9901543: Remediate security vulnerabilities (Build Dependencies)
- #1596 Apply the eslint fixes (from Component Governance policy Checks)
- #1597 [BUG] The Pointer Events for the DebugPlugin are getting blocked
- #1599 Add visibilitychange event to the set of events tracked for triggering page unload
- #1602 [BUG] DebugPlugin - helpers.js:334 Uncaught TypeError: Cannot convert a Symbol value to a string

## 2.6.3 (June 8th, 2021)

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

QUnit.assert.equal("javascript:2.6.3", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
QUnit.assert.equal("javascript:2.6.4", 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.3",
"version": "2.6.4",
"description": "Microsoft Application Insights JavaScript SDK Channel",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand Down Expand Up @@ -47,8 +47,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-core-js": "2.6.3",
"@microsoft/applicationinsights-common": "2.6.3"
"@microsoft/applicationinsights-core-js": "2.6.4",
"@microsoft/applicationinsights-common": "2.6.4"
},
"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.3";
public static Version = "2.6.4";

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 7e5282f

Please sign in to comment.