Skip to content

Commit

Permalink
[Release][Core] Increase version to 2.6.5 (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Aug 3, 2021
1 parent 5d8757b commit 5623842
Show file tree
Hide file tree
Showing 19 changed files with 106 additions and 64 deletions.
16 changes: 8 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.6.4",
"version": "2.6.5",
"description": "Microsoft Application Insights JavaScript SDK - Web",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand Down Expand Up @@ -47,7 +47,7 @@
"grunt-tslint": "^5.0.2",
"globby": "^11.0.0",
"magic-string": "^0.25.7",
"pako":"^2.0.3",
"pako": "^2.0.3",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.3.3",
Expand All @@ -64,12 +64,12 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@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"
"@microsoft/applicationinsights-analytics-js": "2.6.5",
"@microsoft/applicationinsights-channel-js": "2.6.5",
"@microsoft/applicationinsights-common": "2.6.5",
"@microsoft/applicationinsights-core-js": "2.6.5",
"@microsoft/applicationinsights-dependencies-js": "2.6.5",
"@microsoft/applicationinsights-properties-js": "2.6.5"
},
"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.4",
"version": "2.6.5",
"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 @@ -43,9 +43,9 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-common": "2.6.4",
"@microsoft/applicationinsights-channel-js": "2.6.4",
"@microsoft/applicationinsights-core-js": "2.6.4"
"@microsoft/applicationinsights-common": "2.6.5",
"@microsoft/applicationinsights-channel-js": "2.6.5",
"@microsoft/applicationinsights-core-js": "2.6.5"
},
"peerDependencies": {},
"license": "MIT"
Expand Down
42 changes: 42 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# Releases

## 2.6.5 (August 3rd, 2021)

[2.6.5 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/53)

## Changelog

- #1608 [BUG] empty messages for unhandled promise rejections
- #1610 [BUG] error logging an error--need to null-check reason
- #1621 [Task] Create and publish Sub Resource Integrity (SRI) hashes for the generated scripts
- #1607 Remove AngularPlugin code from master and direct to new repo and angularplugin-legacy branch
- #1606 Split Tests into Unit / Perf and update all active tests to use common test project
- #1613 Update Dependencies
- #1617 Add Stale Issue / PR GitHub Action

## 2.6.4 (July 6th, 2021)

[2.6.4 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/52)

## Changelog

- #1567 [BUG] Unit of "PageVisitTime" is well hidden
Expand All @@ -25,6 +41,8 @@

## 2.6.3 (June 8th, 2021)

[2.6.3 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/50)

### Changelog

- #1268 Investigate and add a sender that uses fetch when XMLHttpRequest is not available
Expand All @@ -51,6 +69,8 @@

## 2.6.2 (April 22nd, 2021)

[2.6.2 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/49)

### Changelog

- #1536 Update DynamicProto version 1.1.2 (Fixes IE7 mode issue originally reported in #1534)
Expand Down Expand Up @@ -83,13 +103,17 @@

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

[2.6.1 (Hotfix) Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/48)

### Changelog

- #1518 P1 - [BUG] v2.6.0 is not re-hydrating the automatic session id correctly for each request
- #1512 Expose the getCookieMgr() on the snippet proxy and analytics web instances

## 2.6.0 (March 23rd, 2021)

[2.6.0 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/47)

### Version bump is due to the following major changes

A large amount of [Tree-Shaking improvements](https://github.com/microsoft/ApplicationInsights-JS#tree-shaking-support-and-enhancements) have been included in this version, please [see the recommendations](TreeShakingRecommendations.md) you may need to apply to your code to take complete advantage of these changes to reduce the overall module sizes (when using NPM packages)
Expand Down Expand Up @@ -124,6 +148,8 @@ Also includes major changes to the cookie management, please [see the readme coo

## 2.5.11 (January 15th, 2021)

[2.5.11 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/46)

### Changelog

- #1452 [BUG] v2.5.10 Snippet Initialization fails to redirect proxied functions -- causing terminal exception
Expand All @@ -138,6 +164,8 @@ Also includes major changes to the cookie management, please [see the readme coo

## 2.5.10 (November 16th, 2020)

[2.5.10 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/45)

### New extension @microsoft/applicationinsights-clickanalytics-js

Provides the ability to gather telemetry in Web pages to automatic track clicks using data meta tags.
Expand Down Expand Up @@ -166,6 +194,8 @@ Provides the ability to gather telemetry in Web pages to automatic track clicks

## 2.5.9 (October 5th, 2020)

[2.5.9 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/44)

### Changelog

- #1395 Update publishing scripts to support automation
Expand Down Expand Up @@ -205,6 +235,8 @@ Provides the ability to gather telemetry in Web pages to automatic track clicks

## 2.5.8 (August 31st, 2020)

[2.5.8 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/43)

### Changelog

- #1356 add documentation on how to make snippet changes
Expand All @@ -231,6 +263,8 @@ Provides the ability to gather telemetry in Web pages to automatic track clicks

## 2.5.7 (August 7th, 2020)

[2.5.7 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/42)

### Changelog

- #1335 Add Performance / Testing support
Expand Down Expand Up @@ -272,6 +306,8 @@ Provides the ability to gather telemetry in Web pages to automatic track clicks

## 2.5.6 (Jul 6th, 2020)

[2.5.6 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/40)

### New (Beta) extension applicationinsights-debugplugin-js

- Created the initial extension to help developers understand, track, visualize and fix issues with events
Expand Down Expand Up @@ -308,6 +344,8 @@ Provides the ability to gather telemetry in Web pages to automatic track clicks

## 2.5.5 (Jun 2nd, 2020)

[2.5.5 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/39)

### Updated React plugin to v3.0.0

- Updated to TypeScript 3.x
Expand Down Expand Up @@ -338,6 +376,8 @@ Provides the ability to gather telemetry in Web pages to automatic track clicks

## 2.5.4 (Apr 7th, 2020)

[2.5.4 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/37)

### Changelog

- #1242 Upgrading the tslib dependency to 1.11.1
Expand All @@ -352,6 +392,8 @@ Provides the ability to gather telemetry in Web pages to automatic track clicks

## 2.5.3 (Mar 25th, 2020)

[2.5.3 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/38)

### Changelog

- #1224 [BUG] When running in IE7/8 the app insights doesn't initialize and gets stuck in a loop (long running script)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ export class SenderTests extends AITestClass {
QUnit.assert.ok(baseData.ver);
QUnit.assert.equal(2, baseData.ver);

QUnit.assert.equal("javascript:2.6.4", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
QUnit.assert.equal("javascript:2.6.5", 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.4",
"version": "2.6.5",
"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.4",
"@microsoft/applicationinsights-common": "2.6.4"
"@microsoft/applicationinsights-core-js": "2.6.5",
"@microsoft/applicationinsights-common": "2.6.5"
},
"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.4";
public static Version = "2.6.5";

protected static extractPropsAndMeasurements(data: { [key: string]: any }, properties: { [key: string]: any }, measurements: { [key: string]: any }) {
if (!isNullOrUndefined(data)) {
Expand Down
36 changes: 18 additions & 18 deletions common/config/rush/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5623842

Please sign in to comment.