|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 | <!-- Craft will auto-populate this file --> |
| 4 | +## 0.7.0 |
| 5 | + |
| 6 | +### New Features ✨ |
| 7 | + |
| 8 | +#### Dsn |
| 9 | + |
| 10 | +- Infer project from directory name when DSN detection fails by @BYK in [#178](https://github.com/getsentry/cli/pull/178) |
| 11 | +- Add project root detection for automatic DSN discovery by @BYK in [#159](https://github.com/getsentry/cli/pull/159) |
| 12 | + |
| 13 | +#### Other |
| 14 | + |
| 15 | +- (auth) Auto-trigger login flow when authentication required by @betegon in [#170](https://github.com/getsentry/cli/pull/170) |
| 16 | +- (commands) Add sentry log command by @betegon in [#160](https://github.com/getsentry/cli/pull/160) |
| 17 | +- (db) Add schema repair and `sentry cli fix` command by @BYK in [#197](https://github.com/getsentry/cli/pull/197) |
| 18 | +- (issue) Replace --org/--project flags with <org>/ID syntax by @BYK in [#161](https://github.com/getsentry/cli/pull/161) |
| 19 | +- (lib) Add anyTrue helper for parallel-with-early-exit pattern by @BYK in [#174](https://github.com/getsentry/cli/pull/174) |
| 20 | +- (telemetry) Add withTracing helper to reduce Sentry span boilerplate by @BYK in [#172](https://github.com/getsentry/cli/pull/172) |
| 21 | + |
| 22 | +### Bug Fixes 🐛 |
| 23 | + |
| 24 | +- (types) Align schema types with Sentry API by @betegon in [#169](https://github.com/getsentry/cli/pull/169) |
| 25 | +- Corrected the codecov action script by @MathurAditya724 in [#201](https://github.com/getsentry/cli/pull/201) |
| 26 | +- Improved the plan command by @MathurAditya724 in [#185](https://github.com/getsentry/cli/pull/185) |
| 27 | +- Use ASCII arrow for consistent terminal rendering by @BYK in [#192](https://github.com/getsentry/cli/pull/192) |
| 28 | +- Corrected the rendering and props for the span tree by @MathurAditya724 in [#184](https://github.com/getsentry/cli/pull/184) |
| 29 | +- ParseIssueArg now checks slashes before dashes by @BYK in [#177](https://github.com/getsentry/cli/pull/177) |
| 30 | +- Address bugbot review comments on dsn-cache model-based tests by @BYK in [#176](https://github.com/getsentry/cli/pull/176) |
| 31 | +- Added nullable in substatus's zod validation by @MathurAditya724 in [#157](https://github.com/getsentry/cli/pull/157) |
| 32 | + |
| 33 | +### Documentation 📚 |
| 34 | + |
| 35 | +- Update AGENTS.md with testing guidelines and architecture by @BYK in [#190](https://github.com/getsentry/cli/pull/190) |
| 36 | + |
| 37 | +### Internal Changes 🔧 |
| 38 | + |
| 39 | +- (upgrade) Use centralized user-agent for GitHub API requests by @BYK in [#173](https://github.com/getsentry/cli/pull/173) |
| 40 | + |
| 41 | +### Other |
| 42 | + |
| 43 | +- test: add comprehensive tests for resolve-target module by @BYK in [#199](https://github.com/getsentry/cli/pull/199) |
| 44 | +- test: add tests for executeUpgrade with unknown method by @BYK in [#198](https://github.com/getsentry/cli/pull/198) |
| 45 | +- test: expand version check test coverage by @BYK in [#196](https://github.com/getsentry/cli/pull/196) |
| 46 | +- test: add comprehensive tests for DSN errors and resolver by @BYK in [#195](https://github.com/getsentry/cli/pull/195) |
| 47 | +- test: add comprehensive tests for human formatter detail functions by @BYK in [#194](https://github.com/getsentry/cli/pull/194) |
| 48 | +- test: add comprehensive tests for human formatter utilities by @BYK in [#191](https://github.com/getsentry/cli/pull/191) |
| 49 | +- test: add coverage for fetchLatestVersion and versionExists by @BYK in [#189](https://github.com/getsentry/cli/pull/189) |
| 50 | +- test: add coverage for UpgradeError and SeerError classes by @BYK in [#188](https://github.com/getsentry/cli/pull/188) |
| 51 | +- test: add property tests for sentry-urls.ts (Phase 3) by @BYK in [#186](https://github.com/getsentry/cli/pull/186) |
| 52 | +- test: simplify issue-id tests covered by property tests by @BYK in [#183](https://github.com/getsentry/cli/pull/183) |
| 53 | +- test: simplify alias and arg-parsing tests covered by property tests by @BYK in [#182](https://github.com/getsentry/cli/pull/182) |
| 54 | +- test: add property tests for API command and human formatters by @BYK in [#181](https://github.com/getsentry/cli/pull/181) |
| 55 | +- test: remove redundant DB tests covered by model-based tests by @BYK in [#180](https://github.com/getsentry/cli/pull/180) |
| 56 | +- test: add property tests for async utilities (Phase 4) by @BYK in [#179](https://github.com/getsentry/cli/pull/179) |
| 57 | +- test: add model-based tests for DSN and project cache by @BYK in [#171](https://github.com/getsentry/cli/pull/171) |
| 58 | +- test: add model-based and property-based testing with fast-check by @BYK in [#166](https://github.com/getsentry/cli/pull/166) |
| 59 | + |
4 | 60 | ## 0.6.0 |
5 | 61 |
|
6 | 62 | ### New Features ✨ |
|
0 commit comments