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-lambda-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: DataDog/datadog-lambda-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: yiming/durable-test
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on May 6, 2026

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

Commits on May 8, 2026

  1. build: fix dd-trace-py git overrides and filter publish layer check

    - build_layers.sh: force the `ddtrace` package name when overriding via
      DD_TRACE_COMMIT or DD_TRACE_COMMIT_BRANCH. Git source builds always
      produce the `ddtrace` package; the `ddtrace_serverless` variant only
      exists as pre-built S3 wheels from dd-trace-py CI, so the previous
      `${wheel_basename}` substitution caused pip to reject the install
      with a name/metadata mismatch.
    - publish_layers.sh: only require layer zips for the layers in LAYERS,
      rather than unconditionally requiring all 14 entries in LAYER_PATHS.
      When LAYERS is unset it still defaults to all layers, so release
      pipelines that build everything are unaffected.
    
    Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
    2 people authored and lym953 committed May 8, 2026
    Configuration menu
    Copy the full SHA
    729abae View commit details
    Browse the repository at this point in the history
Loading