Skip to content

@hyperdx/cli@0.5.0

Choose a tag to compare

@github-actions github-actions released this 29 May 23:05
· 112 commits to main since this release
bfa4b98

Minor Changes

  • 3123db5: feat: experimental promql support

Patch Changes

  • b20275c: fix(cli): exit with non-zero code when upload-sourcemaps fails

    The upload-sourcemaps command now exits with code 1 when uploads fail
    (missing source maps, pre-signed URL request failure, authentication failure,
    or any per-file upload failure after retries). Previously these failures were
    logged to stderr but the process exited cleanly with code 0, causing CI
    pipelines to treat failed uploads as successes.

  • 19cd7c9: fix: only use pk and row uniqueness to look up a row

  • 8810ff0: feat: Add option for force-enabling/disabling text index support