Skip to content

Releases: icoretech/airbroke

v1.2.9

21 Apr 11:55

Choose a tag to compare

1.2.9 (2026-04-21)

Bug Fixes

v1.2.8

09 Apr 16:54

Choose a tag to compare

1.2.8 (2026-04-09)

Bug Fixes

v1.2.7

05 Apr 01:16

Choose a tag to compare

1.2.7 (2026-04-05)

Features

  • add airbroke_get_setup_guide MCP tool (7f7611a)
  • add autolink utility for URLs and issue tracker references (e2bd8b0)
  • add remark CRUD server actions with ownership checks (02513fc)
  • add Remark model for notice and occurrence notes (102345a)
  • add remark query layer for notices and occurrences (836cda2)
  • add RemarkForm, RemarkItem, and RemarkThread components (c3bb08f)
  • embed remarks in MCP get_notice and get_occurrence responses (d826b80)
  • wire Remarks tab into occurrence page and Remarks section into notice page (d4f03ae)

Bug Fixes

  • omit occurrence_id from remark create when not provided (8f30e69)
  • use BigInt() instead of literal 7n to avoid ES2020 target error (0dfeb2a)

v1.2.6

04 Apr 23:58

Choose a tag to compare

1.2.6 (2026-04-04)

Features

  • add bulk resolve/reinstate server actions for notices (635ef89)
  • add inline resolve and bookmark buttons to occurrences table (3cdfd7c)
  • add notice-level resolved filtering to MCP tools (23b7489)
  • add resolved filter to notice/occurrence queries and route params (3ef2b9f)
  • add resolved_at to notices with PostgreSQL sync trigger (145e0a3)
  • add StatusFilter, ResolveNoticeButton, fix occurrence revalidation (8f8e4c4)
  • wire StatusFilter, ResolveNoticeButton, and bulk actions into pages (a5c5929)

Bug Fixes

  • default occurrences to unresolved filter, matching notices behavior (17ebbb2)
  • make notice resolve/reinstate button icon-only (6e4f04b)
  • match resolved badge style between notices and occurrences tables (0657ff2)
  • move resolved badge before notice title, after env label (c9f8537)
  • resolve biome optional chain warning and Next.js logo aspect ratio (348cbb5)
  • restore docs/agents/ in git, keep rest of docs/ ignored (3d25df6)
  • sidebar logo uses explicit 32px inline style to prevent resize warning (9310efc)
  • StatusFilter default mismatch and AppShell logo aspect ratio (c826ead)

v1.2.5

04 Apr 22:24

Choose a tag to compare

1.2.5 (2026-04-04)

Bug Fixes

v1.2.4

01 Apr 14:57

Choose a tag to compare

1.2.4 (2026-04-01)

Bug Fixes

  • deps: update dependency @ai-sdk/openai to v3.0.49 (#1583) (5dace99)
  • deps: update dependency next to v16.2.2 (#1587) (2df8f98)
  • deps: update sentry-javascript monorepo to v10.47.0 (#1585) (ab3cbf0)
  • deps: update vercel ai sdk (#1586) (709bb97)

v1.2.3

27 Mar 18:22

Choose a tag to compare

1.2.3 (2026-03-27)

Bug Fixes

v1.2.2

26 Mar 16:26
001f6d8

Choose a tag to compare

1.2.2 (2026-03-26)

Bug Fixes

  • deps: merge lucide-react v1 update (f15efcf)
  • deps: merge vercel ai sdk update (8561961)
  • deps: update dependency @microlink/react-json-view to v1.31.15 (#1575) (5665b2a)
  • deps: update dependency recharts to v3.8.1 (#1571) (808b4dc)
  • deps: update sentry-javascript monorepo to v10.46.0 (#1573) (8605287)
  • deps: update vercel ai sdk (c5b133b)
  • deps: update vercel ai sdk (25b3eff)
  • deps: update vercel ai sdk (50bbad7)
  • deps: update vercel ai sdk (#1569) (6eae9fd)
  • tsconfig: drop deprecated baseUrl (e5b7727)

v1.2.1

23 Mar 15:59

Choose a tag to compare

1.2.1 (2026-03-23)

Bug Fixes

  • deps: update vercel ai sdk (0633212)

v1.2.0

23 Mar 14:52

Choose a tag to compare

1.2.0 (2026-03-23)

⚠ BREAKING CHANGES

  • auth: Authentication system replaced from NextAuth (next-auth) to Better Auth (better-auth).

Features

  • auth: add more configurable sign-in providers (62ded80)
  • auth: add salesforce and fusionauth providers (4ec039d)
  • auth: migrate from NextAuth to Better Auth (3d60888)

Bug Fixes

  • auth: make trust host configurable (cfd0c8a)
  • auth: read signin providers at request time (7abd547)
  • auth: validate issuer URLs, improve sign-in error UX (51ab61c)
  • avoid render-phase intake state sync (a768a50)
  • bound sentry envelope intake size (12b9f99)
  • cap completion prompt payloads (a5eee5d)
  • ci: add explicit quality gate before image builds (7b53d7f)
  • ci: bootstrap prisma schema before spec gate (a452dde)
  • deps: update dependency next to v16.2.1 (e549460)
  • deps: update dependency next to v16.2.1 (4a867eb)
  • deps: update vercel ai sdk (cef8983)
  • deps: update vercel ai sdk (8e23692)
  • deps: update vercel ai sdk (0b5ed39)
  • deps: update vercel ai sdk (b801e2b)
  • harden mcp same-origin validation (bd37ad1)
  • remove next dev inspect flag (ce13034)
  • use sha256 for occurrence message hashes (f285fa2)

Miscellaneous Chores