Skip to content

Releases: DataDog/pup

Release 0.58.3

07 May 17:13
v0.58.3
07742b9

Choose a tag to compare

Pup 0.58.3

Installation

# macOS (Apple Silicon)
curl -L https://github.com/datadog/pup/releases/download/v0.58.3/pup_0.58.3_Darwin_arm64.tar.gz | tar xz

# macOS (Intel)
curl -L https://github.com/datadog/pup/releases/download/v0.58.3/pup_0.58.3_Darwin_x86_64.tar.gz | tar xz

# Linux (x86_64)
curl -L https://github.com/datadog/pup/releases/download/v0.58.3/pup_0.58.3_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/datadog/pup/releases/download/v0.58.3/pup_0.58.3_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/datadog/pup/releases/download/v0.58.3/pup_0.58.3_Windows_x86_64.zip -o pup.zip
tar -xf pup.zip

WASM

  • WASI (pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime
  • Browser WASM (pup_browser_wasm.tar.gz): npm-ready package with PupClient JS class and TypeScript definitions

Verifying

# Verify checksums
sha256sum -c pup_0.58.3_checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_0.58.3_checksums.txt.sigstore.json \
  pup_0.58.3_checksums.txt

What's Changed

Full Changelog: v0.58.2...v0.58.3

Release 0.58.2

07 May 15:08
v0.58.2
5af7b32

Choose a tag to compare

Pup 0.58.2

Installation

# macOS (Apple Silicon)
curl -L https://github.com/datadog/pup/releases/download/v0.58.2/pup_0.58.2_Darwin_arm64.tar.gz | tar xz

# macOS (Intel)
curl -L https://github.com/datadog/pup/releases/download/v0.58.2/pup_0.58.2_Darwin_x86_64.tar.gz | tar xz

# Linux (x86_64)
curl -L https://github.com/datadog/pup/releases/download/v0.58.2/pup_0.58.2_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/datadog/pup/releases/download/v0.58.2/pup_0.58.2_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/datadog/pup/releases/download/v0.58.2/pup_0.58.2_Windows_x86_64.zip -o pup.zip
tar -xf pup.zip

WASM

  • WASI (pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime
  • Browser WASM (pup_browser_wasm.tar.gz): npm-ready package with PupClient JS class and TypeScript definitions

Verifying

# Verify checksums
sha256sum -c pup_0.58.2_checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_0.58.2_checksums.txt.sigstore.json \
  pup_0.58.2_checksums.txt

What's Changed

Full Changelog: v0.58.1...v0.58.2

Release 0.58.0

05 May 23:26
v0.58.0
35c7264

Choose a tag to compare

Pup 0.58.0

Installation

# macOS (Apple Silicon)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.58.0/pup_0.58.0_Darwin_arm64.tar.gz | tar xz

# macOS (Intel)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.58.0/pup_0.58.0_Darwin_x86_64.tar.gz | tar xz

# Linux (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.58.0/pup_0.58.0_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.58.0/pup_0.58.0_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.58.0/pup_0.58.0_Windows_x86_64.zip -o pup.zip
tar -xf pup.zip

WASM

  • WASI (pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime
  • Browser WASM (pup_browser_wasm.tar.gz): npm-ready package with PupClient JS class and TypeScript definitions

Verifying

# Verify checksums
sha256sum -c pup_0.58.0_checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_0.58.0_checksums.txt.sigstore.json \
  pup_0.58.0_checksums.txt

What's Changed

Full Changelog: v0.57.0...v0.58.0

Release 0.57.0

05 May 13:42
v0.57.0
2e7f7a0

Choose a tag to compare

Pup 0.57.0

Installation

# macOS (Apple Silicon)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.57.0/pup_0.57.0_Darwin_arm64.tar.gz | tar xz

# macOS (Intel)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.57.0/pup_0.57.0_Darwin_x86_64.tar.gz | tar xz

# Linux (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.57.0/pup_0.57.0_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.57.0/pup_0.57.0_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.57.0/pup_0.57.0_Windows_x86_64.zip -o pup.zip
tar -xf pup.zip

WASM

  • WASI (pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime
  • Browser WASM (pup_browser_wasm.tar.gz): npm-ready package with PupClient JS class and TypeScript definitions

Verifying

# Verify checksums
sha256sum -c pup_0.57.0_checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_0.57.0_checksums.txt.sigstore.json \
  pup_0.57.0_checksums.txt

What's Changed

  • Improve symdb probe-locations reliability and output by @ojung in #333
  • fix(client): bypass serde_json's 128-level recursion limit by @long2mao1 in #460
  • chore(release): bump version to v0.57.0 by @platinummonkey in #462

New Contributors

Full Changelog: v0.56.3...v0.57.0

Release 0.56.3

04 May 14:30
v0.56.3
8303f31

Choose a tag to compare

Pup 0.56.3

Installation

# macOS (Apple Silicon)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.3/pup_0.56.3_Darwin_arm64.tar.gz | tar xz

# macOS (Intel)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.3/pup_0.56.3_Darwin_x86_64.tar.gz | tar xz

# Linux (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.3/pup_0.56.3_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.3/pup_0.56.3_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.3/pup_0.56.3_Windows_x86_64.zip -o pup.zip
tar -xf pup.zip

WASM

  • WASI (pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime
  • Browser WASM (pup_browser_wasm.tar.gz): npm-ready package with PupClient JS class and TypeScript definitions

Verifying

# Verify checksums
sha256sum -c pup_0.56.3_checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_0.56.3_checksums.txt.sigstore.json \
  pup_0.56.3_checksums.txt

What's Changed

Full Changelog: v0.56.2...v0.56.3

Release 0.56.2

01 May 13:12
v0.56.2
245c90e

Choose a tag to compare

Pup 0.56.2

Installation

# macOS (Apple Silicon)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.2/pup_0.56.2_Darwin_arm64.tar.gz | tar xz

# macOS (Intel)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.2/pup_0.56.2_Darwin_x86_64.tar.gz | tar xz

# Linux (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.2/pup_0.56.2_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.2/pup_0.56.2_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.2/pup_0.56.2_Windows_x86_64.zip -o pup.zip
tar -xf pup.zip

WASM

  • WASI (pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime
  • Browser WASM (pup_browser_wasm.tar.gz): npm-ready package with PupClient JS class and TypeScript definitions

Verifying

# Verify checksums
sha256sum -c pup_0.56.2_checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_0.56.2_checksums.txt.sigstore.json \
  pup_0.56.2_checksums.txt

What's Changed

Full Changelog: v0.56.1...v0.56.2

Release 0.56.1

01 May 03:13
v0.56.1
ae11e17

Choose a tag to compare

Pup 0.56.1

Installation

# macOS (Apple Silicon)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.1/pup_0.56.1_Darwin_arm64.tar.gz | tar xz

# macOS (Intel)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.1/pup_0.56.1_Darwin_x86_64.tar.gz | tar xz

# Linux (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.1/pup_0.56.1_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.1/pup_0.56.1_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.1/pup_0.56.1_Windows_x86_64.zip -o pup.zip
tar -xf pup.zip

WASM

  • WASI (pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime
  • Browser WASM (pup_browser_wasm.tar.gz): npm-ready package with PupClient JS class and TypeScript definitions

Verifying

# Verify checksums
sha256sum -c pup_0.56.1_checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_0.56.1_checksums.txt.sigstore.json \
  pup_0.56.1_checksums.txt

What's Changed

Full Changelog: v0.56.0...v0.56.1

Release 0.56.0

01 May 02:40
v0.56.0
31f1b42

Choose a tag to compare

Pup 0.56.0

Installation

# macOS (Apple Silicon)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.0/pup_0.56.0_Darwin_arm64.tar.gz | tar xz

# macOS (Intel)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.0/pup_0.56.0_Darwin_x86_64.tar.gz | tar xz

# Linux (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.0/pup_0.56.0_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.0/pup_0.56.0_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.56.0/pup_0.56.0_Windows_x86_64.zip -o pup.zip
tar -xf pup.zip

WASM

  • WASI (pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime
  • Browser WASM (pup_browser_wasm.tar.gz): npm-ready package with PupClient JS class and TypeScript definitions

Verifying

# Verify checksums
sha256sum -c pup_0.56.0_checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_0.56.0_checksums.txt.sigstore.json \
  pup_0.56.0_checksums.txt

What's Changed

  • feat(users): add --page-size and --page-number flags to users list by @uhchris in #449
  • feat(llm-obs): add spans details command exposing token counts and cost by @mbldatadog in #440
  • feat(apm): add service remapping CRUD commands by @rachelyangdog in #439
  • chore(release): bump version to v0.56.0 by @platinummonkey in #451

New Contributors

Full Changelog: v0.55.1...v0.56.0

Release 0.55.1

30 Apr 21:22
v0.55.1
f5b256c

Choose a tag to compare

Pup 0.55.1

Installation

# macOS (Apple Silicon)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.55.1/pup_0.55.1_Darwin_arm64.tar.gz | tar xz

# macOS (Intel)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.55.1/pup_0.55.1_Darwin_x86_64.tar.gz | tar xz

# Linux (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.55.1/pup_0.55.1_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.55.1/pup_0.55.1_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.55.1/pup_0.55.1_Windows_x86_64.zip -o pup.zip
tar -xf pup.zip

WASM

  • WASI (pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime
  • Browser WASM (pup_browser_wasm.tar.gz): npm-ready package with PupClient JS class and TypeScript definitions

Verifying

# Verify checksums
sha256sum -c pup_0.55.1_checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_0.55.1_checksums.txt.sigstore.json \
  pup_0.55.1_checksums.txt

What's Changed

Full Changelog: v0.55.0...v0.55.1

Release 0.55.0

29 Apr 14:29
69d96a6

Choose a tag to compare

Pup 0.55.0

Installation

# macOS (Apple Silicon)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.55.0/pup_0.55.0_Darwin_arm64.tar.gz | tar xz

# macOS (Intel)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.55.0/pup_0.55.0_Darwin_x86_64.tar.gz | tar xz

# Linux (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.55.0/pup_0.55.0_Linux_x86_64.tar.gz | tar xz

# Linux (arm64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.55.0/pup_0.55.0_Linux_arm64.tar.gz | tar xz

# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.55.0/pup_0.55.0_Windows_x86_64.zip -o pup.zip
tar -xf pup.zip

WASM

  • WASI (pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime
  • Browser WASM (pup_browser_wasm.tar.gz): npm-ready package with PupClient JS class and TypeScript definitions

Verifying

# Verify checksums
sha256sum -c pup_0.55.0_checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle pup_0.55.0_checksums.txt.sigstore.json \
  pup_0.55.0_checksums.txt

What's Changed

New Contributors

Full Changelog: v0.54.1...v0.55.0