Releases: hyperdxio/hyperdx
Releases · hyperdxio/hyperdx
hyperdx@1.3.0
What's Changed
⚠️ This release requires a database migration. Please see the 'DB Migration' section in README.md for more details.
- Add Sentry integration info by @svc-shorpo in #116
- feat(Chart Alerts): Show alert state by @svc-shorpo in #117
- Stack Trace and Breadcrumbs table polish by @svc-shorpo in #112
- Log Side Panel: exceptions ui improvements by @svc-shorpo in #118
- Sentry exceptions ui improvements by @svc-shorpo in #122
- Remove validation for slack-specific URL in webhook configuration by @jaggederest in #124
- chore: Remove Storybook by @svc-shorpo in #125
- Refine TableProps type definition using Record<string, unknown> by @adl5423 in #123
- Gracefully handle when playback time might be a invalid date value by @MikeShi42 in #126
- Show custom actions in session replays by @MikeShi42 in #127
- ci: int tests shutdown process (local) by @wrn14897 in #129
- style: move initCiEnvs to start method within MockServer by @wrn14897 in #128
- fix + ci: fix table type + setup unit test ci by @wrn14897 in #130
- refactor + feat: split
name
query param + add zod validator at /metrics/chart endpoint by @wrn14897 in #131 - fix: Customize 24h vs 12h time formatting globally by @treypisano in #63
- feat: external api v1 route (get logs properties/chart + metrics tags/chart) + Mongo DB migration script by @wrn14897 in #132
- chore(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 by @dependabot in #133
- chore: bump otel collector base image version to v0.90.0 by @wrn14897 in #134
- feat: setup clickhouse migration tool + update metrics schema (add
is_delta
+is_monotonic
fields) by @wrn14897 in #138 - feat: extract and ingest more metrics context (
aggregation temporality
,unit
andmonotonicity
) by @wrn14897 in #136 - feat: Click on Table Tile to view all events by @svc-shorpo in #139
- Fixing returning NaN when rate metrics change / reset counter by @jaggederest in #121
- feat: Enable metric alerts on dev by @svc-shorpo in #140
- chore: ESLint config for sorting imports by @svc-shorpo in #141
- fix: Sentry exception in the side panel should not assume all events in trace are exceptions, add Sentry SDK to API server by @MikeShi42 in #143
- fix: vertical resizing wasn't working for session player by @MikeShi42 in #144
- feat: metrics alerting support by @wrn14897 in #145
New Contributors
- @adl5423 made their first contribution in #123
- @treypisano made their first contribution in #63
Full Changelog: https://github.com/hyperdxio/hyperdx/compare/hyperdx@1.2.0...hyperdx@1.3.0
hyperdx@1.2.0
What's Changed
- fix: vector installation script by @wrn14897 in #80
- feat: Toggle columns from LogSidePanel by @ernestii in #82
- feat: enhanced registration form validation by @mark-omarov in #81
- Fix Sum metric types from over reporting on sum and average aggFns by @MikeShi42 in #87
- feat(register): password confirmation by @mark-omarov in #85
- LogTable and LogSidePanel UI tweaks by @svc-shorpo in #88
- Chart alerts: add schemas and read path by @svc-shorpo in #95
- Refactor: Extract shared alert logic into a separate component by @svc-shorpo in #97
- chore(deps): bump zod from 3.22.2 to 3.22.3 by @dependabot in #99
- chore(deps): bump @adobe/css-tools from 4.2.0 to 4.3.1 by @dependabot in #102
- Chart alerts: Add UI to Chart Builder by @svc-shorpo in #98
- Chart alerts: Add support for chart alerts in alerts API by @svc-shorpo in #104
- chore: bump vector to v0.34.0 by @wrn14897 in #106
- Chart alert: Connect UI to API by @svc-shorpo in #105
- feat: Duplicate chart by @svc-shorpo in #109
- Add bar display for line chart, add chart error msg by @MikeShi42 in #89
- chore: Add path alias to api package by @svc-shorpo in #107
- Implement CHART source alert (scheduled task) by @wrn14897 in #108
- getMetricsTags cached using a 600s redis cache by @jaggederest in #92
- Add password requirements to login page by @jaggederest in #103
- fix: API compilation - add tsc-alias by @svc-shorpo in #110
- fix: Chart alert default interval by @svc-shorpo in #111
- Propagate HyperDX API Key to app properly in dev docker compose by @MikeShi42 in #113
- fix: getLogBatchGroupedByBody missing return bug by @wrn14897 in #115
New Contributors
- @ernestii made their first contribution in #82
- @svc-shorpo made their first contribution in #88
- @dependabot made their first contribution in #99
- @jaggederest made their first contribution in #92
Full Changelog: https://github.com/hyperdxio/hyperdx/compare/hyperdx@1.1.4...hyperdx@1.2.0
hyperdx@1.1.4
What's Changed
- fix: boolean env var type issue (older compose version) by @wrn14897 in #72
- Add new useTimeQuery hook by @joelseq in #75
- Add rate aggFn support for sum metrics by @MikeShi42 in #77
- fix: control logs telemetry using
HYPERDX_LOG_LEVEL
by @wrn14897 in #78
New Contributors
Full Changelog: https://github.com/hyperdxio/hyperdx/compare/hyperdx@1.1.3...hyperdx@1.1.4
hyperdx@1.1.3
What's Changed
- chore: lodash tree shaking imports by @rtpa25 in #38
- fix: aggregator errors handler by @wrn14897 in #47
- style(ui): improve duration column representation by @mark-omarov in #43
- chore: bump vector base image to v0.33.0 by @wrn14897 in #60
- Persist table column sizes by @JeyRathnam in #45
- refactor: reorg ingestor config files by @wrn14897 in #64
- fix: level and severity text consistency issue by @wrn14897 in #67
- feat: support
HYPERDX_LOG_LEVEL
env var by @wrn14897 in #66
New Contributors
Full Changelog: https://github.com/hyperdxio/hyperdx/compare/hyperdx@1.1.2...hyperdx@1.1.3
hyperdx@1.1.2
What's Changed
- Update README.md spelling by @MikeShi42 in #6
- Update contributing instructions by @MikeShi42 in #8
- Properly Link Logo by @MikeShi42 in #11
- Session replay improvements by @MikeShi42 in #9
- Contributing docs for Windows by @JeyRathnam in #20
- fix typo in CreateLogAlertModal.tsx by @eltociear in #18
- fix: app env vars override issue by @wrn14897 in #26
- chore: bump @hyperdx/node-opentelemetry + @hyperdx/browser by @wrn14897 in #34
- feat(app): enable cursor in session player by @mark-omarov in #33
- fix(app): negative duration in search by @mark-omarov in #28
- refactor: set output datetime format on the client side by @wrn14897 in #42
New Contributors
- @MikeShi42 made their first contribution in #6
- @JeyRathnam made their first contribution in #20
- @eltociear made their first contribution in #18
- @mark-omarov made their first contribution in #33
Full Changelog: https://github.com/hyperdxio/hyperdx/compare/hyperdx@1.1.1...hyperdx@1.1.2
hyperdx@1.1.1
What's Changed
Full Changelog: https://github.com/hyperdxio/hyperdx/compare/hyperdx@1.1.0...hyperdx@1.1.1
hyperdx@1.1.0
What's Changed
- feat: add docker prod build stages and publish prod builds by @wrn14897 in #4
- feat: introduce usage-stats service by @wrn14897 in #3
Full Changelog: https://github.com/hyperdxio/hyperdx/commits/hyperdx@1.1.0