Release HyperDX (#1289)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-10-30 11:13:50 +01:00 committed by GitHub
parent de0b4fc755
commit f98193852c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 50 additions and 97 deletions

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: memoize inputs to fix text input performance

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Fix pattern sample query for sources with multi-column timestamp expressions

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Support custom Timestamp Columns in Surrounding Context panel

View file

@ -1,6 +0,0 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/app": patch
---
feat: Optimize and fix filtering on toStartOfX primary key expressions

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
feat: Auto-select correlated sources on k8s dashboard

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
improve drawer a11y

View file

@ -1,6 +0,0 @@
---
"@hyperdx/api": patch
"@hyperdx/app": patch
---
feat: allow specifying webhook request headers

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
feat: Show pinned filter values while filters are loading

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
Adds "Relative Time" switch to TimePicker component (if relative time is supported by parent). When enabled, searches will work similar to Live Tail but be relative to the option selected.

View file

@ -1,5 +0,0 @@
---
"@hyperdx/api": patch
---
Enable auto-provisioning for no-auth mode

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
close modals when bluring (dates and search hints)

View file

@ -1,5 +0,0 @@
---
"@hyperdx/api": patch
---
fix: set a max size for alert timeranges

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
feat: Implement query chunking for charts

View file

@ -1,5 +0,0 @@
---
"@hyperdx/common-utils": patch
---
perf: Improve getKeyValues query performance for JSON keys

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
feat: Include displayed timestamp in default order by

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
Ensure popovers inside the TimePicker component can be accessed

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
avoid hydration errors when app loads if nav is collapsed

4
.env
View file

@ -8,8 +8,8 @@ ALL_IN_ONE_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-all-in-one
ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-all-in-one
OTEL_COLLECTOR_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-otel-collector
OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-otel-collector
CODE_VERSION=2.7.0
IMAGE_VERSION_SUB_TAG=.7.0
CODE_VERSION=2.7.1
IMAGE_VERSION_SUB_TAG=.7.1
IMAGE_VERSION=2
IMAGE_NIGHTLY_TAG=2-nightly
IMAGE_LATEST_TAG=latest

View file

@ -1,5 +1,16 @@
# @hyperdx/api
## 2.7.1
### Patch Changes
- 24b5477d: feat: allow specifying webhook request headers
- c6ad250f: Enable auto-provisioning for no-auth mode
- 778092d3: fix: set a max size for alert timeranges
- Updated dependencies [2162a690]
- Updated dependencies [8190ee8f]
- @hyperdx/common-utils@0.7.2
## 2.7.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@hyperdx/api",
"version": "2.7.0",
"version": "2.7.1",
"license": "MIT",
"private": true,
"engines": {
@ -9,7 +9,7 @@
"dependencies": {
"@ai-sdk/anthropic": "^2.0.23",
"@esm2cjs/p-queue": "^7.3.0",
"@hyperdx/common-utils": "^0.7.1",
"@hyperdx/common-utils": "^0.7.2",
"@hyperdx/node-opentelemetry": "^0.9.0",
"@hyperdx/passport-local-mongoose": "^9.0.1",
"@opentelemetry/api": "^1.8.0",

View file

@ -1,5 +1,27 @@
# @hyperdx/app
## 2.7.1
### Patch Changes
- 93edb6f8: fix: memoize inputs to fix text input performance
- d5a38c3e: fix: Fix pattern sample query for sources with multi-column timestamp expressions
- 7b6ed70c: fix: Support custom Timestamp Columns in Surrounding Context panel
- 2162a690: feat: Optimize and fix filtering on toStartOfX primary key expressions
- 15331acb: feat: Auto-select correlated sources on k8s dashboard
- bb3539dd: improve drawer a11y
- 24b5477d: feat: allow specifying webhook request headers
- 3ee93ae9: feat: Show pinned filter values while filters are loading
- de0b4fc7: Adds "Relative Time" switch to TimePicker component (if relative time is supported by parent). When enabled, searches will work similar to Live Tail but be relative to the option selected.
- 757196f2: close modals when bluring (dates and search hints)
- ff86d400: feat: Implement query chunking for charts
- 21614b94: feat: Include displayed timestamp in default order by
- 808413f5: Ensure popovers inside the TimePicker component can be accessed
- ab7af41f: avoid hydration errors when app loads if nav is collapsed
- Updated dependencies [2162a690]
- Updated dependencies [8190ee8f]
- @hyperdx/common-utils@0.7.2
## 2.7.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@hyperdx/app",
"version": "2.7.0",
"version": "2.7.1",
"private": true,
"license": "MIT",
"engines": {
@ -29,7 +29,7 @@
"@codemirror/lang-sql": "^6.7.0",
"@hookform/resolvers": "^3.9.0",
"@hyperdx/browser": "^0.21.1",
"@hyperdx/common-utils": "^0.7.1",
"@hyperdx/common-utils": "^0.7.2",
"@hyperdx/node-opentelemetry": "^0.9.0",
"@lezer/highlight": "^1.2.0",
"@mantine/core": "7.9.2",

View file

@ -1,5 +1,12 @@
# @hyperdx/common-utils
## 0.7.2
### Patch Changes
- 2162a690: feat: Optimize and fix filtering on toStartOfX primary key expressions
- 8190ee8f: perf: Improve getKeyValues query performance for JSON keys
## 0.7.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@hyperdx/common-utils",
"description": "Common utilities for HyperDX application",
"version": "0.7.1",
"version": "0.7.2",
"license": "MIT",
"private": true,
"files": [

View file

@ -4309,7 +4309,7 @@ __metadata:
dependencies:
"@ai-sdk/anthropic": "npm:^2.0.23"
"@esm2cjs/p-queue": "npm:^7.3.0"
"@hyperdx/common-utils": "npm:^0.7.1"
"@hyperdx/common-utils": "npm:^0.7.2"
"@hyperdx/node-opentelemetry": "npm:^0.9.0"
"@hyperdx/passport-local-mongoose": "npm:^9.0.1"
"@opentelemetry/api": "npm:^1.8.0"
@ -4387,7 +4387,7 @@ __metadata:
"@hookform/devtools": "npm:^4.3.1"
"@hookform/resolvers": "npm:^3.9.0"
"@hyperdx/browser": "npm:^0.21.1"
"@hyperdx/common-utils": "npm:^0.7.1"
"@hyperdx/common-utils": "npm:^0.7.2"
"@hyperdx/node-opentelemetry": "npm:^0.9.0"
"@jedmao/location": "npm:^3.0.0"
"@lezer/highlight": "npm:^1.2.0"
@ -4519,7 +4519,7 @@ __metadata:
languageName: node
linkType: hard
"@hyperdx/common-utils@npm:^0.7.1, @hyperdx/common-utils@workspace:packages/common-utils":
"@hyperdx/common-utils@npm:^0.7.2, @hyperdx/common-utils@workspace:packages/common-utils":
version: 0.0.0-use.local
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
dependencies: