8000 Comparing v10.121.0...v10.122.0 · DataDog/datadog-lambda-js · GitHub
[go: up one dir, main page]

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-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.121.0
Choose a base ref
...
head repository: DataDog/datadog-lambda-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.122.0
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Feb 26, 2025

  1. Update Step Functions Parent ID Generation (#622)

    Updates the parent ID generation using upstream Step Functions context object to be able to handle retries
    
    Old behavior would result in the same parent ID for all retries, this new behavior will use the `retry_count` when it's non-zero. This way we don't break backwards compatibility with old layers that don't use this value in the common case of `redrive_count:0`
    avedmala authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    c379ff8 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

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

Commits on Mar 4, 2025

  1. v10.122.0 with ddtrace@5.40.0 (#629)

    * v10.122.0 with ddtrace@5.40.0
    
    * yarn.lock update
    joeyzhao2018 authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    f7ee0d2 View commit details
    Browse the repository at this point in the history
3310 Loading
0