Skip to content

Commit

Permalink
[Release] Increase version to 2.7.1 (#1708)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Nov 4, 2021
1 parent 5101bdf commit 91ee603
Show file tree
Hide file tree
Showing 22 changed files with 1,215 additions and 1,178 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.7.0",
"version": "2.7.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 @@ -65,12 +65,12 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-analytics-js": "2.7.0",
"@microsoft/applicationinsights-channel-js": "2.7.0",
"@microsoft/applicationinsights-common": "2.7.0",
"@microsoft/applicationinsights-core-js": "2.7.0",
"@microsoft/applicationinsights-dependencies-js": "2.7.0",
"@microsoft/applicationinsights-properties-js": "2.7.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"
},
"license": "MIT"
}
10 changes: 5 additions & 5 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.0",
"version": "2.7.1",
"description": "Microsoft Application Insights Javascript SDK core and channel",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand All @@ -21,7 +21,7 @@
"repository": {
"type": "git",
"url": "https://github.com/microsoft/ApplicationInsights-JS.git",
"directory":"AISKULight"
"directory": "AISKULight"
},
"devDependencies": {
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
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.0",
"@microsoft/applicationinsights-channel-js": "2.7.0",
"@microsoft/applicationinsights-core-js": "2.7.0"
"@microsoft/applicationinsights-common": "2.7.1",
"@microsoft/applicationinsights-channel-js": "2.7.1",
"@microsoft/applicationinsights-core-js": "2.7.1"
},
"license": "MIT"
}
23 changes: 23 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Releases

## 2.7.1 (Nov 4th, 2021)

## Changelog

- #1667 Allow properly disposing AI
- expose internal log poller #1674
- #1683 Add support to optionally configure the events used for detecting and handling when page unload and flushing occurs
- #1655 [BUG] When using Multiple instances of AI only the first instance is correctly reporting ajax events
- #1093 "Pause" sending of messages
- #1692 [BUG] Field 'ai.operation.name' on type 'ContextTagKeys' is too long. Expected: 1024 characters"
- #1691 [BUG] Multiple errors are getting thrown and swallowed during initialization when no instrumentation Key is provided
- DiagnosticLogger: Fix typo in defining the console function #1699
- #1676 React Plugin trackTrace method
- add trackTrace and expose analytics extension to react plugin #1697
- #1680 [BUG] trackMetric does not track stdDev nor sum #1701
- fix readme traceID generate method #1687
- Update package.json to include the repository #1696
- Governance Updates -- update used dependencies #1694
- Refactor publishing script to combine shared content and support separate nightly container. #1677
- Enable EsLint auto fixing rules for extra-semicolons, dangling commas and tailing spaces #1669
- Update Perf Mark and Measure documentation and some exports #1666
- Update Release script to provide better automated creation of nightly builds #1664

## 2.7.0 (Sept 7th, 2021)

___Major change___: Upgrades build environment to TypeScript __4.x__
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.0", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
QUnit.assert.equal("javascript:2.7.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.7.0",
"version": "2.7.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 @@ -47,8 +47,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-core-js": "2.7.0",
"@microsoft/applicationinsights-common": "2.7.0"
"@microsoft/applicationinsights-core-js": "2.7.1",
"@microsoft/applicationinsights-common": "2.7.1"
},
"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.0"
Version: "2.7.1"
};

export function DependencyEnvelopeCreator(logger: IDiagnosticLogger, telemetryItem: ITelemetryItem, customUndefinedValue?: any): IEnvelope {
Expand Down
Loading

0 comments on commit 91ee603

Please sign in to comment.