Skip to content

Commit a7bdd2a

Browse files
authored
Update Changelog
1 parent 5c2a63a commit a7bdd2a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# CHANGELOG
22

33
## Version 2.0.0
4-
5-
- Fix #506 Null Reference Check causing Null Pointer Exception in `TelemetryCorrelationUtils.java`
4+
- Upgraded logback dependency version to 1.2.3
5+
- Improved FixedRateSampling so that it also supports Sampling Percentage set by users programmatically. Fixes [issue #535] (https://github.com/Microsoft/ApplicationInsights-Java/issues/535)
6+
- Fault Tolerance improvements: introducing retries and exponential backoff capabilities with disk persistence.
7+
- [Issue #499](https://github.com/Microsoft/ApplicationInsights-Java/pull/499): Fix handling of NaN and +/-Infinity in JSON serializer
8+
- [Issue #506] (https://github.com/Microsoft/ApplicationInsights-Java/pull/506): Null Reference Check causing Null Pointer Exception in `TelemetryCorrelationUtils.java`
69

710
## Version 2.0.0-BETA
811
- Updating various dependencies to latest version

0 commit comments

Comments
 (0)