Skip to content

Commit

Permalink
[Release][Core] Increase version to v2.6.1
Browse files Browse the repository at this point in the history
- [BUG] v2.6.0 is not re-hydrating the automatic session id correctly for each request #1518
  • Loading branch information
MSNev committed Mar 30, 2021
1 parent ef5323d commit 9c196e3
Show file tree
Hide file tree
Showing 17 changed files with 89 additions and 83 deletions.
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.0",
"version": "2.6.1",
"description": "Microsoft Application Insights JavaScript SDK - Web",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand Down Expand Up @@ -61,12 +61,12 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.1",
"@microsoft/applicationinsights-shims" : "1.0.3",
"@microsoft/applicationinsights-analytics-js": "2.6.0",
"@microsoft/applicationinsights-channel-js": "2.6.0",
"@microsoft/applicationinsights-common": "2.6.0",
"@microsoft/applicationinsights-core-js": "2.6.0",
"@microsoft/applicationinsights-dependencies-js": "2.6.0",
"@microsoft/applicationinsights-properties-js": "2.6.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"
},
"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.0",
"version": "2.6.1",
"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 @@ -38,9 +38,9 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.1",
"@microsoft/applicationinsights-shims" : "1.0.3",
"@microsoft/applicationinsights-common": "2.6.0",
"@microsoft/applicationinsights-channel-js": "2.6.0",
"@microsoft/applicationinsights-core-js": "2.6.0"
"@microsoft/applicationinsights-common": "2.6.1",
"@microsoft/applicationinsights-channel-js": "2.6.1",
"@microsoft/applicationinsights-core-js": "2.6.1"
},
"peerDependencies": {
},
Expand Down
7 changes: 7 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Releases

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

### 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)

### Version bump is due to the following major changes
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.0", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
QUnit.assert.equal("javascript:2.6.1", 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.0",
"version": "2.6.1",
"description": "Microsoft Application Insights JavaScript SDK Channel",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand Down Expand Up @@ -43,8 +43,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.1",
"@microsoft/applicationinsights-shims" : "1.0.3",
"@microsoft/applicationinsights-core-js": "2.6.0",
"@microsoft/applicationinsights-common": "2.6.0"
"@microsoft/applicationinsights-core-js": "2.6.1",
"@microsoft/applicationinsights-common": "2.6.1"
},
"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.0";
public static Version = "2.6.1";

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

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

8 changes: 4 additions & 4 deletions extensions/applicationinsights-analytics-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-analytics-js",
"version": "2.6.0",
"version": "2.6.1",
"description": "Microsoft Application Insights JavaScript SDK - Web Analytics",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand All @@ -24,7 +24,7 @@
"@microsoft/ai-test-framework": "0.0.1",
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
"@microsoft/applicationinsights-rollup-es3" : "1.1.3",
"@microsoft/applicationinsights-properties-js": "2.6.0",
"@microsoft/applicationinsights-properties-js": "2.6.1",
"@microsoft/api-extractor" : "^7.9.11",
"typescript": "2.5.3",
"globby": "^11.0.0",
Expand All @@ -45,8 +45,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.1",
"@microsoft/applicationinsights-shims" : "1.0.3",
"@microsoft/applicationinsights-core-js": "2.6.0",
"@microsoft/applicationinsights-common": "2.6.0"
"@microsoft/applicationinsights-core-js": "2.6.1",
"@microsoft/applicationinsights-common": "2.6.1"
},
"license": "MIT"
}
Loading

0 comments on commit 9c196e3

Please sign in to comment.