Skip to content

Releases: microsoft/ApplicationInsights-Java

Application Insights Java SDK 2.6.2

22 Sep 21:44
2d4aff7
Compare
Choose a tag to compare

New since Application Insights Java SDK 2.6.2-BETA.2:

  • Fixed NullPointer when testing with MockMvc (#1281)

Application Insights Java 3.0.0 Preview.6

17 Aug 04:09
Compare
Choose a tag to compare

New since the Preview.5 release:

  • Fixed client_Browser data populated incorrectly
  • Fixed non-daemon thread pool so that it won't prevent app from shutting down

Application Insights Java SDK 2.6.2-BETA.2

18 Jul 19:25
aabde3d
Compare
Choose a tag to compare

Announcing Application Insights Java SDK 2.6.2-BETA.2!

Bug Fixes

  • Fixed retry transmission on client side exception (#1282)
  • Fixed RequestTelemetryContext initialization (#1247). Thanks, librucha!

Application Insights Java 3.0.0 Preview.5

24 Jun 04:31
Compare
Choose a tag to compare

New since the Preview.4 release:

  • Fix memory leak
  • Fix shutdown issue due to non-daemon thread
  • Fix backoff condition so that retries will continue indefinitely

Application Insights Java SDK 2.6.2-BETA

11 Jun 04:33
5cddbb1
Compare
Choose a tag to compare

Announcing Application Insights Java SDK 2.6.2-BETA!

Bug Fixes

  • Added additional error logging for troubleshooting issues loading JNI performance counter library (#1254)
  • Fix backoff condition so that retries will continue indefinitely (#1253)

Application Insights Java SDK 2.6.1

02 Jun 04:23
ce7a3dc
Compare
Choose a tag to compare

Announcing Application Insights Java SDK 2.6.1!

Changes Since 2.6.1-BETA

Bug Fixes

  • Fix shutdown issue due to non-daemon thread (#1245)
  • Fix potential file ordering issue (#1221)

Changes Since 2.6.0

Bug Fixes

  • Fix shutdown issue due to non-daemon thread (#1245)
  • Fix potential file ordering issue (#1221)
  • Fix W3C BackCompat across multiple Application Insights instrumentation keys (#1228)
  • Fix spring boot starter when used with spring.main.lazy-initialization=true (#1227)

Application Insights Java 3.0.0 Preview.4

29 Apr 04:29
Compare
Choose a tag to compare

New since the Preview.3 release:

  • Auto-collection of Spring Boot Actuator metrics
  • Fixed gRPC instrumentation not working
  • Now accepts lowercase logging threshold config values

Application Insights Java 3.0.0 Preview.3

17 Apr 03:56
Compare
Choose a tag to compare

New since the Preview.2 release:

  • Add backwards compatibility with older Application Insights propagation headers
  • Better error message when no connection string
  • Fix role instance config not working
  • Fix logged exception "The event name cannot be null or empty"
  • Make SQL dependency name consistent with 2.x / other SDKs
  • Fix issue with too many Redis app map nodes

Application Insights Java SDK 2.6.1-BETA

15 Apr 16:11
af6ce93
Compare
Choose a tag to compare

Announcing Application Insights Java SDK 2.6.1-BETA!

Bug Fixes

  • Fix W3C BackCompat across multiple Application Insights instrumentation keys (#1228)
  • Fix spring boot starter when used with spring.main.lazy-initialization=true (#1227)

Application Insights Java 3.0.0 Preview.2

07 Apr 02:00
Compare
Choose a tag to compare

New since the first Preview release:

  • Auto-collection of metrics from Micrometer
  • JVM shutdown hook is registered to flush buffered telemetry
  • Better operation names for WebFlux requests