Releases: DataDog/pup
Releases · DataDog/pup
Release 0.58.3
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.zipWASM
- WASI (
pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime - Browser WASM (
pup_browser_wasm.tar.gz): npm-ready package withPupClientJS 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.txtWhat's Changed
- fix(auth): honor --site with --subdomain, add --callback-port pinning by @platinummonkey in #475
- chore(release): bump version to v0.58.3 by @platinummonkey in #476
Full Changelog: v0.58.2...v0.58.3
Release 0.58.2
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.zipWASM
- WASI (
pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime - Browser WASM (
pup_browser_wasm.tar.gz): npm-ready package withPupClientJS 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.txtWhat's Changed
- chore(ci): drop Zig from release workflow by @platinummonkey in #473
- chore(release): bump version to v0.58.2 by @platinummonkey in #474
Full Changelog: v0.58.1...v0.58.2
Release 0.58.0
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.zipWASM
- WASI (
pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime - Browser WASM (
pup_browser_wasm.tar.gz): npm-ready package withPupClientJS 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.txtWhat's Changed
- feat(docs): add pup docs ask command for Datadog Docs AI by @platinummonkey in #466
- feat(auth): accept pasted callback URL as a fallback when no browser by @srosenthal-dd in #465
- chore(release): bump version to v0.58.0 by @platinummonkey in #467
Full Changelog: v0.57.0...v0.58.0
Release 0.57.0
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.zipWASM
- WASI (
pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime - Browser WASM (
pup_browser_wasm.tar.gz): npm-ready package withPupClientJS 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.txtWhat'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
- @long2mao1 made their first contribution in #460
Full Changelog: v0.56.3...v0.57.0
Release 0.56.3
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.zipWASM
- WASI (
pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime - Browser WASM (
pup_browser_wasm.tar.gz): npm-ready package withPupClientJS 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.txtWhat's Changed
- Add OAuth support for {aws, gcp} integrations by @srosenthal-dd in #443
- feat(dashboards): add time-scoped url command by @bvolpato-dd in #457
- fix(pagination): address pagination audit — wire dropped flags, validate limits, fix panics by @platinummonkey in #458
- chore(release): bump version to v0.56.3 by @platinummonkey in #461
Full Changelog: v0.56.2...v0.56.3
Release 0.56.2
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.zipWASM
- WASI (
pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime - Browser WASM (
pup_browser_wasm.tar.gz): npm-ready package withPupClientJS 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.txtWhat's Changed
- Revert "feat(apm): add service remapping CRUD commands" by @bvolpato-dd in #454
- chore(release): bump version to v0.56.2 by @platinummonkey in #456
Full Changelog: v0.56.1...v0.56.2
Release 0.56.1
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.zipWASM
- WASI (
pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime - Browser WASM (
pup_browser_wasm.tar.gz): npm-ready package withPupClientJS 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.txtWhat's Changed
- feat(useragent): detect pi.dev agent via PI_CODING_AGENT env var by @platinummonkey in #452
- chore(release): bump version to v0.56.1 by @platinummonkey in #453
Full Changelog: v0.56.0...v0.56.1
Release 0.56.0
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.zipWASM
- WASI (
pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime - Browser WASM (
pup_browser_wasm.tar.gz): npm-ready package withPupClientJS 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.txtWhat'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
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.zipWASM
- WASI (
pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime - Browser WASM (
pup_browser_wasm.tar.gz): npm-ready package withPupClientJS 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.txtWhat's Changed
- fix(auth): correct data streams capture-messages scope name by @piochelepiotr in #441
- fix(client): override SDK User-Agent on all DD API paths by @srosenthal-dd in #444
- feat(auth): apply saved site automatically when --org is used by @platinummonkey in #446
- chore(release): bump version to v0.55.1 by @platinummonkey in #450
Full Changelog: v0.55.0...v0.55.1
Release 0.55.0
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.zipWASM
- WASI (
pup_wasi.wasm): Run in Wasmtime or any WASI Preview 2 runtime - Browser WASM (
pup_browser_wasm.tar.gz): npm-ready package withPupClientJS 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.txtWhat's Changed
- chore(deps): bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1 in the all group by @dependabot[bot] in #432
- fix(dbm): accept OAuth2 bearer tokens in samples search by @naofumi-fujii in #434
- feat(data-streams): experimental DSM Kafka commands by @piochelepiotr in #431
- feat(synthetics): add v2 result fetching and polling endpoints by @jack-edmonds-dd in #435
- feat(security): add Terraform export and convert commands by @jack-edmonds-dd in #436
- chore(release): bump version to v0.55.0 by @jack-edmonds-dd in #438
New Contributors
- @naofumi-fujii made their first contribution in #434
- @piochelepiotr made their first contribution in #431
Full Changelog: v0.54.1...v0.55.0