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: DataDog/datadog-ci
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 88cf01b
Choose a base ref
...
head repository: DataDog/datadog-ci
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 967d87e
Choose a head ref
  • 6 commits
  • 23 files changed
  • 5 contributors

Commits on Jul 14, 2026

  1. Merge pull request #2403 from DataDog/v5.21.1

    v5.21.1
    rodrigo-roca authored Jul 14, 2026
    Configuration menu
    Copy the full SHA
    7c054b6 View commit details
    Browse the repository at this point in the history
  2. chore: Update Lambda layer versions (#2404)

    Co-authored-by: gh-worker-campaigns-3e9aa4[bot] <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com>
    gh-worker-campaigns-3e9aa4[bot] authored Jul 14, 2026
    Configuration menu
    Copy the full SHA
    d215d4b View commit details
    Browse the repository at this point in the history
  3. fix(aas): honor HTTP_PROXY/HTTPS_PROXY during API key validation

    - Pass getProxyDispatcher('') (EnvHttpProxyAgent) into validateApiKey's
      httpRequest call so undici routes through proxy env vars
    - Split instrument.ts catch block to distinguish network/proxy failures
      from a genuinely invalid key, with a clearer error message for each
    
    Rationale: Behind a corporate proxy (e.g. Saint-Gobain), Node's fetch
    ignores HTTP_PROXY/HTTPS_PROXY, causing ECONNRESET which was mislabeled
    as "Invalid API Key". The fix wires in the existing getProxyDispatcher
    helper (already used elsewhere in base) and improves the error message.
    
    This commit made by [/dd:git:commit:quick](https://github.com/DataDog/claude-marketplace/tree/main/dd/commands/git/commit/quick.md)
    nina9753 committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    9430d0a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2026

  1. Update packages/plugin-aas/src/commands/instrument.ts

    Co-authored-by: Ava Silver <[email protected]>
    nina9753 and ava-silver authored Jul 15, 2026
    Configuration menu
    Copy the full SHA
    1caeef5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2405 from DataDog/nina.rei/aas-proxy-fix

    fix(aas): honor HTTP_PROXY/HTTPS_PROXY during API key validation
    nina9753 authored Jul 15, 2026
    Configuration menu
    Copy the full SHA
    c8fc9f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2026

  1. v5.21.2

    ava-silver committed Jul 16, 2026
    Configuration menu
    Copy the full SHA
    967d87e View commit details
    Browse the repository at this point in the history
Loading