Skip to content

Releases: microsoft/ApplicationInsights-Java

Application Insights Java 3.7.2 (GA)

23 Apr 17:31
d2d8b52
Compare
Choose a tag to compare

Enhancements

  • Update OpenTelemetry Instrumentation to 2.14.0 (#4138)
  • Allow disabling spring-webmvc instrumentation (#4109)
  • Log a warning for invalid JMX metrics (#4161)
  • Support for using the AAD Audience from the connection string (#4121)

Bug fixes

  • Fix deserialization of enums in Alerting (#4125)
  • Fix request exception not captured when INSTRUMENTATION_LOGGING_LEVEL=OFF (#4130)

Application Insights Java 3.7.1 (GA)

27 Feb 18:19
1d78899
Compare
Choose a tag to compare

Application Insights Java 3.7.0 (GA)

28 Jan 18:52
fc09cc5
Compare
Choose a tag to compare

Enhancements

  • Support for Live Metrics Filtering (#43040, #43184, #43289, #43323, #43506, #43744)
  • Update to OpenTelemetry Java Instrumentation 2.12.0 (#4034)
  • Remove user sensitive data from self-diagnostics (#3976)
  • Exclude META-INF/maven/** from agent jar to avoid CVE false positives (#4040)
  • Don't log Log Records (when debug logging enabled) if they are sampled out (#3936)
  • Include NICE, IRQ, SOFTIRQ, and STEAL in \\Processor(_Total)\\% Processor Time metric (#3987)
  • Add note to applicationinsights.log to make sure that private information is removed from the log (#4011)
  • Support finding applicationinsights.json in current dir when using runtime attach (#3990)
  • Add a warning message if the applicationinsights-agent jar is in the classpath in Java 11+ (#4039)

Application Insights Java 3.6.2 (GA)

31 Oct 00:11
ea38059
Compare
Choose a tag to compare

Enhancements

Application Insights Java 3.6.1 (GA)

10 Oct 17:00
be952cc
Compare
Choose a tag to compare

Bug fixes

  • Regression introduced in 3.6.0 where some exception telemetry records were missing a required field causing them to be rejected by the ingestion service (Azure/azure-sdk-for-java#42241)

Application Insights Java 3.6.0 (GA)

04 Oct 18:56
b2dcd50
Compare
Choose a tag to compare

Enhancements

  • Update to OpenTelemetry Java Instrumentation 2.8.0 (#3871)
  • Better populate exception type name and message from span events (Azure/azure-sdk-for-java#41397)
  • Internal migration to Azure Json library (#3790)
  • Changed live metrics CPU/Memory perf counter metrics to emit normalized process CPU and process physical memory bytes. (Azure/azure-sdk-for-java#42147)

Bug fixes

  • Disable publication of gradle module metadata for all artifacts (#3836)

Application Insights Java 3.5.4 (GA)

29 Jul 15:50
4779ed8
Compare
Choose a tag to compare

Bug fixes

  • Fix possible OOM with Wildfly (#3796)

Enhancements:

  • Fail to start-up if proxy host contains http or https (#3676)
  • Help the user to configure the connection string (#3788)
  • Update browser loader version (#3765)

CVE

Application Insights Java 3.5.3 (GA)

04 Jun 16:03
4461834
Compare
Choose a tag to compare

Enhancements:

  • Emit stable OpenTelemetry HTTP metrics (#3676)
  • Support AAD clientsecret via env var (#3692)
  • Display a message about sampling at start-up (#3700)
  • Fail if HTTP status code used in sampling override (#3708)
  • Fix misleading connection string message (#3709)
  • Update to OpenTelemetry Java Instrumentation 2.4.0 (#3711)
  • Introduce explicit option to disable ingestion sampling (#3713)
  • Remove _APPRESOURCEPREVIEW_ custom metric as it is still in preview (#3710)

Application Insights Java 3.5.2 (GA)

22 Apr 20:18
541d7a5
Compare
Choose a tag to compare

Enhancements:

  • Add an env var for disabling logging instrumentation (#3622)
  • Trim the connecting string (#3629)
  • Update to OpenTelemetry Java Instrumentation 2.3.0 (#3649)
  • Reduce logging (#3564)

Application Insights Java 3.5.1 (GA)

13 Mar 00:58
0c47754
Compare
Choose a tag to compare

Bug fixes:

  • Fix sampling overrides for http.target when url.query is present (#3588)
  • Support url.query from OTel stable HTTP semconv (#3581)
  • Fix ETW initialization failure for App Service Windows (#3571)
  • Fix ingestion sampling(#3578)