Skip to content

Commit 3e66693

Browse files
chore(release): bump HyperDX app/package versions
1 parent 4dea362 commit 3e66693

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

.changeset/add-alerts-page.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cli-app-url-migration.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @hyperdx/cli
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 4dea3621: **Breaking:** Replace `-s`/`--server` flag with `-a`/`--app-url` across all CLI commands (except `upload-sourcemaps`). Users should now provide the HyperDX app URL instead of the API URL — the CLI derives the API URL by appending `/api`.
8+
9+
- `hdx auth login` now prompts interactively for login method, app URL, and credentials (no flags required)
10+
- Expired/missing sessions prompt for re-login with the last URL autofilled instead of printing an error
11+
- Add URL input validation and post-login session verification
12+
- Existing saved sessions are auto-migrated from `apiUrl` to `appUrl`
13+
14+
### Patch Changes
15+
16+
- 7a9882d4: Add alerts page (Shift+A) with overview and recent trigger history
17+
318
## 0.2.1
419

520
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperdx/cli",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"license": "MIT",
55
"type": "module",
66
"publishConfig": {

0 commit comments

Comments
 (0)