Skip to content

Commit 0ede1dc

Browse files
authored
updated version for 2.1.0 release. added changelog entries (#658)
1 parent d92d204 commit 0ede1dc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Version 2.1.0
44
- Introduced Heartbeat feature which sends periodic heartbeats with basic information about application and runtime to Application Insights.
55
- Enable support for system properties in the instrumentation key resolving component.
6+
- Performance improvements during initialization.
7+
- Fix [#647](https://github.com/Microsoft/ApplicationInsights-Java/issues/647). If a performance counter cannot be computed, it will not report a placeholder value (`-1`). Instead, it does not report any value.
68

79
## Version 2.0.2
810
- Fix incorrect success flag set when capturing HTTP Dependency.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Project properties
2-
version=2.0.2
2+
version=2.1.0
33
group=com.microsoft.azure
44

0 commit comments

Comments
 (0)