Skip to content

Releases: microsoft/ApplicationInsights-node.js

2.9.0

09 Oct 22:37
11c70da
Compare
Choose a tag to compare

#1216 Fix issue with Live Metrics Initialization.
#1219 Check for defaultClient to be present to avoid undefined errors.
#1220 Add support for aadAudience configuration using Connection String.

2.8.0

27 Sep 01:03
c17860c
Compare
Choose a tag to compare

#1181 Add support for Functions programming model v4
#1213 Add env variables to control logging level
#1200 Decode ai_authUser URI
#1196 Avoid request to be blocked once the "dispose" method has been called
#1214 Fix issue with JSON config precedence in App Services
#1216 Fix issue with Live Metrics Initialization

3.0.0 beta.9

21 Sep 01:07
ccee504
Compare
Choose a tag to compare
3.0.0 beta.9 Pre-release
Pre-release

#1203 Fix JSON Configuration in the shim.
#1206 Stringify objects when building a LogRecord
#1208 Use @azure/monitor-opentelemetry
#1209 Rename Options interface to AzureMonitorOpenTelemetryOptions
#1210 Update the README to include shim support information.

3.0.0 beta.8

05 Sep 23:04
c5c9705
Compare
Choose a tag to compare
3.0.0 beta.8 Pre-release
Pre-release

#1201 Shadow Azure Monitor OpenTelemetry Distro
#1197 Add OTLP Exporters and Perf Counters
#1194 Consume latest Azure Monitor OpenTelemetry
#1193 Add Support for Context.tags
#1187 Files restructure to align with Azure Monitor Distro
#1183 Fully Support JSON Configuration

2.7.3

16 Aug 00:55
84d57aa
Compare
Choose a tag to compare

#1189 Fix issue with dependency breaking older Node.js runtimes

2.7.2

14 Aug 22:35
9fbfe5f
Compare
Choose a tag to compare

#1185 Fix issue with older version of Node.js runtime

2.7.1

14 Aug 18:02
6cc6de2
Compare
Choose a tag to compare

#1179 Update dependencies with security vulnerabilities
#1162 Update azure/opentelemetry-instrumentation Dependency

3.0.0-beta.7

08 Aug 16:16
aaf0773
Compare
Choose a tag to compare
3.0.0-beta.7 Pre-release
Pre-release

Breaking changes
#1167 Consume @azure/monitor-opentelemetry
ApplicationInsightsClient and ApplicationInsightsConfig are now deprecated and TelemetryClient and ApplicationInsightsOptions should be used instead.

Features
#1159 Update default cloud role name and instance ID

#1163 Update dependencies

Bug Fixes
#1160 Fix issues with config merging overriding not specified values

3.0.0-beta.6

16 Jun 00:48
2700705
Compare
Choose a tag to compare
3.0.0-beta.6 Pre-release
Pre-release

Breaking changes
#1151 Add OTLP Trace and Metric Exporters

Features
#1141 Add other exporters example.
#1146 Read resource attributes from env.
#1159 Update default cloud role name and instance ID.
#1163 Update dependencies.

Bug Fixes
#1139 Add empty start to avoid build issues.
#1140 Fix issue with sdk version format.
#1160 Fix issues with config merging overriding unspecified values.

2.7.0

02 Jun 16:23
94e77dc
Compare
Choose a tag to compare

Features
#1153 Add support for APPLICATIONINSIGHTS_CONFIGURATION_CONTENT

Bug Fixes
#1155 Add Handling for Undefined Triggered Function Response