Release 0.39.0
Pup 0.39.0
Installation
# macOS (Apple Silicon)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.39.0/pup_0.39.0_Darwin_arm64.tar.gz | tar xz
# macOS (Intel)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.39.0/pup_0.39.0_Darwin_x86_64.tar.gz | tar xz
# Linux (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.39.0/pup_0.39.0_Linux_x86_64.tar.gz | tar xz
# Linux (arm64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.39.0/pup_0.39.0_Linux_arm64.tar.gz | tar xz
# Windows (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.39.0/pup_0.39.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.39.0_checksums.txt
# Verify signature (requires cosign)
cosign verify-blob \
--bundle pup_0.39.0_checksums.txt.sigstore.json \
pup_0.39.0_checksums.txtChangelog
Features
- 8c83360: feat(ddsql): use async querying for DDSQL table and time series commands (@mhintz)
- 054fba5: feat(harness): add id_from resolution and 77 new catalog entries (@platinummonkey)
- 2d2d4bd: feat(wasm): use typed DD client on all targets, eliminate duplicate impls (@platinummonkey)
Bug Fixes
- 0c90d5e: fix(wasm): restore cfg guards on native-only infrastructure functions (@platinummonkey)
- 6d6be45: fix(wasm): restore completions cfg guard; add tokio/time to wasi feature (@platinummonkey)
Other Changes
- 9b848d5: Merge pull request #260 from datadog-labs/feat/harness-id-from-and-coverage (@platinummonkey)
- ae0ee97: Merge pull request #261 from datadog-labs/feat/wasm-native-client-dedup (@platinummonkey)
- 0d530d9: Merge pull request #262 from srosenthal-dd/stephen.rosenthal/fix-site-normalization (@platinummonkey)
- 8a02352: Merge pull request #265 from mhintz/mhintz/pup-use-async-querying (@platinummonkey)
- 17ca369: Merge pull request #266 from datadog-labs/chore/release-v0.39.0 (@platinummonkey)
- 0de899e: Merge remote-tracking branch 'origin/main' into feat/wasm-native-client-dedup (@platinummonkey)
- 916645b: Normalize site parameter by stripping app. prefix in api_host() (@srosenthal-dd)
- f859cb5: check in shape-shots (@platinummonkey)
- db3284e: chore(deps): pin datadog-api-client to f3ff218c (wasm32 support merged) (@platinummonkey)
- 6e77991: chore(release): bump version to v0.39.0 (@platinummonkey)
- 06d1101: refactor(config): generalize site normalization to handle regional prefixes (@platinummonkey)
- 8e7e0ce: style(ddsql): fix cargo fmt formatting (@mhintz)
Full Changelog: v0.38.0...v0.39.0