Requested by: @BYK
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
New Features ✨
Build
- Add hole-punch tool to reduce compressed binary size by @BYK in #245
- Add gzip-compressed binary downloads by @BYK in #244
Other
- (args) Parse Sentry web URLs as CLI arguments by @BYK in #252
- (auth) Switch to /auth/ endpoint and add whoami command by @BYK in #266
- (list) Add pagination and consistent target parsing to all list commands by @BYK in #262
Bug Fixes 🐛
Telemetry
- Reduce noise from version-check JSON parse errors by @BYK in #253
- Skip Sentry reporting for 4xx API errors by @BYK in #251
- Handle EPIPE errors from piped stdout gracefully by @BYK in #250
- Upgrade Sentry SDK to 10.39.0 and remove custom patches by @BYK in #249
Other
- (commands) Support org/project/id as single positional arg by @BYK in #261
- (db) Handle readonly database gracefully instead of crashing by @betegon in #235
- (errors) Show meaningful detail instead of [object Object] in API errors by @BYK in #259
- (issue-list) Propagate original errors instead of wrapping in plain Error by @BYK in #254
- (polyfill) Add exited promise and stdin to Bun.spawn Node.js polyfill by @BYK in #248
- (project-list) Add pagination and flexible target parsing by @BYK in #221
- (test) Prevent mock.module() leak from breaking test:isolated by @BYK in #260
- (upgrade) Remove v prefix from release URLs and work around Bun.write streaming bug by @BYK in #243
- Repair pagination_cursors composite PK and isolate test suites by @BYK in #265
Internal Changes 🔧
- (build) Replace local hole-punch script with binpunch package by @BYK in #246
- Use @sentry/api client for requests by @MathurAditya724 in #226
Requested by: @BYK
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
New Features ✨
Build
Other
Bug Fixes 🐛
Telemetry
Other
Internal Changes 🔧