Skip to content

Commit

Permalink
chore: release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wrn14897 committed Dec 7, 2023
1 parent 27f1b7e commit c8a1221
Show file tree
Hide file tree
Showing 29 changed files with 63 additions and 128 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-goats-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-ads-fail.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fifty-papayas-look.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/grumpy-paws-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-elephants-give.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/itchy-pandas-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-pumas-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-zoos-add.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/little-colts-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-mirrors-explode.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-donkeys-protect.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/purple-trains-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-keys-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-bananas-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-pandas-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spicy-elephants-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-birds-thank.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/three-forks-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-flowers-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-timers-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-bags-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-pans-search.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.2.0
IMAGE_VERSION=1.3.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.2.0",
"version": "1.3.0",
"license": "MIT",
"workspaces": [
"packages/*"
Expand Down
23 changes: 23 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @hyperdx/api

## 1.3.0

### Minor Changes

- ff38d75: feat: extract and ingest more metrics context (aggregation
temporality, unit and monotonicity)
- 6f2c75e: refactor: split metrics chart endpoint `name` query param into `type`
and `name` params (changing an internal API) feat: add validation for metrics
chart endpoint using zod
- 27f1b7e: feat: metrics alerting support
- 8c8c476: feat: add is_delta + is_monotonic fields to metric_stream table
(REQUIRES DB MIGRATION)
- 20b1f17: feat: external api v1 route (REQUIRES db migration) + Mongo DB
migration script
- e8c26d8: feat: time format ui addition

### Patch Changes

- 3a93196: Fix Sentry exception rendering error in side panel, add Sentry SDK to
API server.
- 8c8c476: feat: setup clickhouse migration tool
- 141fce0: Filter out NaN values from metric charts

## 1.2.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.2.0",
"version": "1.3.0",
"license": "MIT",
"private": true,
"engines": {
Expand Down
35 changes: 35 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# @hyperdx/app

## 1.3.0

### Minor Changes

- ff38d75: feat: extract and ingest more metrics context (aggregation
temporality, unit and monotonicity)
- 6f2c75e: refactor: split metrics chart endpoint `name` query param into `type`
and `name` params (changing an internal API) feat: add validation for metrics
chart endpoint using zod
- 8c8c476: feat: add is_delta + is_monotonic fields to metric_stream table
(REQUIRES DB MIGRATION)
- 20b1f17: feat: external api v1 route (REQUIRES db migration) + Mongo DB
migration script
- 9c2e279: feat: Log Side Panel styling
- e8c26d8: feat: time format ui addition

### Patch Changes

- ddd4867: Set up Storybook
- ddd4867: Sentry exceptions ui improvements
- 3a93196: Fix Sentry exception rendering error in side panel, add Sentry SDK to
API server.
- a40faf1: Allow to set alerts for metric charts on development env
- f205ed5: feat: Add Sentry Integration section to Team Settings
- 2be709c: Revert adding Storybook
- 8c8c476: feat: setup clickhouse migration tool
- 77c1019: Show chart alert state (OK and ALERT)
- 4c0617e: Fix: Vertically resize session replayer
- 7784921: Fix: Don't crash session replay player when playback timestamp is not
a valid date
- 242d8cc: Show custom actions in Session Replay events panel
- 713537d: Click on Table Tile to view all events
- 58a19fd: Set up ESLint rule for sorting imports
- abe3b12: Log Side Panel: exceptions ui improvements

## 1.2.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.2.0",
"version": "1.3.0",
"private": true,
"license": "MIT",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4695,7 +4695,7 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@17.0.52", "@types/react@>=16", "@types/react@>=16.9.11", "@types/react@^17", "@types/react@^17.0.52":
"@types/react@*", "@types/react@>=16", "@types/react@>=16.9.11", "@types/react@^17", "@types/react@^17.0.52":
version "17.0.52"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.52.tgz#10d8b907b5c563ac014a541f289ae8eaa9bf2e9b"
integrity sha512-vwk8QqVODi0VaZZpDXQCmEmiOuyjEFPY7Ttaw5vjM112LOq37yz1CDJGrRJwA1fYEq4Iitd5rnjd1yWAc/bT+A==
Expand Down

0 comments on commit c8a1221

Please sign in to comment.