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-extension
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v73
Choose a base ref
...
head repository: DataDog/datadog-lambda-extension
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v74
Choose a head ref
  • 8 commits
  • 19 files changed
  • 4 contributors

Commits on Mar 10, 2025

  1. build(deps): bump mozilla-actions/sccache-action from 0.0.7 to 0.0.8 (#…

    …598)
    
    Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.7 to 0.0.8.
    - [Release notes](https://github.com/mozilla-actions/sccache-action/releases)
    - [Commits](Mozilla-Actions/sccache-action@v0.0.7...v0.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: mozilla-actions/sccache-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    a15e420 View commit details
    Browse the repository at this point in the history
  2. fix: max duration 15 minutes (#599)

    * fix: max duration 15 minutes
    
    * fix: fmt
    astuyve authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    511cf45 View commit details
    Browse the repository at this point in the history
  3. feat(bottlecap): Update Step Functions trace extraction (#591)

    Update trace context creation from Step Function execution
    * Utilize `State.RetryCount` and `Execution.RedriveCount` for parent ID generation to prevent retry span collisions (backwards compatible)
    * Support multi-level trace merging for arbitrary depth in Step Function and Lambda traces
    * Align with datadog-agent#34264 for improved trace propagation
    avedmala authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    f3c3d2e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. feat: Add zstd trace compression (#592)

    * feat: Add zstd trace compression
    
    * feat: Use send data builder
    
    * feat: use merged sha. Fmt
    
    * feat: Collect traces now returns a result
    
    * fix: clippy
    
    * fix: fmt
    astuyve authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    f20ba55 View commit details
    Browse the repository at this point in the history
  2. Fix proc test data paths (#603)

    * fix paths to proc test data
    
    * cargo fmt
    shreyamalpani authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    6972ca8 View commit details
    Browse the repository at this point in the history
  3. aj/use secret region (#604)

    * feat: support x-region secrets
    
    * feat: support x-region secrets manager secrets
    
    * fix: Push config into secrets_manager method as this only applies to secrets manager
    
    * add comment
    astuyve authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    3a029ab View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Aj/yaml apm replace tags (#602)

    * feat: yaml APM replace tags rule parsing
    
    * feat: Custom deserializer for replace tags. yaml -> JSON so we can rely on the same method because ReplaceRule is totally private
    
    * remove aj
    
    * feat: merge w/ libdatadog main
    
    * feat: Parse http obfuscation config from yaml
    
    * feat: licenses
    astuyve authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    ee768e8 View commit details
    Browse the repository at this point in the history
  2. v74 (#605)

    astuyve authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    236a95b View commit details
    Browse the repository at this point in the history
Loading