Skip to content

v0.10.3 (bridge release)

Choose a tag to compare

@BYK BYK released this 14 Feb 14:45
· 487 commits to main since this release
Immutable release. Only release title and notes can be modified.
v0.10.3

Bridge release for clients running 0.9.1 or earlier.

The upgrade code in those versions constructs download URLs with a v prefix (e.g., v0.10.3), but this repo's tags are un-prefixed. This release contains the same binaries as 0.10.2, which fixes both the URL prefix bug and the Bun.write streaming bug.

The v0.10.2 bridge was intended but its tag was burned by an immutable release. This v0.10.3 bridge supersedes both v0.10.1 and the lost v0.10.2.

Note: Due to a Bun runtime bug (oven-sh/bun#13237), sentry cli upgrade from 0.9.1 may still fail silently. The recommended upgrade path is to re-run the install script:

curl -fsSL https://cli.sentry.dev/install | bash