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: DataDog/datadog-lambda-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.104.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: v6.105.0
Choose a head ref
  • 7 commits
  • 29 files changed
  • 5 contributors

Commits on Jan 2, 2025

  1. Redriven Step Functions Trace Merging (#545)

    Adds support for Step Functions trace merging in Redrive cases
    
    We previously used `hash(ExecutionId # StateName # StateEnteredTime)` for spanID calculation but these values are identical across redrives for a Lambda task state. The new approach also adds a `RedriveCount` to the end of the hash but omits this value when it is 0 to have easy backwards compatability.
    avedmala authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    b6edd91 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

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

Commits on Jan 27, 2025

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

Commits on Jan 28, 2025

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

Commits on Jan 30, 2025

  1. Configuration menu
    Copy the full SHA
    6117772 View commit details
    Browse the repository at this point in the history
  2. upgrade(deps): bump minimum ddtrace version to v2.20.0 (#555)

    * feat(ddtrace): upgrade ddtrace version
    
    * merge import
    
    * update more references
    mabdinur authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    0a62ed1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02c2086 View commit details
    Browse the repository at this point in the history
Loading