Release 0.29.3
Pup 0.29.3
Installation
# macOS (Apple Silicon)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.29.3/pup_0.29.3_Darwin_arm64.tar.gz | tar xz
# macOS (Intel)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.29.3/pup_0.29.3_Darwin_x86_64.tar.gz | tar xz
# Linux (x86_64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.29.3/pup_0.29.3_Linux_x86_64.tar.gz | tar xz
# Linux (arm64)
curl -L https://github.com/datadog-labs/pup/releases/download/v0.29.3/pup_0.29.3_Linux_arm64.tar.gz | tar xzWASM
- 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.29.3_checksums.txt
# Verify signature (requires cosign)
cosign verify-blob \
--bundle pup_0.29.3_checksums.txt.sigstore.json \
pup_0.29.3_checksums.txtChangelog
Bug Fixes
- df467fe: fix(auth): gate resolve_token for non-wasm builds (@dragon3)
- d4aee9d: fix(auth): restore automatic OAuth token refresh lost in Rust rewrite (@dragon3)
Other Changes
- af21102: Merge pull request #180 from dragon3/fix/auto-token-refresh (@platinummonkey)
- 6af7e6b: Merge pull request #186 from datadog-labs/chore/release-v0.29.3 (@platinummonkey)
- 6731f23: chore(release): bump version to v0.29.3 (@platinummonkey)
Full Changelog: v0.29.2...v0.29.3