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-sync-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.10.0
Choose a base ref
...
head repository: DataDog/datadog-sync-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.11.0
Choose a head ref
  • 2 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 9, 2026

  1. feat(http): support HTTP proxy via --http-client-trust-env (HAMR-393) (

    …#615)
    
    Adds an opt-in --http-client-trust-env flag (env DD_HTTP_CLIENT_TRUST_ENV,
    default false) that enables aiohttp's trust_env on every ClientSession so the
    tool honors standard HTTP_PROXY/HTTPS_PROXY/NO_PROXY and .netrc settings,
    letting datadog-sync-cli run from restricted corporate-proxy environments.
    
    - constants.py: add DD_HTTP_CLIENT_TRUST_ENV
    - options.py: add --http-client-trust-env (mirrors --verify-ssl-certificates)
    - configuration.py: thread trust_env into all three CustomClient constructions
      (source, destination, reset)
    - custom_client.py: trust_env plumbed through _init_session (both SSL branches)
      and post_unauthenticated; verify_ssl/trust_env made keyword-only
    - synthetics_tests.py / synthetics_mobile_applications_versions.py: forward
      trust_env on the presigned-URL download sessions
    - README: document the flag and its security blast radius
    - tests: unit + CLI coverage for trust_env propagation and env-var coercion
    
    Environment: Datadog workspace
    
    Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>
    nathantournant and claude authored Jul 9, 2026
    Configuration menu
    Copy the full SHA
    9ec72cf View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG (#620)

    Co-authored-by: dd-octo-sts[bot] <200755185+dd-octo-sts[bot]@users.noreply.github.com>
    dd-octo-sts[bot] authored Jul 9, 2026
    Configuration menu
    Copy the full SHA
    35d71eb View commit details
    Browse the repository at this point in the history
Loading