Releases: microsoft/ApplicationInsights-Java
Releases · microsoft/ApplicationInsights-Java
Application Insights Java SDK 1.0.10
- Delay of 5 minutes in retrying to send failed requests.
- Track() method in TelemetryClient fix to avoid overwriting provided telemetry timestamp.
- Configurable instrumentation key via APPLICATION_INSTRUMENTATIONKEY envirornment variable.
- Introduced a generic qualifer "Domain" which replaces "SendableData" as input to classes com.microsoft.applicationinsights.telemetry.BaseTelemetry
and com.microsoft.applicationinsights.telemetry.BaseSampleSourceTelemetry. - Internal namespace "SendableData"is now deleted.
- Schema is updated to latest version. Changes were made for internal namespace: com/src/main/java/com/microsoft/applicationinsights/internal/schemav2
- Fixed reliability issue with Redis dependency collection.
- Fixed issues sending telemetry with latest schema.
- Fixed issue #403 - Exceeding property length invalidates custom event
- Fixed issue #401 - Custom key and property sanitized
- Addressed #429 - SDK now truncates fields according to new schema specs and performs proper sanitization
- Method sanitization of interface com.microsoft.applicationinsights.telemetry.Telemetry is now Deprecated.
- All Sanitization now occurs in one place - com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer class.
- Sanitization only preformed when forming json to send telemetry. No presanitization is now done.
- Dependency collection is in Beta*.
Currently open issues are : https://github.com/Microsoft/ApplicationInsights-Java/labels/bug , which includes all bugs found
Application Insights Java SDK 1.0.9
- Fixed #369 : Apache HttpClient 4.3.5 vulnerable (CVE-2015-5262)
Application Insights Java SDK 1.0.8
Listed below are the fixes and improvements made in 1.0.8
- #367 Updated the agent project not to be transitive when resolved for core
- #374 Updated the core JAR to remove the transitive dependencies for guava, removed the transitive dependency from core and agent, & updated to the latest version of the httpclient
- #376 Delaying retry on send when no connection is found
- #377 Bug fixes for Live Metrics Stream integration
- #378 Added Live Metrics Stream URL filter and fixed duration
- #379 Updated Gradle to 3.5
- #380 Delaying retry on send when ConnectionException is thrown
- #381 Delaying retry on send when HostUnknownException is thrown