Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 19, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@hyperdx/api@2.9.0

Minor Changes

  • 52d2798: chore: Upgrade nextjs, react, and eslint + add react compiler

Patch Changes

  • cac4d3d: Allow connecting to Mongo with AWS Auth
  • b7789ce: chore: deprecate unused go-parser service
  • e838436: Improve value rounding on alerts to match thresholds
  • Updated dependencies [586bcce]
  • Updated dependencies [ea25cc5]
  • Updated dependencies [52d2798]
  • Updated dependencies [b7789ce]
  • Updated dependencies [ff42220]
  • Updated dependencies [59422a1]
  • Updated dependencies [7405d18]
  • Updated dependencies [770276a]
    • @hyperdx/common-utils@0.9.0

@hyperdx/app@2.9.0

Minor Changes

  • 52d2798: chore: Upgrade nextjs, react, and eslint + add react compiler

  • 630592d: # Font Rendering Fix

    Migrate from Google Fonts CDN to Next.js self-hosted fonts for improved reliability and production deployment.

    Changes

    • Replaced Google Fonts imports with next/font/google for IBM Plex Mono, Roboto Mono, Inter, and Roboto
    • Font variables are applied server-side in _document.tsx and available globally via CSS class inheritance
    • Implemented dynamic font switching with CSS variables (--app-font-family) and Mantine theme integration
    • Font configuration centralized in src/config/fonts.ts with derived maps for CSS variables and Mantine compatibility
    • Added Roboto font option alongside existing fonts (IBM Plex Mono, Roboto Mono, Inter)
    • CSS variable always has a value (defaults to Inter) even when user preference is undefined
    • Removed old Google Fonts CDN links from _document.tsx
    • !important flag used only in CSS for external components (nextra sidebar), not in inline styles
    • Fonts are now available globally without external CDN dependency, fixing production deployment issues

    Benefits

    • ✅ Self-hosted fonts that work in production even when CDNs are blocked
    • ✅ Improved performance with automatic optimization
    • ✅ Works with Content Security Policy (CSP) headers
    • ✅ Mantine components and sidebar now properly inherit selected fonts
    • ✅ Font selection persists through user preferences
    • ✅ DRY font configuration with derived maps prevents duplication
    • ✅ Server-side font setup eliminates runtime performance overhead

Patch Changes

  • 586bcce: feat: Add previous period comparisons to line chart

  • 4503d39: improve markdown rendering after we removed bootrstrap reset styles

  • c60e646: Improve how filters are parsed on the search page

  • 337be9a: Add support for deeplinking to search page from most charts and tables

  • 991bd7e: fix: Round previous period offset to the second

  • 562dd7e: Fix minor UI issues and enhance styling across various components

  • 087ff40: feat: Grouped filters for map/json types

  • b7789ce: chore: deprecate unused go-parser service

  • 4b1557d: fix: Backport Services Dashboard fixes

  • 237a267: style: Fix missing AlertHistory colors

  • 3f94105: fix issue with query timeout on the search page

  • bacefac: fix: Fix session page source change on submit

  • 2f25ce6: fix: laggy performance across app

  • ff42220: fix: Fix Services Dashboard Database tab charts

  • d7a5c43: feat: add ability to change live tail refresh interval

    Adds a dropdown selector in the search page that allows users to configure the live tail refresh interval. Options include 1s, 2s, 4s (default), 10s, and 30s. The selected refresh frequency is persisted in the URL query parameter.

  • 7c391df: fix: Disable useSessionId query when traceId input is undefined

  • 36cf866: fix: Don't clobber spans in trace waterfall when multiple spans have duplicate span ids

  • 07392d2: feat: Add clickpy_link to clickpy trace source attributes

  • f868c3c: Add back selection ui on histogram

  • 2114602: chore: remove deprecated SpanAttribute.http.scheme reference from serviceDashboard

  • 70fe682: Add clickable alert timeline chips

  • 7cf4ba4: Allow HyperDX's listen address to be overriden at runtime with the env var HYPERDX_APP_LISTEN_HOSTNAME. The default remains 0.0.0.0 .

  • 3b2a863: fix: sort on the client side in KubernetedDashboardPage

  • 9da2d32: feat: Improve filter search

  • 770276a: feat: Add waterfall span/error count summary, span tooltip status

  • 59422a1: feat: Add custom attributes for individual rows

  • 7405d18: bump typescript version

  • 815e642: chore: treat missing react hook dependencies as errors

  • 5b7d646: fix: date/timepicker issue with dates in the future

  • fce307c: feat: Allow specifying persistent order by in chart table

  • c8ec7fa: fix: Hide table header when no columns are displayed

  • 770276a: feat: Add search to trace waterfall

  • a9f10c5: feat: Add highlighted attributes to overview panel

  • 238c36f: feat: Improve display of large sizes and volumes of highlighted attributes

  • Updated dependencies [586bcce]

  • Updated dependencies [ea25cc5]

  • Updated dependencies [52d2798]

  • Updated dependencies [b7789ce]

  • Updated dependencies [ff42220]

  • Updated dependencies [59422a1]

  • Updated dependencies [7405d18]

  • Updated dependencies [770276a]

    • @hyperdx/common-utils@0.9.0

@hyperdx/common-utils@0.9.0

Minor Changes

  • 52d2798: chore: Upgrade nextjs, react, and eslint + add react compiler

Patch Changes

  • 586bcce: feat: Add previous period comparisons to line chart
  • ea25cc5: fix: Support formatting queries with % operator
  • b7789ce: chore: deprecate unused go-parser service
  • ff42220: fix: Fix Services Dashboard Database tab charts
  • 59422a1: feat: Add custom attributes for individual rows
  • 7405d18: bump typescript version
  • 770276a: feat: Add search to trace waterfall

@github-actions github-actions bot force-pushed the changeset-release/main branch from 0919d69 to 7a8e0b1 Compare November 19, 2025 14:10
@vercel
Copy link

vercel bot commented Nov 19, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
hyperdx-v2-oss-app Ready Ready Preview Comment Dec 5, 2025 4:54pm

@github-actions github-actions bot force-pushed the changeset-release/main branch from 7a8e0b1 to 9a401dd Compare November 19, 2025 17:06
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9a401dd to 8b49bed Compare November 19, 2025 19:15
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8b49bed to 92ccc88 Compare November 19, 2025 20:34
@github-actions github-actions bot force-pushed the changeset-release/main branch from 92ccc88 to 0900d27 Compare November 19, 2025 21:39
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0900d27 to 67785a3 Compare November 20, 2025 15:02
@github-actions github-actions bot force-pushed the changeset-release/main branch from 67785a3 to bf3ec48 Compare November 20, 2025 15:25
@github-actions github-actions bot force-pushed the changeset-release/main branch from bf3ec48 to be38dcb Compare November 20, 2025 16:01
@github-actions github-actions bot force-pushed the changeset-release/main branch from be38dcb to 106abb7 Compare November 20, 2025 16:13
@github-actions github-actions bot force-pushed the changeset-release/main branch from 106abb7 to 1023499 Compare November 20, 2025 16:29
@github-actions github-actions bot force-pushed the changeset-release/main branch from 1023499 to 3d8e7ad Compare November 20, 2025 20:07
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3d8e7ad to 8a40e08 Compare November 20, 2025 21:31
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8a40e08 to 69ce298 Compare November 21, 2025 19:59
@github-actions github-actions bot force-pushed the changeset-release/main branch from 69ce298 to 93a1ba4 Compare November 21, 2025 21:15
@github-actions github-actions bot force-pushed the changeset-release/main branch from 93a1ba4 to 38e7234 Compare November 24, 2025 15:28
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6de197f to 27e1523 Compare December 3, 2025 10:23
@github-actions github-actions bot force-pushed the changeset-release/main branch from 27e1523 to b999c08 Compare December 3, 2025 12:44
@github-actions github-actions bot force-pushed the changeset-release/main branch from b999c08 to 2e33d7b Compare December 3, 2025 13:58
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2e33d7b to eb38d99 Compare December 3, 2025 18:37
@github-actions github-actions bot force-pushed the changeset-release/main branch from eb38d99 to 5d98df1 Compare December 3, 2025 20:05
@github-actions github-actions bot force-pushed the changeset-release/main branch from 5d98df1 to 03b0e23 Compare December 4, 2025 19:13
@github-actions github-actions bot force-pushed the changeset-release/main branch from 03b0e23 to 7cf0a90 Compare December 4, 2025 19:19
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7cf0a90 to 8de7312 Compare December 4, 2025 20:41
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8de7312 to c155edb Compare December 4, 2025 23:42
@github-actions github-actions bot force-pushed the changeset-release/main branch from c155edb to 0bd46bb Compare December 5, 2025 14:33
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0bd46bb to bd56c7f Compare December 5, 2025 15:06
@github-actions github-actions bot force-pushed the changeset-release/main branch from bd56c7f to 12f99e0 Compare December 5, 2025 15:22
@github-actions github-actions bot force-pushed the changeset-release/main branch from 12f99e0 to 0a81402 Compare December 5, 2025 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant