Skip to content

Releases: microsoft/ApplicationInsights-Java

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)

Application Insights Java 3.5.0 (GA)

29 Feb 22:17
9ba7f0c
Compare
Choose a tag to compare

Breaking changes

  • ⚠️⚠️ Stable HTTP semantic conventions are now emitted ⚠️⚠️
    TOO MANY CHANGES TO LIST HERE, be sure to review the full list of changes.

Enhancements:

  • Update to OpenTelemetry Java 2.1.0 (#3418)
  • Support stable HTTP semantic conventions (#3418)
  • GA sampling overrides (#3463)
  • Collect JMX metrics via OTLP (#3406)
  • Support OpenTelemetry Java instrumentation Agent Extension (#3493)
  • Support Pekko instrumentation (#3517)

Bug fixes:

  • Fix ETW log for non-auto attach (#3560)
  • Fix duplicate exceptions (#3555)

Application Insights Java 3.4.19 (GA)

20 Dec 20:40
5b53686
Compare
Choose a tag to compare

Enhancements:

  • Update to OpenTelemetry Java 1.32 (#3394)
  • Update to azure-monitor-opentelemetry-exporter to 1.0.0-beta.15 (#3360)
  • Support non-string type telemetry processor attributes (#3388)
  • Double pumping JMX metrics to OTLP and Breeze (#3406)

Application Insights Java 3.4.18 (GA)

31 Oct 04:01
c01d32d
Compare
Choose a tag to compare

Enhancements:

  • Update to OpenTelemetry Java 1.31 (#3341)
  • Update to azure-monitor-opentelemetry-exporter to 1.0.0-beta.13 (#3356)
  • Collect operation name for Azure Function (#3311)

Bug fixes:

  • Fix Statsbeat when using dormant Application Insights instrumentation keys (#37176)

Application Insights Java 3.4.17 (GA)

19 Sep 02:23
336a59d
Compare
Choose a tag to compare

Enhancements:

  • Update to OpenTelemetry Java 1.30 (#3292)
  • GA Azure Active Directory authentication (#3284)
  • Enable sampling overrides using thread.name (#3285)

Bug fixes:

  • Fix regression in 3.4.16 where default applicationinsights.json config location is not loaded in AppServices, Azure Functions, and AKS (#3288)

Application Insights Java 3.4.16 (GA)

30 Aug 15:30
8a149a7
Compare
Choose a tag to compare

Enhancements:

  • Add r2dbc preview instrumentation (#3260)
  • Fix azure functions consumption initialization (#3244)
  • Add new ktor preview instrumentation (#3243)
  • Telemetry processor - Allow multimatch on log body and span name (#3229)

Application Insights Java 3.4.15 (GA)

20 Jul 18:40
5190982
Compare
Choose a tag to compare

Enhancements:

  • Apply exception.type and exception.message attributes (#3148)
  • Allow "connectionString" in APPLICATIONINSIGHTS_CONFIGURATION_CONTENT except for app services integrated solution (#3191)
  • Update to OpenTelemetry Java Instrumentation 1.28.0 (#3199)
  • Add config to disable logging instrumentation (#3208)

Bug fixes:

  • Fix log exporter self-diagnostics (#3140)
  • Fix name of env var to match documentation APPLICATIONINSIGHTS_SAMPLING_REQUESTS_PER_SECOND (#3161)

Application Insights Java 3.4.14 (GA)

20 Jun 02:00
a6226a4
Compare
Choose a tag to compare

Enhancements:

  • Update to OpenTelemetry Java Instrumentation 1.27 (#3124)
  • Add javascript snippet injection preview feature (#3132)

Bug fixes:

  • Fix netty ByteBuf leak (#3127)
  • Fix log4j timestamp (#3137)

Application Insights Java 3.4.13 (GA)

20 May 17:46
30e86a1
Compare
Choose a tag to compare

Enhancements:

  • Update to OpenTelemetry Java Instrumentation 1.26 (#3069)
  • Improve sampling override to support exceptions (#3022)

Bug fixes:

  • Fix 2.x SDK integration when no 2.x iKey present (#3036)