Skip to content

backend: v2.0.0

Choose a tag to compare

@github-actions github-actions released this 15 May 02:27
41d06cf

2.0.0 (2026-05-15)

⚠ BREAKING CHANGES

  • poi: POI.id is now an integer identity; location matching uses POI.name.
  • admin: users.role now stores role arrays and auth tokens require roles claims.

Features

  • admin: add analytics role entry (3c1e88a)
  • backend: add anchor event analytics funnel API (3da5297)
  • event: add full PR expansion policy (4a40f29)
  • event: add participation frequency limit (ca0c3e0)
  • poi: upgrade POI identity and location matching (bb6e3cf)
  • pr: make confirmation optional (ca4b83a)
  • pr: use user phone for booking contact (2bfedfe)
  • telemetry: add user journey ingestion (fc7b863)

Bug Fixes

  • auth: unify authenticated-required handling (a545644)
  • db migration order (65fa804)
  • event: count prior prs for frequency limit (2b38a0b)
  • pr: finalize prs by close-time participation (ac705e1)
  • pr: hide confirm cta when confirmation is disabled (ff43d2d)
  • pr: make PR type immutable for user edits (9579520)
  • pr: require authenticated PR mutations (5cc4843)