Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: newrelic/newrelic-dotnet-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.43.0
Choose a base ref
...
head repository: newrelic/newrelic-dotnet-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.44.0
Choose a head ref
  • 17 commits
  • 59 files changed
  • 4 contributors

Commits on Jul 15, 2025

  1. chore(deps): Bump the nuget-agent group with 1 update (#3184)

    Bumps NewRelic.Agent.Api from 10.42.0 to 10.43.0
    
    ---
    updated-dependencies:
    - dependency-name: NewRelic.Agent.Api
      dependency-version: 10.43.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: nuget-agent
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    98e5ae3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2132e9e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. chore: When OTel bridge is enabled, attempt to load DiagnosticSource …

    …assembly if not already loaded. (#3187)
    tippmar-nr authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    5fc3e0a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. Configuration menu
    Copy the full SHA
    b6a6c0c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. Configuration menu
    Copy the full SHA
    f48f43d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b45aca5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf145a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc20645 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Configuration menu
    Copy the full SHA
    1f6b51d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. chore(deps): Bump the github-actions group with 2 updates (#3200)

    Bumps the github-actions group with 2 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner) and [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `step-security/harden-runner` from 2.12.2 to 2.13.0
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](step-security/harden-runner@6c439dc...ec9f2d5)
    
    Updates `github/codeql-action` from 3.29.2 to 3.29.5
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@181d5ee...51f7732)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      dependency-version: 2.13.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: github/codeql-action
      dependency-version: 3.29.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    6bad14d View commit details
    Browse the repository at this point in the history
  2. feat: Enable performance metric samplers in Serverless mode (#3199)

    * re-enable samplers for serverless mode
    
    * Update Lambda smoke test to check for sampler metrics
    
    Also remove some unnecessary package references in project files
    nr-ahemsath authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    3fc5ea7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Configuration menu
    Copy the full SHA
    042509d View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump aws-actions/configure-aws-credentials from 4.2.1 to…

    … 4.3.1 in the github-actions group (#3205)
    
    chore(deps): Bump aws-actions/configure-aws-credentials
    
    Bumps the github-actions group with 1 update: [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials).
    
    
    Updates `aws-actions/configure-aws-credentials` from 4.2.1 to 4.3.1
    - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
    - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
    - [Commits](aws-actions/configure-aws-credentials@b475783...7474bc4)
    
    ---
    updated-dependencies:
    - dependency-name: aws-actions/configure-aws-credentials
      dependency-version: 4.3.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    a603d03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a60159a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. ci: Update Nuget packages that Dependabot won't. (#3204)

    ci: Update Nuget packages that Dependabot won't. Modify a couple of tests to avoid Cloudflare WARP blocking.
    tippmar-nr authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    f17ff6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52243c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Configuration menu
    Copy the full SHA
    7e9bd72 View commit details
    Browse the repository at this point in the history
Loading