Skip to content

Releases: franzos/stackpit

v0.3.26

Choose a tag to compare

@github-actionsgithub-actions released this 04 Aug 19:45
v0.3.26
7e102cd

Changed

  • Errors differing only by an id, hash or key=123 value now group together

v0.3.25

Choose a tag to compare

@github-actionsgithub-actions released this 04 Aug 16:42
v0.3.25
e294644

Fixed

  • MCP: bearer tokens without an audience claim were accepted
  • MCP: token not-before (nbf) was not validated
  • MCP: openid was missing from the advertised scopes

v0.3.24

Choose a tag to compare

@github-actionsgithub-actions released this 04 Aug 07:10
v0.3.24
fe28681

Added

  • MCP endpoint at POST /mcp with 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 scp claim were treated as unscoped

v0.3.23

Choose a tag to compare

@github-actionsgithub-actions released this 02 Aug 20:03
v0.3.23
88b3348

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

Choose a tag to compare

@github-actionsgithub-actions released this 01 Aug 22:12
v0.3.22
0963d20

Changed

  • stackpit init writes 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

Choose a tag to compare

@github-actionsgithub-actions released this 31 Jul 11:33
v0.3.21
1fb0cac

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

Choose a tag to compare

@github-actionsgithub-actions released this 30 Jul 15:23
v0.3.20
d5003a2

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

Choose a tag to compare

@github-actionsgithub-actions released this 29 Jul 08:21
v0.3.19
e710a66

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

Choose a tag to compare

@github-actionsgithub-actions released this 26 Jul 20:58
v0.3.18
fbe52eb

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

Choose a tag to compare

@github-actionsgithub-actions released this 21 Jul 21:26
v0.3.17
abbb82e

Fixed

  • Per-issue sparklines failed to load on Postgres (INT4/INT8 type mismatch)