Skip to content

Commit f8146a3

Browse files
committed
update readme and version number
1 parent 0c3a4ca commit f8146a3

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
# CHANGELOG
22

3-
## Version 2.0.1
4-
- Fix issue when dependency start time wasn't being recorded correctly
5-
- Fixed #533 HTTP Dependency Telemetry now matches with .NET SDK
3+
## Version 2.0.2
4+
- Fix #616, added a way to have real time SDK Logs when logging on File.
5+
- Fix #609, fixes the inaccurate timestamp recorded with JMX Metrics.
6+
- Added a way to configure MaxInstantRetries from XML.
7+
- Added the ability to have cold SDK initialization (no logs except critical logAlways messages)
8+
- Fix issue when dependency start time was not being recorded correctly.
9+
- Fixed #533 HTTP Dependency Telemetry now matches with .NET SDK.
610
- Introduced public method `httpMethodFinishedWithPath(String identifier, String method, String path, String correlationId, String uri, String target, int result, long delta)`
711
to support instrumentation of Path of URI in HTTP requests.
812
- `httpMethodFinished(String identifier, String method, String correlationId, String uri, String target, int result, int delta)` is now marked as deprecated
913
- Logger Messages now being pushed as custom dimension when reporting exceptions via Loggers. (#400)
1014
- Enhanced Log4j2 appender to support basic parameters including Filters, Layouts and includeException. (#348)
11-
- Fixed performance issue on SDK startup.
1215
- Fixed PageView telemetry data not being reported.
1316
- Fixed Issue #526 (NPE in MapUtil.copy())
1417
- Fixed Issue #513 (Memory leak in SDKShutdownActivity). This fix upgrades our Servlet version from 2.5 to 3.0. The SDK must now be run on an application server supporting Servlet 3.0.
18+
- Fixed Issue #504 (SDK initialization happens twice) to improve startup performance.
19+
20+
## Version 2.0.1
21+
- Fix Inconsistency in artifact names in POM files
1522

1623
## Version 2.0.0
1724
- Upgraded logback dependency version to 1.2.3

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.1
2+
version=2.0.2
33
group=com.microsoft.azure
44

0 commit comments

Comments
 (0)