Skip to content

Releases: microsoft/ApplicationInsights-Java

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.

Application Insights Java 3.2.5-BETA

14 Jan 18:20
cb2c800
Compare
Choose a tag to compare
Pre-release

Enhancements:

  • Add vertx instrumentation #1990.
  • Clean up Oshi logging #2047.
  • Support proxy username and password #2044.
  • Add configuration for export queue capacity #2039.
  • Add configuration for capturing HTTP server 4xx as error #2037.
  • Add configuration for capturing HTTP headers #2036.
  • Update OpenTelemetry to the latest #2030.
  • Add telemetry processors masking feature #1977.

Bug Fixes:

  • Fix device instrumentation #2027.

Application Insights Java SDK 2.6.4

14 Dec 04:46
4f533c1
Compare
Choose a tag to compare

Updates applicationinsights-logging-log4j2 artifact to not pull in Log4j 2 dependency on its own. Users should already be bringing their own version of Log4j 2 (and should be upgrading that version or applying the mitigation steps from CVE-2021-44228). The update ensures that users have to bring their own version of Log4j 2 (#2002).

Please see #2008 for any other questions about Log4j 2.

Application Insights Java 3.2.4 (GA)

10 Dec 06:52
344a825
Compare
Choose a tag to compare

Enhancements:

  • Add play framework preview instrumentation #1958.
  • Add span kind to sampling overrides #1960.
  • Reduce noisy truncation logging #1968.
  • Add url, name and fix operation name to request document in live metrics sample telemetry #1993.

Bug Fixes:

  • Fix status exception in a readonly file system #1967.
  • Fix jackson initialization #1984.
  • Fix duration in live metrics sample telemetry feature. #1996.