Skip to content

Bump com.microsoft.azure:applicationinsights-core from 2.6.4 to 3.6.1 in /DataProcessing/datax-utility#1506

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/DataProcessing/datax-utility/com.microsoft.azure-applicationinsights-core-3.6.1
Closed

Bump com.microsoft.azure:applicationinsights-core from 2.6.4 to 3.6.1 in /DataProcessing/datax-utility#1506
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/DataProcessing/datax-utility/com.microsoft.azure-applicationinsights-core-3.6.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps com.microsoft.azure:applicationinsights-core from 2.6.4 to 3.6.1.

Release notes

Sourced from com.microsoft.azure:applicationinsights-core's releases.

Application Insights Java 3.6.1 (GA)

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)

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)

Bug fixes

Enhancements:

CVE

Application Insights Java 3.5.3 (GA)

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)

Enhancements:

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

... (truncated)

Changelog

Sourced from com.microsoft.azure:applicationinsights-core's changelog.

Version 3.6.1 GA (10/09/2024)

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)

Version 3.6.0 GA (10/03/2024)

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)

Version 3.5.4 GA (07/29/2024)

Bug fixes

  • Fix possible OOM with Wildfly (#3796)

Enhancements:

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

CVE

Version 3.5.3 GA (05/24/2024)

Enhancements:

  • Emit stable OpenTelemetry HTTP metrics (#3676)
  • Support AAD clientsecret via env var (#3692)

... (truncated)

Commits
  • be952cc Bump version number to 3.6.1 (#3905)
  • d428e7e Improve smoke tests around exceptions (#3899)
  • 06935bd Update change log for upcoming release (#3902)
  • f3daed5 Update azure sdk exporter version (#3904)
  • 534fa2f Fix missing artifact warning (#3900)
  • 5304e26 Bump org.junit:junit-bom from 5.11.1 to 5.11.2 (#3897)
  • b2dcd50 Update change log for 3.6.0 release (#3895)
  • 418ce01 Bump com.azure:azure-monitor-opentelemetry-exporter from 1.0.0-beta.28 to 1.0...
  • 93b9a13 Fix sporadic test failure (#3820)
  • f9c6ba7 Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 6.0.23 to 6.0.24 (#...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.microsoft.azure:applicationinsights-core](https://github.com/Microsoft/ApplicationInsights-Java) from 2.6.4 to 3.6.1.
- [Release notes](https://github.com/Microsoft/ApplicationInsights-Java/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-Java/blob/main/CHANGELOG.md)
- [Commits](microsoft/ApplicationInsights-Java@2.6.4...3.6.1)

---
updated-dependencies:
- dependency-name: com.microsoft.azure:applicationinsights-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 14, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2024

Superseded by #1531.

@dependabot dependabot bot closed this Nov 4, 2024
@dependabot dependabot bot deleted the dependabot/maven/DataProcessing/datax-utility/com.microsoft.azure-applicationinsights-core-3.6.1 branch November 4, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants