8000 Comparing v10.124.0...v11.125.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.124.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: v11.125.0
Choose a head ref
  • 7 commits
  • 19 files changed
  • 1 contributor

Commits on Apr 29, 2025

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

Commits on May 5, 2025

  1. Extract trace context from ALB multiValueHeaders (#647)

    * extract first value from `event.multiValueHeaders` when `event.headers` is missing
    
    * unit test
    
    * lint
    
    * test flattening multiValueHeaders with real ALB event
    nhulston authored May 5, 2025
    Configuration menu
    Copy the full SHA
    191c5c7 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Implement dogstatsd, add timestamp support, fix flushing (#648)

    * create dogstatsd class and constructor
    
    * create `report` method to build dogstatsd payload
    
    * implement `send` UDP datagram
    
    * replace `hot-shots` with custom `dogstatsd` implementation
    
    * implement flushing strategy
    
    * remove `hot-shots`
    
    * lint
    
    * fix metric timestamp
    
    * set max flush timeout to prevent infinite blocking
    
    * fix metric log using fractional timestamps
    
    * fix unit tests; test that we use dogstatsd with timestamp+extension
    
    * update license
    
    * add debug log on error
    
    * unit tests
    
    * fix debug logs
    
    * log when socket times out
    
    * nits
    
    * round in dogstatsd; unit test
    
    * bind to local port before setting min send buffer size; add debug
    
    * lint
    
    * fix
    
    * remove `setSendBufferSize`, since it sets MAX send size, not MIN send size... no way to set min send size in Node
    nhulston authored May 8, 2025
    Configuration menu
    Copy the full SHA
    45d33ad View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. [breaking] FIPS compliant metrics + secrets management (#649)

    * determine fips mode based on region+override env var
    
    * update kms-service.ts
    
    * update listener.ts
    
    * fix test
    
    * move region parsing tests to fips.spec.ts
    
    * nit
    nhulston authored May 9, 2025
    Configuration menu
    Copy the full SHA
    dab10b2 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Fix SignatureDoesNotMatch error when SecretsManager enabled (#650)

    * update listener.ts
    
    * nit
    nhulston authored May 12, 2025
    Configuration menu
    Copy the full SHA
    d897679 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. bump tracer (#652)

    nhulston authored May 13, 2025
    Configuration menu
    Copy the full SHA
    c50beb0 View commit details
    Browse the repository at this point in the history
  2. v11.125.0 (#651)

    nhulston authored May 13, 2025
    Configuration menu
    Copy the full SHA
    7f10320 View commit details
    Browse the repository at this point in the history
Loading
0