Skip to content

Releases: microsoft/ApplicationInsights-Java

Application Insights Java 3.3.0 (GA)

27 Jun 17:13
f75d85d
Compare
Choose a tag to compare

Migration notes:

  • LoggingLevel isn't captured by default as part of Traces' custom dimension because that data is already captured in the SeverityLevel field. For information on how to reenable it, see the config options.
  • Exception records are no longer recorded for failed dependencies. They're only recorded for failed requests.

Enhancements:

  • Reduce jar file size #2295.
  • Stop capturing exception records on dependencies #2307.
  • Add support for sampling overrides on http request headers #2308.
  • Enable quartz instrumentation by default #2313.
  • Add warning message on internal attribute usage #2314.
  • Lots of refactoring and improvements.
  • Continue to add support for OpenTelemetry metrics API.
  • Deprecate logs' LoggingLevel custom property #2254.
  • Add support for OpenTelemetry metrics API
  • Lots of refactorings and improvements.
  • Update OpenTelemetry to 1.15 #2332.
  • Add configuration for disk persistence capacity #2329.
  • Add support for runtime attach #2325.
  • Continue to add support for OpenTelemetry metrics API.

Application Insights Java 3.3.0-BETA.2

04 Jun 00:20
d5361b2
Compare
Choose a tag to compare
Pre-release

Enhancements:

  • Update OpenTelemetry to 1.14.
  • Reduce jar file size #2295.
  • Stop capturing exception records on dependencies #2307.
  • Add support for sampling overrides on http request headers #2308.
  • Enable quartz instrumentation by default #2313.
  • Add warning message on internal attribute usage #2314.
  • Lots of refactoring and improvements.
  • Continue to add support for OpenTelemetry metrics API.

Application Insights Java 3.3.0-BETA

12 May 01:30
c20f660
Compare
Choose a tag to compare
Pre-release

Enhancements:

  • Update OpenTelemetry to 1.13 #2257.
  • Deprecate logs' LoggingLevel custom property #2254.
  • Add support for OpenTelemetry metrics API
  • Lots of refactorings and improvements.

Application Insights Java 3.2.11 (GA)

13 Apr 22:46
51fe9c7
Compare
Choose a tag to compare

Enhancements:

  • Turn off Statsbeat when unable to reach ingestion service. #2221.

Application Insights Java 3.2.10 (GA)

25 Mar 23:55
1effc96
Compare
Choose a tag to compare

Bug Fixes:

  • Fix Statsbeat warning #2208.

Application Insights Java 3.2.9 (GA)

25 Mar 02:57
1713d53
Compare
Choose a tag to compare

Enhancements:

  • Increase export throughput #2204.
  • Remove reverse name lookup everywhere #2205.

Bug Fixes:

  • Fix parsing exception with colons #2196.

Application Insights Java 3.2.8 (GA)

11 Mar 19:22
032d63c
Compare
Choose a tag to compare

Enhancements:

  • Better JMX debug logging #2157.
  • Add BatchSpanProcessor configuration option #2165.

Bug Fixes:

  • Fix spring actuator endpoint behavior #2146.

Application Insights Java 3.2.7 (GA)

24 Feb 01:03
7c9290e
Compare
Choose a tag to compare

Enhancements:

  • Improve startup performance by optimizing weak cache #2136.
  • Oshi optimization for better performance #2126.
  • Drop metrics with NaN values #2119.

Bug Fixes:

  • Fix reverse DNS name lookup #5393.
  • Fix a NullPointerException in startup profiler #2124.

Application Insights Java 3.2.6 (GA)

10 Feb 05:45
a829ca9
Compare
Choose a tag to compare

Enhancements:

  • Support Statsbeat in EU regions #2082.
  • Update Oshi default logging level #2086.
  • Add debug profiler for startup perf #2085.
  • Avoid local DNS resolution when using http proxy configuration #2095.
  • Add support for loading connection string from a file #2073.

Application Insights Java 3.2.5 (GA)

27 Jan 02:48
3733b69
Compare
Choose a tag to compare

Enhancements:

  • Log ingestion error on 206 response from Breeze #2065.
  • Add separate queue for metrics to avoid dropping telemetry #2062.
  • Stop sending telemetry when ikey is empty #2061.
  • Make vertx opt-in preview instrumentation #2058.
  • Add Friendly exception handling for cipher suite issue #2053.

Bug Fixes:

  • Fix ingestion error on missing exception message #2064.
  • Fix URI parse error #2067.