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.111.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: main
Choose a head ref
  • 4 commits
  • 22 files changed
  • 3 contributors

Commits on Jun 26, 2025

  1. feat: initial support for ASM inside the tracer (#621)

    * build: add back libddwaf in the layer
    
    * fix: ensure the start_ns of a function url inferred span is an int
    
    * feat(asm): enable Threat Detection inside AWS Lambda for HTTP events
    
    * test(asm): test parsing events for lambda
    
    * build: bump layer size check
    
    * fix(asm): work with non dictionary responses
    
    * fix(asm): add extra check + comment on listeners
    florentinl authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    555ed5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    495c770 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. fix: call patch_all before importing handler code. (#598)

    * Call `patch_all` before importing handler code.
    
    * Remove tests for patch_all.
    
    * Move patch_all to init.
    
    * Update integration tests.
    purple4reina authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    d72ebaa View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

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