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/dd-trace-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.3
Choose a base ref
...
head repository: DataDog/dd-trace-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.4
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on May 1, 2026

  1. fix(profiler): support gzip compression mode [#4696 backport] (#4710)

    Backport #4696 to the v2.7.x release branch
    
    Adds a functional gzip compression mode for the profiler via
    `DD_PROFILING_DEBUG_COMPRESSION_SETTINGS=gzip`. This was already kinda
    working, but not really, hence the "fix" title.
    
    - Defaults `gzip` to gzip-6, matching the gzip level legacy mode applies
      when it compresses profiler-produced profiles.
    - Adds gzip-to-gzip recompression so gzip mode works for runtime
      profiles that are already gzip-compressed at gzip-1.
    - Adds tests for gzip mode and gzip recompression.
    
    This is done for incident-53386, where zstd caused a memory usage
    increase. The gzip mode provides an alternative to the default zstd
    compression while keeping profiler uploads compressed.
    
    Co-authored-by: Felix Geisendörfer <[email protected]>
    nsrip-dd and felixge authored May 1, 2026
    Configuration menu
    Copy the full SHA
    ab325a8 View commit details
    Browse the repository at this point in the history
  2. internal/version: v2.7.4

    nsrip-dd committed May 1, 2026
    Configuration menu
    Copy the full SHA
    d08afd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fc3135 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f46997 View commit details
    Browse the repository at this point in the history
Loading