Skip to content

Commit 54219f3

Browse files
author
getsentry-bot
committed
Merge branch 'release/0.16.0'
2 parents 2c153a7 + 90f8463 commit 54219f3

File tree

2 files changed

+94
-1
lines changed

2 files changed

+94
-1
lines changed

CHANGELOG.md

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,99 @@
11
# Changelog
22

33
<!-- Craft will auto-populate this file -->
4+
## 0.16.0
5+
6+
### New Features ✨
7+
8+
#### Init
9+
10+
- Support org/project positional to pin org and project name by @MathurAditya724 in [#428](https://github.com/getsentry/cli/pull/428)
11+
- Show feedback hint after successful setup by @betegon in [#430](https://github.com/getsentry/cli/pull/430)
12+
- Add --team flag to relay team selection to project creation by @MathurAditya724 in [#403](https://github.com/getsentry/cli/pull/403)
13+
- Enforce canonical feature display order by @betegon in [#388](https://github.com/getsentry/cli/pull/388)
14+
- Accept multiple delimiter formats for --features flag by @betegon in [#386](https://github.com/getsentry/cli/pull/386)
15+
- Add git safety checks before wizard modifies files by @betegon in [#379](https://github.com/getsentry/cli/pull/379)
16+
- Add experimental warning before wizard runs by @betegon in [#378](https://github.com/getsentry/cli/pull/378)
17+
- Add init command for guided Sentry project setup by @betegon in [#283](https://github.com/getsentry/cli/pull/283)
18+
19+
#### Issue List
20+
21+
- Auto-compact when table exceeds terminal height by @BYK in [#395](https://github.com/getsentry/cli/pull/395)
22+
- Redesign table to match Sentry web UI by @BYK in [#372](https://github.com/getsentry/cli/pull/372)
23+
24+
#### Other
25+
26+
- (auth) Allow re-authentication without manual logout by @BYK in [#417](https://github.com/getsentry/cli/pull/417)
27+
- (trial) Auto-prompt for Seer trial + sentry trial list/start commands by @BYK in [#399](https://github.com/getsentry/cli/pull/399)
28+
- Add --json flag to help command for agent introspection by @BYK in [#432](https://github.com/getsentry/cli/pull/432)
29+
- Add `sentry span list` and `sentry span view` commands by @betegon in [#393](https://github.com/getsentry/cli/pull/393)
30+
- Support SENTRY_HOST as alias for SENTRY_URL by @betegon in [#409](https://github.com/getsentry/cli/pull/409)
31+
- Add --dry-run flag to mutating commands by @BYK in [#387](https://github.com/getsentry/cli/pull/387)
32+
- Return-based output with OutputConfig on buildCommand by @BYK in [#380](https://github.com/getsentry/cli/pull/380)
33+
- Add --fields flag for context-window-friendly JSON output by @BYK in [#373](https://github.com/getsentry/cli/pull/373)
34+
- Magic `@` selectors (`@latest`, `@most_frequent`) for issue commands by @BYK in [#371](https://github.com/getsentry/cli/pull/371)
35+
- Input hardening against agent hallucinations by @BYK in [#370](https://github.com/getsentry/cli/pull/370)
36+
- Add response caching for read-only API calls by @BYK in [#330](https://github.com/getsentry/cli/pull/330)
37+
38+
### Bug Fixes 🐛
39+
40+
#### Dsn
41+
42+
- Make code scanner monorepo-aware and extend --fresh to bypass DSN cache by @betegon in [#420](https://github.com/getsentry/cli/pull/420)
43+
- Prevent silent exit during uncached DSN auto-detection (#411) by @BYK in [#414](https://github.com/getsentry/cli/pull/414)
44+
45+
#### Init
46+
47+
- Align multiselect hint lines with clack's visual frame by @MathurAditya724 in [#435](https://github.com/getsentry/cli/pull/435)
48+
- Make URLs clickable with OSC 8 terminal hyperlinks by @MathurAditya724 in [#423](https://github.com/getsentry/cli/pull/423)
49+
- Remove implementation detail from help text by @betegon in [#385](https://github.com/getsentry/cli/pull/385)
50+
- Truncate uncommitted file list to first 5 entries by @MathurAditya724 in [#381](https://github.com/getsentry/cli/pull/381)
51+
52+
#### Other
53+
54+
- (api) Convert --data to query params for GET requests by @BYK in [#383](https://github.com/getsentry/cli/pull/383)
55+
- (docs) Remove double borders and fix column alignment on landing page tables by @betegon in [#369](https://github.com/getsentry/cli/pull/369)
56+
- (help) Hide plural aliases from help output by @betegon in [#441](https://github.com/getsentry/cli/pull/441)
57+
- (trace) Show span IDs in trace view and fix event_id mapping by @betegon in [#400](https://github.com/getsentry/cli/pull/400)
58+
- Show human-friendly names in trial list and surface plan trials by @BYK in [#412](https://github.com/getsentry/cli/pull/412)
59+
- Add trace ID validation to trace view + UUID dash-stripping by @BYK in [#375](https://github.com/getsentry/cli/pull/375)
60+
61+
### Documentation 📚
62+
63+
- (commands) Add alias info to subcommand help output by @betegon in [#442](https://github.com/getsentry/cli/pull/442)
64+
- Update AGENTS.md with patterns from span commands work by @BYK in [#433](https://github.com/getsentry/cli/pull/433)
65+
- Update credential storage docs and remove stale config.json references by @betegon in [#408](https://github.com/getsentry/cli/pull/408)
66+
67+
### Internal Changes 🔧
68+
69+
#### Init
70+
71+
- Remove --force flag by @betegon in [#377](https://github.com/getsentry/cli/pull/377)
72+
- Remove dead determine-pm step label by @betegon in [#374](https://github.com/getsentry/cli/pull/374)
73+
74+
#### Tests
75+
76+
- Consolidate unit tests subsumed by property tests by @BYK in [#422](https://github.com/getsentry/cli/pull/422)
77+
- Remove redundant and low-value tests by @BYK in [#418](https://github.com/getsentry/cli/pull/418)
78+
79+
#### Other
80+
81+
- (lint) Enforce command output conventions via Biome plugins by @BYK in [#439](https://github.com/getsentry/cli/pull/439)
82+
- (log/list) Convert non-follow paths to return CommandOutput by @BYK in [#410](https://github.com/getsentry/cli/pull/410)
83+
- Unified trace-target parsing and resolution by @BYK in [#438](https://github.com/getsentry/cli/pull/438)
84+
- Centralize slug normalization warning in parseOrgProjectArg by @BYK in [#436](https://github.com/getsentry/cli/pull/436)
85+
- Unify commands as generators with HumanRenderer factory, remove stdout plumbing by @BYK in [#416](https://github.com/getsentry/cli/pull/416)
86+
- Convert list command handlers to return data instead of writing stdout by @BYK in [#404](https://github.com/getsentry/cli/pull/404)
87+
- Split api-client.ts into focused domain modules by @BYK in [#405](https://github.com/getsentry/cli/pull/405)
88+
- Migrate non-streaming commands to CommandOutput with markdown rendering by @BYK in [#398](https://github.com/getsentry/cli/pull/398)
89+
- Convert Tier 2-3 commands to return-based output and consola by @BYK in [#394](https://github.com/getsentry/cli/pull/394)
90+
- Convert remaining Tier 1 commands to return-based output by @BYK in [#382](https://github.com/getsentry/cli/pull/382)
91+
- Converge Tier 1 commands to writeOutput helper by @BYK in [#376](https://github.com/getsentry/cli/pull/376)
92+
93+
### Other
94+
95+
- Minify JSON on read and pretty-print on write in init local ops by @MathurAditya724 in [#396](https://github.com/getsentry/cli/pull/396)
96+
497
## 0.15.0
598

699
### New Features ✨

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentry",
3-
"version": "0.16.0-dev.0",
3+
"version": "0.16.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/getsentry/cli.git"

0 commit comments

Comments
 (0)