File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33<!-- Craft will auto-populate this file -->
4+ ## 0.17.0
5+
6+ ### New Features ✨
7+
8+ - (dashboard) Add dashboard list, view, and create commands by @betegon in [ #406 ] ( https://github.com/getsentry/cli/pull/406 )
9+ - (upgrade) Add --offline flag and automatic offline fallback by @BYK in [ #450 ] ( https://github.com/getsentry/cli/pull/450 )
10+ - Add distributed tracing for Sentry backend by @BYK in [ #455 ] ( https://github.com/getsentry/cli/pull/455 )
11+ - Add project delete command by @MathurAditya724 in [ #397 ] ( https://github.com/getsentry/cli/pull/397 )
12+ - Add ` sentry schema ` command for API introspection by @BYK in [ #437 ] ( https://github.com/getsentry/cli/pull/437 )
13+
14+ ### Bug Fixes 🐛
15+
16+ - (dsn) Prevent hang during DSN auto-detection in repos with test fixtures by @BYK in [ #445 ] ( https://github.com/getsentry/cli/pull/445 )
17+ - (formatters) Pad priority labels for consistent TRIAGE column alignment by @MathurAditya724 in [ #449 ] ( https://github.com/getsentry/cli/pull/449 )
18+ - (upgrade) Remove hard chain depth cap for nightly delta upgrades by @BYK in [ #444 ] ( https://github.com/getsentry/cli/pull/444 )
19+ - Improve CLI output for auth login and upgrade flows by @BYK in [ #454 ] ( https://github.com/getsentry/cli/pull/454 )
20+
21+ ### Internal Changes 🔧
22+
23+ - Cache org listing in listOrganizations + DSN shortcut for issue view by @betegon in [ #446 ] ( https://github.com/getsentry/cli/pull/446 )
24+
425## 0.16.0
526
627### New Features ✨
Original file line number Diff line number Diff line change 11{
22 "name" : " sentry" ,
3- "version" : " 0.17.0-dev.0 " ,
3+ "version" : " 0.17.0" ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " git+https://github.com/getsentry/cli.git"
You can’t perform that action at this time.
0 commit comments