Skip to content

Commit

Permalink
chore: release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wrn14897 committed Jan 12, 2024
1 parent 65a8579 commit 56a126d
Show file tree
Hide file tree
Showing 27 changed files with 66 additions and 128 deletions.
9 changes: 0 additions & 9 deletions .changeset/angry-seahorses-sort.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/brave-points-hunt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/breezy-seahorses-swim.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/bright-turkeys-remember.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/chilled-insects-boil.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/famous-walls-brake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/great-knives-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-grapes-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-pens-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-frogs-join.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mean-balloons-shake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-experts-whisper.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-bears-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-parents-count.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tall-panthers-travel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tall-rats-hunt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-apples-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-carpets-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-worms-sin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-singers-melt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-plants-drop.md

This file was deleted.

2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Used by docker-compose.yml
IMAGE_NAME=ghcr.io/hyperdxio/hyperdx
IMAGE_VERSION=1.4.0
IMAGE_VERSION=1.5.0

# Set up domain URLs
HYPERDX_API_PORT=8000
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hyperdx",
"private": true,
"version": "1.4.0",
"version": "1.5.0",
"license": "MIT",
"workspaces": [
"packages/*"
Expand Down
28 changes: 28 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @hyperdx/api

## 1.5.0

### Minor Changes

- a0dc1b5: Breaking Search Syntax Change: Backslashes will be treated as an
escape character for a double quotes (ex. message:"\"" will search for the
double quote character). Two backslashes will be treated as a backslash
literal (ex. message:\\ will search for the backslash literal)

### Patch Changes

- b04ee14: feat: support multi group-bys in event series query
- f4360ed: feat: support count per sec/min/hr aggregation functions
- 7bc4cd3: feat: add last_value agg function
- d5fcb57: feat: introduce go-parser service
- 2910461: Bug fix: Restore dashboard filters, use correct field lookup for
metrics, and remove extra log property type mapping fetches.
- 3c29bcf: feat: display hyperdx version at the bottom of app nav bar
- 9e617ed: ci: setup aggregator int tests
- 5f05081: feat: api to pull service + k8s attrs linkings
- dc88a59: fix: add db.normalized_statement default value
- 3e885bf: fix: move span k8s tags to root
- bfb08f8: perf: add index for pulling alert histories (GET alerts endpoint)
- 1b4607b: fix: services endpoint should return empty array if no custom fields
found
- 95ddbb8: fix: services endpoint bug (missing log lines results in no matches)
- 76d7d73: fix: GET alerts endpoint

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperdx/api",
"version": "1.4.0",
"version": "1.5.0",
"license": "MIT",
"private": true,
"engines": {
Expand Down
34 changes: 34 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @hyperdx/app

## 1.5.0

### Minor Changes

- a0dc1b5: Breaking Search Syntax Change: Backslashes will be treated as an
escape character for a double quotes (ex. message:"\"" will search for the
double quote character). Two backslashes will be treated as a backslash
literal (ex. message:\\ will search for the backslash literal)

### Patch Changes

- b04ee14: feat: support multi group-bys in event series query
- f4360ed: feat: support count per sec/min/hr aggregation functions
- 7bc4cd3: feat: add last_value agg function
- d5fcb57: feat: introduce go-parser service
- 2910461: Bug fix: Restore dashboard filters, use correct field lookup for
metrics, and remove extra log property type mapping fetches.
- 3c29bcf: feat: display hyperdx version at the bottom of app nav bar
- f618e02: Add CPU and Mem charts to Infra dashboard (with mock api)
- 4ee544c: Fix: Don't crash line chart when rendering numerical group values
- 725d7b7: 🔔 Introduces new alerts management page
- 9e617ed: ci: setup aggregator int tests
- 5f05081: feat: api to pull service + k8s attrs linkings
- dc88a59: fix: add db.normalized_statement default value
- ea9acde: Add Pods table to Infra dashboard
- 3e885bf: fix: move span k8s tags to root
- bfb08f8: perf: add index for pulling alert histories (GET alerts endpoint)
- 1b4607b: fix: services endpoint should return empty array if no custom fields
found
- 8815eff: Placeholder page for Service Dashboard
- 08b06fa: Hide appnav banner when collapsed
- 95ddbb8: fix: services endpoint bug (missing log lines results in no matches)
- 76d7d73: fix: GET alerts endpoint

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperdx/app",
"version": "1.4.0",
"version": "1.5.0",
"private": true,
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 56a126d

Please sign in to comment.