Releases: franzos/stackpit
Releases · franzos/stackpit
Release list
v0.3.26
v0.3.25
Fixed
- MCP: bearer tokens without an audience claim were accepted
- MCP: token not-before (
nbf) was not validated - MCP:
openidwas missing from the advertised scopes
v0.3.24
Added
- MCP endpoint at
POST /mcpwith 17 read, write and admin tools - OAuth scopes for MCP: events read, projects read/write, admin
- Incremental scope consent: 403 names the scope a client needs
[auth.mcp]config, and MCP setup in the operator guide
Fixed
- Trace spans were readable across organisations with a known trace id
- Access tokens carrying Hydra's
scpclaim were treated as unscoped
v0.3.23
Added
- Project list now spans every organisation you belong to
- Sortable organisation column and filter on the project list
- Sidebar and breadcrumb show which organisation is active
Changed
GET /api/v1/projects/returns projects from all your organisations- Admin token now lists projects from every organisation
Fixed
- Project links from another of your organisations no longer 404
- Releases and events pages were empty for cross-organisation projects
- Owning one organisation no longer grants owner rights in another
v0.3.22
Changed
stackpit initwrites the config file owner-only- Startup warns when the config file is readable by others
- Retention now prunes discard statistics
- Organisation invite links expire within a sane range
Fixed
- Organisation setup page was unreachable after SSO sign-in
- Organisation setup form was always rejected as a CSRF failure
- Compressed events above 2 MiB were rejected despite
max_body_size - Long exception titles broke new-issue notification emails
- Client clock drift pushed event timestamps into the future
- Rate-limit responses under-reported which categories were limited
- Unrecognised event levels were dropped by notification filters
- Database errors were shown to users instead of a generic message
- Profile and replay pages rendered huge payloads in full
- Event pages could issue thousands of source-map lookups
v0.3.21
Added
- Release health page has a time-range filter and sortable columns
Changed
- Releases are ordered by version everywhere, newest first
- Release list version column is sortable and no longer truncated
- Project list breakdown column is framed like the trend column
Fixed
- React Native errors showed no description and grouped into one issue
v0.3.20
Changed
- Project list shows every project, including new and dormant ones
- Archived projects are marked in the project list
Fixed
- Issue chart now follows the release, level, status and tag filters
- Issue and project charts were blank on Postgres
v0.3.19
Changed
- Releases seen on incoming events are recorded, matching Sentry
- Release list shows uploaded releases that have no events yet
Fixed
- Uploading source maps for one release hid every other release
- Project list showed the wrong "latest release"
v0.3.18
Changed
- New Stackpit logo across the web UI and favicon
- Project list is cached, and auth caches are capped
Fixed
- Slack notifications escape mrkdwn, so event text can't forge formatting
- Truncated envelope items are skipped instead of misparsed
v0.3.17
Fixed
- Per-issue sparklines failed to load on Postgres (INT4/INT8 type mismatch)