Skip to content

Releases: hyperdxio/hyperdx

@hyperdx/cli v0.3.0

20 Apr 07:03
f086842

Choose a tag to compare

@hyperdx/cli v0.3.0

Installation

npm (recommended):

npm install -g @hyperdx/cli

Or run directly with npx:

npx @hyperdx/cli tui -s <your-hyperdx-api-url>

Manual download (standalone binary, no Node.js required):

# macOS Apple Silicon
curl -L https://github.com/hyperdxio/hyperdx/releases/download/cli-v0.3.0/hdx-darwin-arm64 -o hdx
# macOS Intel
curl -L https://github.com/hyperdxio/hyperdx/releases/download/cli-v0.3.0/hdx-darwin-x64 -o hdx
# Linux x64
curl -L https://github.com/hyperdxio/hyperdx/releases/download/cli-v0.3.0/hdx-linux-x64 -o hdx

chmod +x hdx && sudo mv hdx /usr/local/bin/

Usage

hdx auth login -s <your-hyperdx-api-url>
hdx tui

@hyperdx/cli v0.2.1

10 Apr 18:11
bfb455d

Choose a tag to compare

@hyperdx/cli v0.2.1

Installation

npm (recommended):

npm install -g @hyperdx/cli

Or run directly with npx:

npx @hyperdx/cli tui -s <your-hyperdx-api-url>

Manual download (standalone binary, no Node.js required):

# macOS Apple Silicon
curl -L https://github.com/hyperdxio/hyperdx/releases/download/cli-v0.2.1/hdx-darwin-arm64 -o hdx
# macOS Intel
curl -L https://github.com/hyperdxio/hyperdx/releases/download/cli-v0.2.1/hdx-darwin-x64 -o hdx
# Linux x64
curl -L https://github.com/hyperdxio/hyperdx/releases/download/cli-v0.2.1/hdx-linux-x64 -o hdx

chmod +x hdx && sudo mv hdx /usr/local/bin/

Usage

hdx auth login -s <your-hyperdx-api-url>
hdx tui

@hyperdx/otel-collector@2.23.1

10 Apr 11:52
4ef63cc

Choose a tag to compare

@hyperdx/otel-collector@2.23.1

@hyperdx/common-utils@0.17.1

10 Apr 11:52
4ef63cc

Choose a tag to compare

Patch Changes

  • 24767c5: fix: Ensure correct bounds for date-based timestampValueExpr

@hyperdx/cli@0.2.0

10 Apr 11:52
4ef63cc

Choose a tag to compare

Minor Changes

  • d995b78: Add @hyperdx/cli package — terminal CLI for searching, tailing, and inspecting logs and traces from HyperDX with interactive TUI, trace waterfall, raw SQL queries, dashboard listing, and sourcemap uploads.

@hyperdx/app@2.23.1

10 Apr 11:52
4ef63cc

Choose a tag to compare

Patch Changes

  • 7d1a8e5: fix: Show sidebar favorites empty state when none are starred yet

  • 800689a: feat: Add reusable EmptyState component and adopt it across pages for consistent empty/no-data states

  • 2570ff8: fix: Change K8s CPU chart format from percentage to number to support both old and new OTel collector metric names

  • ad71dc2: feat: Add keyboard shortcuts modal from the Help menu

    • New Keyboard shortcuts item opens a modal documenting app shortcuts (command palette ⌘/Ctrl+K, search focus, time picker, tables, traces, dashboards, and more).
    • Help menu items ordered by importance (documentation and setup before shortcuts and community).
    • Shortcuts modal uses a readable width, row dividers, and or vs + labels so alternative keys are not confused with key chords.
  • 1bcca2c: feat: Add alert icons to dashboard list page

  • 52986a9: Fix bug when accessing session replay panel from search page

  • ffc961c: fix: Add error message and edit button when tile source is missing

  • 3ffafce: feat: show error details in search event patterns

  • 61db3e8: refactor: Create TileAlertEditor component

  • f8d2edd: feat: Show created/updated metadata for saved searches and dashboards

  • Updated dependencies [24767c5]

    • @hyperdx/common-utils@0.17.1

@hyperdx/api@2.23.1

10 Apr 11:52
4ef63cc

Choose a tag to compare

Patch Changes

  • f8d2edd: feat: Show created/updated metadata for saved searches and dashboards
  • Updated dependencies [24767c5]
    • @hyperdx/common-utils@0.17.1

@hyperdx/otel-collector@2.23.0

03 Apr 22:19
8125d24

Choose a tag to compare

@hyperdx/otel-collector@2.23.0

@hyperdx/common-utils@0.17.0

03 Apr 22:18
8125d24

Choose a tag to compare

Minor Changes

  • a15122b: feat: new team setting for number of filters to fetch
  • 941d045: feat: support sample-weighted aggregations for sampled trace data

Patch Changes

  • 518bda7: feat: Add dashboard template gallery
  • 4e54d85: fix: show Map sub-fields in facet panel for non-LowCardinality value types
  • 53ba1e3: feat: Add favoriting for dashboards and saved searches
  • b7581db: feat: Add more chart display units
  • 48a8d32: fix: Fixed bug preventing clicking into rows with nullable date types (and other misc type) columns.
  • a55b151: fix: render clickhouse keywords properly in codemirror
  • 308da30: feat: Add $__sourceTable macro
  • e5c7fdf: feat: Add saved searches listing page

@hyperdx/app@2.23.0

03 Apr 22:19
8125d24

Choose a tag to compare

Minor Changes

  • a15122b: feat: new team setting for number of filters to fetch
  • 20e4720: feat: Add input filter pills below search input to make filters usage more clear on seach page.
  • 941d045: feat: support sample-weighted aggregations for sampled trace data

Patch Changes

  • bfc9381: feat: Group Dashboards and Searches by Tag

  • 859ced5: feat: Chart Explorer now auto-executes the chart on load when a valid source is configured. Deeplinks render results without requiring a manual click.

  • e6a0455: fix: Properly enable line wrap behavior in JSON viewer by default

  • 518bda7: feat: Add dashboard template gallery

  • 676e4f4: fix: differentiate map indexing vs array indexing

  • 9852e9b: perf: Defer expensive hooks in collapsed filter groups and virtualize nested filter lists

  • 5e5c6a9: fix: slider thumb and mark styling not applying theme tokens

    • Move slider thumb styling from classNames to inline styles to fix CSS specificity issue where Mantine defaults override theme tokens
    • Add !important to slider mark styles to ensure token-based colors apply
    • Fix vertical centering of 6px slider mark dots within the 8px track
    • Remove broken translateX/translateY nudge that misaligned marks
  • 4e54d85: fix: show Map sub-fields in facet panel for non-LowCardinality value types

  • 011a245: fix: Fix error state and table overflows

  • 53ba1e3: feat: Add favoriting for dashboards and saved searches

  • b7581db: feat: Add more chart display units

  • 05a1b76: fix: optimize order by should factor in wider cases, including the
    default otel_traces

  • 48a8d32: fix: Fixed bug preventing clicking into rows with nullable date types (and other misc type) columns.

  • a55b151: fix: render clickhouse keywords properly in codemirror

  • 9cfb7e9: fix: move help menu from footer to main nav links

  • 308da30: feat: Add $__sourceTable macro

  • 2bb8ccd: fix: Fix query error when searching nested JSON values

  • df170d1: fix: Show error on DBInfraPanel when correlated metric source is missing

  • e5c7fdf: feat: Add saved searches listing page

  • 0cc1295: fix: Add source schema preview to SQL Charts and Trace Panel

  • 1b77eab: fix: replace sidebar collapse icons to align with ClickHouse collapse patterns

  • 853da16: fix: Fix flaky E2E tests

  • b4e1498: fix: Fix minor bugs in chart editor

  • bb24994: feat: use 1 minute window for searches

  • Updated dependencies [518bda7]

  • Updated dependencies [4e54d85]

  • Updated dependencies [53ba1e3]

  • Updated dependencies [b7581db]

  • Updated dependencies [48a8d32]

  • Updated dependencies [a15122b]

  • Updated dependencies [a55b151]

  • Updated dependencies [308da30]

  • Updated dependencies [e5c7fdf]

  • Updated dependencies [941d045]

    • @hyperdx/common-utils@0.17.0