Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] Increase version to 2.7.2 #1733

Merged
merged 1 commit into from
Dec 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions AISKU/Tests/Perf/src/AISKUPerf.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

export class AppInsightsInitPerfTestClass {

public version: string;
Expand All @@ -20,7 +19,7 @@ export class AppInsightsInitPerfTestClass {
* should update version after new release
* version with doperf(): after 2.5.6
* */
var defaultVer = "2.7.1";
var defaultVer = "2.7.2";
this.version = ver? ver:this._getQueryParameterVersion(defaultVer);
this.perfEventsBuffer = [];
this.perfEventWaitBuffer = [];
Expand All @@ -38,6 +37,4 @@ export class AppInsightsInitPerfTestClass {
if (queryVer && queryVer.length > 0) { version = queryVer;}
return version;
}
}


}
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.7.1",
"version": "2.7.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 @@ -66,12 +66,12 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-analytics-js": "2.7.1",
"@microsoft/applicationinsights-channel-js": "2.7.1",
"@microsoft/applicationinsights-common": "2.7.1",
"@microsoft/applicationinsights-core-js": "2.7.1",
"@microsoft/applicationinsights-dependencies-js": "2.7.1",
"@microsoft/applicationinsights-properties-js": "2.7.1"
"@microsoft/applicationinsights-analytics-js": "2.7.2",
"@microsoft/applicationinsights-channel-js": "2.7.2",
"@microsoft/applicationinsights-common": "2.7.2",
"@microsoft/applicationinsights-core-js": "2.7.2",
"@microsoft/applicationinsights-dependencies-js": "2.7.2",
"@microsoft/applicationinsights-properties-js": "2.7.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.7.1",
"version": "2.7.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 @@ -49,9 +49,9 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-common": "2.7.1",
"@microsoft/applicationinsights-channel-js": "2.7.1",
"@microsoft/applicationinsights-core-js": "2.7.1"
"@microsoft/applicationinsights-common": "2.7.2",
"@microsoft/applicationinsights-channel-js": "2.7.2",
"@microsoft/applicationinsights-core-js": "2.7.2"
},
"license": "MIT"
}
12 changes: 10 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Releases

## 2.7.2 (Dec 7th, 2021)

### Changelog

- #1729 [BUG] Addition of stdDev metric support has broken custom metric reporting from #1680
- #1727 [BUG] Cannot track exception from service worker
- #1731 Component Governance - Upgrade to npm v8.1.4

## 2.7.1 (Nov 4th, 2021)

## Changelog
### Changelog

- #1667 Allow properly disposing AI
- expose internal log poller #1674
Expand All @@ -28,7 +36,7 @@
___Major change___: Upgrades build environment to TypeScript __4.x__
- No known breaking, configuration or definition changes

## Changelog
### Changelog

- #1640 [BUG] enableAjaxErrorStatusText: false (which is the default setting) does not turn off logging error response body
- #1642 trackEvent() doesn't allow replacing the iKey
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ export class SenderTests extends AITestClass {
QUnit.assert.ok(baseData.ver);
QUnit.assert.equal(2, baseData.ver);

QUnit.assert.equal("javascript:2.7.1", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
QUnit.assert.equal("javascript:2.7.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.7.1",
"version": "2.7.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 @@ -47,8 +47,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-core-js": "2.7.1",
"@microsoft/applicationinsights-common": "2.7.1"
"@microsoft/applicationinsights-core-js": "2.7.2",
"@microsoft/applicationinsights-common": "2.7.2"
},
"license": "MIT"
}
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function EnvelopeCreatorInit(logger: IDiagnosticLogger, telemetryItem: ITelemetr
}

export const EnvelopeCreator = {
Version: "2.7.1"
Version: "2.7.2"
};

export function DependencyEnvelopeCreator(logger: IDiagnosticLogger, telemetryItem: ITelemetryItem, customUndefinedValue?: any): IEnvelope {
Expand Down
52 changes: 26 additions & 26 deletions common/config/rush/npm-shrinkwrap.json

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

10 changes: 5 additions & 5 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.7.1",
"version": "2.7.2",
"description": "Microsoft Application Insights JavaScript SDK - Web Analytics",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand All @@ -26,8 +26,8 @@
"@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.7.1",
"@microsoft/applicationinsights-channel-js": "2.7.1",
"@microsoft/applicationinsights-properties-js": "2.7.2",
"@microsoft/applicationinsights-channel-js": "2.7.2",
"@microsoft/api-extractor": "^7.18.1",
"typescript": "^4.3.4",
"tslib": "^2.0.0",
Expand All @@ -53,8 +53,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-core-js": "2.7.1",
"@microsoft/applicationinsights-common": "2.7.1"
"@microsoft/applicationinsights-core-js": "2.7.2",
"@microsoft/applicationinsights-common": "2.7.2"
},
"license": "MIT"
}
Loading