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: v8.122.0
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: v8.123.0
Choose a head ref
  • 9 commits
  • 13 files changed
  • 6 contributors

Commits on Feb 2, 2026

  1. v8.123.0.dev0

    rithikanarayan committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    7c36e9a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. Revert "Clean up pyproject.toml (#714)" (#719)

    This reverts commit aee6842.
    rithikanarayan authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    aa9cbba View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. fix: omit creating cold start on LMI (#716)

    * omit creating cold start on LMI
    
    * set env in config instead of using os to do it
    duncanista authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    88bf2f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. Revert pyproject.toml changes, refactor sed command (#720)

    * Revert pyproject.toml changes and add environment variable for ddtrace wheel sed command
    
    * version typo
    
    * add commit branch variable
    
    * prints
    
    * fix environment variable checks
    
    * Remove debug prints
    
    * eof newline
    rithikanarayan authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    8cfa94f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. fix: normalize runtime version format in integration test log compari…

    …son (#729)
    
    The Lambda runtime now emits versions like `python:3.10.mainlinev2.v3`
    instead of the old `python:3.10.v3` format, causing snapshot mismatches.
    Broaden the sed pattern to match any alphanumeric version suffix.
    
    Co-authored-by: Claude Sonnet 4.6 <[email protected]>
    lym953 and claude authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    1031435 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. feat: add durable function execution tags to Lambda spans (#728)

    * feat: add durable function execution tags to Lambda spans
    
    Extract DurableExecutionArn from the Lambda event payload and add
    durable_function_execution_name and durable_function_execution_id
    as span tags, matching the equivalent feature in datadog-lambda-js#730.
    
    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    
    * Change log level from debug to error
    
    * Format
    
    * fmt
    
    * Fix long line
    
    ---------
    
    Co-authored-by: Claude Sonnet 4.6 <[email protected]>
    lym953 and claude authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    1fafd5e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. release v8.123.0 (#730)

    joeyzhao2018 authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    d5e91cd View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

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

Commits on Mar 2, 2026

  1. fix profiling (#733)

    joeyzhao2018 authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    e5ab49a View commit details
    Browse the repository at this point in the history
Loading