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.102.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.103.0
Choose a head ref
  • 2 commits
  • 8 files changed
  • 4 contributors

Commits on Nov 18, 2024

  1. Explicit trace ID propagation for SFN w/o Hashing (#537)

    * add logic to extract traceID from _datadog header
    
    * rename test
    
    * fix type
    
    * added root arn case
    
    * trigger ci
    
    * Add `http.route` tags for API Gateway (#524)
    
    Add route tags
    
    * feat: [SVLS-5677] DynamoDB Stream event span pointers (#522)
    
    * trigger ci
    
    * use default propagator.extract
    
    * lint
    
    * lint
    
    * updated to use trace/parent hash from _datadog
    
    * lint
    
    * skip is context complete check
    
    * remove unused import
    
    * fix legacy lambda parsing with new header
    
    * using context object instead of pre-hashed values
    
    * fixed trigger tags and tests
    
    * pull sfn trace id generation out into a helper
    
    * added unit tests
    
    * update test data
    
    * rename stepfunctions to states
    
    * update current serverless version to v1
    
    * Update trigger comment
    
    Co-authored-by: kimi <[email protected]>
    
    ---------
    
    Co-authored-by: Nicholas Hulston <[email protected]>
    Co-authored-by: Aleksandr Pasechnik <[email protected]>
    Co-authored-by: kimi <[email protected]>
    4 people authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c4da90e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. v6.103.0 (#540)

    avedmala authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    834c4e4 View commit details
    Browse the repository at this point in the history
Loading