Skip to content

Commit

Permalink
[Release][Core] Increase version to 2.7.0 (#1663)
Browse files Browse the repository at this point in the history
[Release][React] Increase version to 3.2.0
[Release][ReactNative] Increase version to 2.4.0
- Remove unused actions
  • Loading branch information
MSNev committed Sep 8, 2021
1 parent fcef0e0 commit a5b6e05
Show file tree
Hide file tree
Showing 25 changed files with 1,172 additions and 1,052 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/react.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/reactnative.yml

This file was deleted.

19 changes: 8 additions & 11 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-beta.1",
"version": "2.7.0",
"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,15 +65,12 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-analytics-js": "2.7.0-beta.1",
"@microsoft/applicationinsights-channel-js": "2.7.0-beta.1",
"@microsoft/applicationinsights-common": "2.7.0-beta.1",
"@microsoft/applicationinsights-core-js": "2.7.0-beta.1",
"@microsoft/applicationinsights-dependencies-js": "2.7.0-beta.1",
"@microsoft/applicationinsights-properties-js": "2.7.0-beta.1"
"@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"
},
"license": "MIT",
"publishConfig": {
"tag": "beta"
}
"license": "MIT"
}
13 changes: 5 additions & 8 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-beta.1",
"version": "2.7.0",
"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 @@ -45,12 +45,9 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-common": "2.7.0-beta.1",
"@microsoft/applicationinsights-channel-js": "2.7.0-beta.1",
"@microsoft/applicationinsights-core-js": "2.7.0-beta.1"
"@microsoft/applicationinsights-common": "2.7.0",
"@microsoft/applicationinsights-channel-js": "2.7.0",
"@microsoft/applicationinsights-core-js": "2.7.0"
},
"license": "MIT",
"publishConfig": {
"tag": "beta"
}
"license": "MIT"
}
39 changes: 32 additions & 7 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,41 @@
# Releases

## 2.7.0 (General Release -- Not Yet Released)
## 2.7.0 (Sept 7th, 2021)

___Major change___: Upgrades build environment to TypeScript 4.x

[2.7.0-beta.1 Milestone](https://github.com/microsoft/ApplicationInsights-JS/)milestone/54
___Major change___: Upgrades build environment to TypeScript __4.x__
- No known breaking, configuration or definition changes

## 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
- #1647 [BUG] customProperties parameter missing from trackException function
- #1648 Update error reporting when a plugin throws an exception
- #1650 [DebugPlugin] Add an option to disable DebugPlugin processTelemetry logging
- #1653 Some requests are returning a CORB error for responses containing text content type
- The warning is only being reported via the sendBeacon request, therefore not loss of events
- Changes the 'unload' operations to try and use fetch with keepalive if available, fallsback to sendBeacon()
- Also attempts to send as manay events as possible via sendBeacon, when the payload size is > 64kb
- #1656 [BUG] 'Cannot use 'in' operator to search for 'ver' in Timeout', name: 'TypeError'}​​​​​
- #1660 [BUG] ITelemetryTrace parentId cannot be set to undefined

Includes: [2.7.0-beta.1 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/54)

- #1171 ___Update to TypeScript 4.x___
- #1526 [TypeScript Compile Error] Property 'sessionManager' does not exist on type 'ITelemetryContext'
- #1627 Add sesId to allow access to sessionManager session info
- #1471 Convert undefined to blank in customDimensions?
- #1630 Convert undefined custom properties to empty string
- #1585 ai_user cookie not present after re-enabling the cookie
- #1561 How to enrich dependencies logs with context at the beginning of api call?
- #1624 Provide a way to enrich dependencies logs with context at the beginning of api call
- #1633 Add GitHub Automated Lock closed issue action

### New feature (may be release after primary release - out of band)

- #617 Add performance.mark and performance.measure for performance browser tool integration

### 2.7.0-beta.1 (August 24th, 2021)
### <span style='color:blue'>2.7.0-beta.1</span> (August 24th, 2021)

- #1171 ___Update to TypeScript 4.x___
- #1526 [TypeScript Compile Error] Property 'sessionManager' does not exist on type 'ITelemetryContext'
Expand All @@ -22,11 +47,11 @@ ___Major change___: Upgrades build environment to TypeScript 4.x
- #1624 Provide a way to enrich dependencies logs with context at the beginning of api call
- #1633 Add GitHub Automated Lock closed issue action

### Update React plugin to v3.2.0-beta.1
### Update React plugin to <span style='color:blue'>v3.2.0-beta.1</span>

- Update Core dependency to v2.7.0-beta.1 Core changes

### Update React Native plugin to v2.4.0-beta.1
### Update React Native plugin to <span style='color:blue'>v2.4.0-beta.1</span>

- Update Core dependency to v2.7.0-beta.1 Core changes

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-beta.1", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
QUnit.assert.equal("javascript:2.7.0", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
}
})

Expand Down
11 changes: 4 additions & 7 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-beta.1",
"version": "2.7.0",
"description": "Microsoft Application Insights JavaScript SDK Channel",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand Down Expand Up @@ -48,11 +48,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-core-js": "2.7.0-beta.1",
"@microsoft/applicationinsights-common": "2.7.0-beta.1"
"@microsoft/applicationinsights-core-js": "2.7.0",
"@microsoft/applicationinsights-common": "2.7.0"
},
"license": "MIT",
"publishConfig": {
"tag": "beta"
}
"license": "MIT"
}
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function EnvelopeCreatorInit(logger: IDiagnosticLogger, telemetryItem: ITelemetr
}

export const EnvelopeCreator = {
Version: "2.7.0-beta.1"
Version: "2.7.0"
};

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

0 comments on commit a5b6e05

Please sign in to comment.