You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,20 @@
2
2
3
3
This changelog will be used to generate documentation on [release notes page](http://azure.microsoft.com/en-us/documentation/articles/app-insights-release-notes-dotnet/).
4
4
5
+
## Version 2.1.0-beta3
6
+
- Support partial success (206) from the Application Insights backend. Before this change SDK may have lost data because some items of the batch were accepted and some items of the batch were asked to be retried (because of burst throttling or intermittent issues).
7
+
- Bug fixes
8
+
5
9
## Version 2.1.0-beta1
6
10
7
11
- Upgraded to depend on EventSource.Redist nuget version 1.1.28
8
12
- Upgraded to depend on Microsoft.Bcl nuget version 1.1.10
9
13
10
-
## Version 2.0.0 (stable)
14
+
## Version 2.0.1
15
+
16
+
- Add Win Phone, Win Store and UWP targets that include 1.2.3 version of ApplicationInsights.dll. It is included to prevent applications that upgrade to 2.0.0 from crashing. In any case using this nuget for Win Phone, Win Store and UWP targets is not recommended and not supported.
17
+
18
+
## Version 2.0.0
11
19
12
20
- Disallow Nan, +-Infinity measurements. Value will be replaced on 0.
13
21
- Disallow Nan, +-Infinity metrics (Value, Min, Max and StandardDeviation). Values will be replaced on 0.
0 commit comments