Skip to content

Commit

Permalink
[Release][Core] Increase version to 2.6.3 (#1574)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Jun 8, 2021
1 parent 1d00ddb commit a356fc0
Show file tree
Hide file tree
Showing 20 changed files with 80 additions and 65 deletions.
1 change: 1 addition & 0 deletions AISKU/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Refer to [our GitHub page](https://github.com/microsoft/applicationinsights-js)

| Version | Full Size | Raw Minified | GZip Size
|---------|-----------|--------------|-------------
| 2.6.3: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.3.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.3.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.3.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.3.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 2.6.2: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.2.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.2.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.2.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.2.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 2.6.1: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.1.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.1.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.1.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.1.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 2.6.0: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.0.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.0.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.0.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.0.min.js.svg?compression=gzip&softmax=30000&max=35000)
Expand Down
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.2",
"version": "2.6.3",
"description": "Microsoft Application Insights JavaScript SDK - Web",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand Down Expand Up @@ -64,12 +64,12 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-analytics-js": "2.6.2",
"@microsoft/applicationinsights-channel-js": "2.6.2",
"@microsoft/applicationinsights-common": "2.6.2",
"@microsoft/applicationinsights-core-js": "2.6.2",
"@microsoft/applicationinsights-dependencies-js": "2.6.2",
"@microsoft/applicationinsights-properties-js": "2.6.2"
"@microsoft/applicationinsights-analytics-js": "2.6.3",
"@microsoft/applicationinsights-channel-js": "2.6.3",
"@microsoft/applicationinsights-common": "2.6.3",
"@microsoft/applicationinsights-core-js": "2.6.3",
"@microsoft/applicationinsights-dependencies-js": "2.6.3",
"@microsoft/applicationinsights-properties-js": "2.6.3"
},
"license": "MIT"
}
11 changes: 5 additions & 6 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.2",
"version": "2.6.3",
"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 @@ -41,11 +41,10 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-common": "2.6.2",
"@microsoft/applicationinsights-channel-js": "2.6.2",
"@microsoft/applicationinsights-core-js": "2.6.2"
},
"peerDependencies": {
"@microsoft/applicationinsights-common": "2.6.3",
"@microsoft/applicationinsights-channel-js": "2.6.3",
"@microsoft/applicationinsights-core-js": "2.6.3"
},
"peerDependencies": {},
"license": "MIT"
}
15 changes: 15 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Releases

## 2.6.3 (June 8th, 2021)

### Changelog

- #1268 Investigate and add a sender that uses fetch when XMLHttpRequest is not available
- #1545 Cannot modify the request headers and cookies when using a custom endpoint
- #1546 [Typings] Update the TypeScript typings to identify the readonly properties/fields and dynamic values of the snippet
- #1541 ITelemetryContext.user is sometimes null - setAuthenticatedUserContext throws
- #1569 [BUG] Authorization header included when enableRequestHeaderTracking is enabled
- As part of this change the ["Authorization", "X-API-Key", "WWW-Authenticate"] headers will NO longer be logged when ```enableRequestHeaderTracking``` is enabled, if you want these headers to be sent to AzureMonitor you will need to override the default ```ignoreHeaders``` config which excludes them (See the [Configuration settings](https://github.com/Microsoft/ApplicationInsights-JS#configuration)).
- #1558 [BUG] Durations reported as zero (00:00:00.000) in Angular SPA for router changes
- #363 Script error: Browser exception message not providing information type and method
- #1568 Add VSCode specific exclusions
- #1572 Task 9901543: Remediate security vulnerabilities

## 2.6.2 (April 22nd, 2021)

### Changelog
Expand Down
4 changes: 2 additions & 2 deletions channels/applicationinsights-channel-js/Tests/Sender.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ export class SenderTests extends TestClass {
QUnit.assert.ok(baseData.ver);
QUnit.assert.equal(2, baseData.ver);

QUnit.assert.equal("javascript:2.6.2", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
QUnit.assert.equal("javascript:2.6.3", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
}
})

Expand Down Expand Up @@ -1256,4 +1256,4 @@ export class SenderTests extends TestClass {
});

}
}
}
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.2",
"version": "2.6.3",
"description": "Microsoft Application Insights JavaScript SDK Channel",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand Down Expand Up @@ -46,8 +46,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-core-js": "2.6.2",
"@microsoft/applicationinsights-common": "2.6.2"
"@microsoft/applicationinsights-core-js": "2.6.3",
"@microsoft/applicationinsights-common": "2.6.3"
},
"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.2";
public static Version = "2.6.3";

protected static extractPropsAndMeasurements(data: { [key: string]: any }, properties: { [key: string]: any }, measurements: { [key: string]: any }) {
if (!isNullOrUndefined(data)) {
Expand Down Expand Up @@ -357,4 +357,4 @@ export class TraceEnvelopeCreator extends EnvelopeCreator {
const data = new Data<Trace>(Trace.dataType, baseData);
return EnvelopeCreator.createEnvelope<Trace>(logger, Trace.envelopeType, telemetryItem, data);
}
}
}
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.

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.6.2",
"version": "2.6.3",
"description": "Microsoft Application Insights JavaScript SDK - Web Analytics",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand All @@ -24,8 +24,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.6.2",
"@microsoft/applicationinsights-channel-js": "2.6.2",
"@microsoft/applicationinsights-properties-js": "2.6.3",
"@microsoft/applicationinsights-channel-js": "2.6.3",
"@microsoft/api-extractor": "^7.9.11",
"typescript": "2.5.3",
"tslib": "^1.13.0",
Expand All @@ -49,8 +49,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-core-js": "2.6.2",
"@microsoft/applicationinsights-common": "2.6.2"
"@microsoft/applicationinsights-core-js": "2.6.3",
"@microsoft/applicationinsights-common": "2.6.3"
},
"license": "MIT"
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function _dispatchEvent(target:EventTarget, evnt: Event) {
}

export class ApplicationInsights extends BaseTelemetryPlugin implements IAppInsights, IAppInsightsInternal {
public static Version = "2.6.2"; // Not currently used anywhere
public static Version = "2.6.3"; // Not currently used anywhere

public static getDefaultConfig(config?: IConfig): IConfig {
if (!config) {
Expand Down Expand Up @@ -945,4 +945,4 @@ class Timing {
_events[name] = undefined;
}
}
}
}
8 changes: 4 additions & 4 deletions extensions/applicationinsights-clickanalytics-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-clickanalytics-js",
"version": "2.6.2",
"version": "2.6.3",
"description": "Microsoft Application Insights Click Analytics extension",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand Down Expand Up @@ -40,9 +40,9 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-core-js": "2.6.2",
"@microsoft/applicationinsights-common": "2.6.2",
"@microsoft/applicationinsights-properties-js": "2.6.2"
"@microsoft/applicationinsights-core-js": "2.6.3",
"@microsoft/applicationinsights-common": "2.6.3",
"@microsoft/applicationinsights-properties-js": "2.6.3"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit a356fc0

Please sign in to comment.