Releases: microsoft/ApplicationInsights-Java
Releases · microsoft/ApplicationInsights-Java
Application Insights Java 3.2.5-BETA
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
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)
Application Insights Java 3.2.3 (GA)
Application Insights Java 3.2.2 (GA)
Application Insights Java 3.2.1 (GA)
Application Insights Java 3.2.0 (GA)
Migration notes:
- Controller
InProc
dependencies are no longer captured by default. For information on how to reenable these dependencies, see the config options. - Database dependency names are now more concise with the full (sanitized) query still present in the
data
field. HTTP dependency names are now more descriptive. This change can affect custom dashboards or alerts if they relied on the previous values.
Enhancements:
- Support Azure Active Directory Authentication.
Supported authentication mechanisms:- Authentication using System Assigned Managed Identity.
- Authentication using User Assigned Managed Identity.
- Authentication using Service Principal.
- Support Stamp Specific redirects.
- Use v2.1/track endpoint to send telemetry instead of v2/track.
- Lots of internal clean up.
- Reduce binary size from 3.2.0-BETA
- Add Spring Integration instrumentation (preview).
- Add thread name to log capture #1699.
- Support W3C baggage propagation.
- Disable legacy Request-Id propagation by default.
- Handle partial content success due to Stamp specific redirects #1674.
- Log controlled warning when telemetry truncated #1021.
- Support system properties for connection string, role name and role instance #1684.
- Small fixes to 2.x interop.
- Updated to support OpenTelemetry API 1.4.1 (preview)
- Moves 3 instrumentations out of preview, and enables them by default
- Java 11 HTTP client
- JAX-WS
- RabbitMQ
- Pulls in new instrumentations (enabled by default)
- AsyncHttpClient
- Google HTTP client
- JAX-RS client
- Jetty client
- Spring RabbitMQ
- Servlet 5.0 #1800
- Log all available jmx metrics at debug level.
- Misc logging improvements #1828.
- Add grizzly instrumentation as preview.
- Support Sample Telemetry feature for live metrics #1852.
- Add inherited attributes preview #1743.
- Database dependency names are now more concise, e.g.
SELECT mydatabase.mytable
instead ofSELECT x, y, z, ... from ... where ...........
(the full sanitized query is still captured in the dependency data field) - Database dependency target field slightly updated to enable better U/X integration
- HTTP dependency names are now more descriptive, e.g.
GET /the/path
instead ofHTTP GET
- Update default configuration:
- 'azuresdk' configuration moved out of preview configuration and is now enabled by default.
- 'openTelemetryApiSupport' moved out of preview configuration and is now enabled by default.
- Add Quartz and Apache Camel instrumentations to preview #1899.
Bug Fixes:
Application Insights Java 3.2.0-BETA.4
Enhancements:
- Database dependency names are now more concise, e.g.
SELECT mydatabase.mytable
instead ofSELECT x, y, z, ... from ... where ...........
(the full sanitized query is still captured in the dependency data field) - Database dependency target field slightly updated to enable better U/X integration
- HTTP dependency names are now more descriptive, e.g.
GET /the/path
instead ofHTTP GET
- Update default configuration:
- 'azuresdk' configuration moved out of preview configuration and is now enabled by default.
- 'openTelemetryApiSupport' moved out of preview configuration and is now enabled by default.
Bug Fixes:
- Fix quick pulse memory leak.
Application Insights Java 3.2.0-BETA.3
Application Insights Java 3.2.0-BETA.2
Note: there have been lots of implementation detail changes in this release, and we recommend to wait until 3.2.0 GA release for any production deployment.
Enhancements:
- Lots of internal clean up.
- Reduce binary size from 3.2.0-BETA
- Add Spring Integration instrumentation (preview).
- Add thread name to log capture #1699.
- Support W3C baggage propagation.
- Disable legacy Request-Id propagation by default.
- Handle partial content success due to Stamp specific redirects #1674.
- Log controlled warning when telemetry truncated #1021.
- Support system properties for connection string, role name and role instance #1684.
- Small fixes to 2.x interop.
- Updated to support OpenTelemetry API 1.4.1 (preview)
- Moves 3 instrumentations out of preview, and enables them by default
- Java 11 HTTP client
- JAX-WS
- RabbitMQ
- Pulls in new instrumentations (enabled by default)
- AsyncHttpClient
- Google HTTP client
- JAX-RS client
- Jetty client
- Spring RabbitMQ
- Servlet 5.0 #1800