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

Update dependency microsoft/ApplicationInsights-Java to v3.6.2 #879

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2023

This PR contains the following updates:

Package Update Change
microsoft/ApplicationInsights-Java minor 3.4.18 -> 3.6.2

Release Notes

microsoft/ApplicationInsights-Java (microsoft/ApplicationInsights-Java)

v3.6.2

Compare Source

Enhancements

v3.6.1

Compare Source

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)

v3.6.0

Compare Source

Enhancements
Bug fixes
  • Disable publication of gradle module metadata for all artifacts
    (#​3836)

v3.5.4

Compare Source

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

v3.5.3

Compare Source

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)

v3.5.2

Compare Source

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)

v3.5.1

Compare Source

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)

v3.5.0

Compare Source

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)

v3.4.19

Compare Source

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)

Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 21, 2023 07:31
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 21, 2023
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch from a91991f to 100e4dd Compare January 3, 2024 09:44
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch from 100e4dd to 1a11a7e Compare January 13, 2024 00:52
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch from 1a11a7e to ce6a247 Compare January 13, 2024 04:54
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch from ce6a247 to a4bf49a Compare January 15, 2024 07:44
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch from a4bf49a to da94a23 Compare January 16, 2024 07:34
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch 2 times, most recently from 2665d40 to 40dd253 Compare January 19, 2024 14:13
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch from 40dd253 to f69f665 Compare January 24, 2024 08:38
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch from f69f665 to 073a1b4 Compare January 25, 2024 07:53
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch from 073a1b4 to 6b33fb1 Compare January 25, 2024 08:10
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch from 6b33fb1 to 3d8f0c0 Compare January 26, 2024 10:21
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch from 206a421 to 70bc85c Compare September 25, 2024 08:08
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch from 70bc85c to 8a154be Compare September 27, 2024 16:26
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch from 8a154be to c0cf029 Compare October 4, 2024 08:16
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch from c0cf029 to 083224d Compare October 4, 2024 21:02
@renovate renovate bot changed the title Update dependency microsoft/ApplicationInsights-Java to v3.5.4 Update dependency microsoft/ApplicationInsights-Java to v3.6.0 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch from 083224d to 8c0f885 Compare October 7, 2024 06:54
@renovate renovate bot changed the title Update dependency microsoft/ApplicationInsights-Java to v3.6.0 Update dependency microsoft/ApplicationInsights-Java to v3.6.1 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch 2 times, most recently from 986eff9 to 936be9f Compare October 16, 2024 10:33
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch from 936be9f to 2a48342 Compare October 17, 2024 14:39
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch from 2a48342 to 162974a Compare October 22, 2024 07:26
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch from 162974a to 9a3e7d4 Compare October 24, 2024 07:55
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch from 9a3e7d4 to 7c95eae Compare October 29, 2024 10:07
@renovate renovate bot changed the title Update dependency microsoft/ApplicationInsights-Java to v3.6.1 Update dependency microsoft/ApplicationInsights-Java to v3.6.2 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/microsoft-applicationinsights-java-3.x branch from 7c95eae to 8439b23 Compare October 31, 2024 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants