Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.microsoft.azure:applicationinsights-core from 3.4.19 to 3.6.1 in /backend #8235

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps com.microsoft.azure:applicationinsights-core from 3.4.19 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 27, 2024
@dependabot dependabot bot requested review from a team, DanielSass, emyl3 and mpbrown and removed request for a team October 27, 2024 15:16
@github-actions github-actions bot force-pushed the dependabot/gradle/backend/com.microsoft.azure-applicationinsights-core-3.6.1 branch from fd01512 to c68f0c4 Compare October 27, 2024 15:17
@emyl3 emyl3 closed this Oct 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Copy link
Collaborator

@emyl3 emyl3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deployed and tested on dev3! general smoke test and search for custom event tracking in app insights look good!

@emyl3
Copy link
Collaborator

emyl3 commented Oct 28, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Copy link
Collaborator

@mpbrown mpbrown left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM on dev3 as well!

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2024

A newer version of com.microsoft.azure:applicationinsights-core exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@mpbrown mpbrown added this pull request to the merge queue Nov 12, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 12, 2024
@mpbrown
Copy link
Collaborator

mpbrown commented Nov 12, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 12, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@mpbrown mpbrown force-pushed the dependabot/gradle/backend/com.microsoft.azure-applicationinsights-core-3.6.1 branch from c68f0c4 to d7e98f6 Compare November 12, 2024 17:27
@emyl3 emyl3 force-pushed the dependabot/gradle/backend/com.microsoft.azure-applicationinsights-core-3.6.1 branch from d7e98f6 to 9fb5533 Compare November 13, 2024 18:50
@emyl3 emyl3 enabled auto-merge November 13, 2024 18:50
@emyl3 emyl3 added this pull request to the merge queue Nov 13, 2024
Merged via the queue into main with commit 5a84dd8 Nov 13, 2024
32 of 33 checks passed
@emyl3 emyl3 deleted the dependabot/gradle/backend/com.microsoft.azure-applicationinsights-core-3.6.1 branch November 13, 2024 19: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.

2 participants