github microsoft/ApplicationInsights-Java v1.0.10
Application Insights Java SDK 1.0.10

latest releases: 3.5.2, 3.5.1, 3.5.0...
6 years ago
  1. Delay of 5 minutes in retrying to send failed requests.
  2. Track() method in TelemetryClient fix to avoid overwriting provided telemetry timestamp.
  3. Configurable instrumentation key via APPLICATION_INSTRUMENTATIONKEY envirornment variable.
  4. Introduced a generic qualifer "Domain" which replaces "SendableData" as input to classes com.microsoft.applicationinsights.telemetry.BaseTelemetry
    and com.microsoft.applicationinsights.telemetry.BaseSampleSourceTelemetry.
  5. Internal namespace "SendableData"is now deleted.
  6. Schema is updated to latest version. Changes were made for internal namespace: com/src/main/java/com/microsoft/applicationinsights/internal/schemav2
  7. Fixed reliability issue with Redis dependency collection.
  8. Fixed issues sending telemetry with latest schema.
  9. Fixed issue #403 - Exceeding property length invalidates custom event
  10. Fixed issue #401 - Custom key and property sanitized
  11. Addressed #429 - SDK now truncates fields according to new schema specs and performs proper sanitization
  12. Method sanitization of interface com.microsoft.applicationinsights.telemetry.Telemetry is now Deprecated.
  13. All Sanitization now occurs in one place - com.microsoft.applicationinsights.telemetry.JsonTelemetryDataSerializer class.
  14. Sanitization only preformed when forming json to send telemetry. No presanitization is now done.
  15. Dependency collection is in Beta*.

Currently open issues are : https://github.com/Microsoft/ApplicationInsights-Java/labels/bug , which includes all bugs found

Don't miss a new ApplicationInsights-Java release

NewReleases is sending notifications on new releases.