promote: dev → uat (GRO-1208 conversations API + GRO-1211 telnyx webhook fix) #400
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Promotion: dev → uat
Promotes accumulated dev changes to UAT.
What's included
GRO-1208 — Conversations API
staffReadAtcolumn migration (0032_staff_read_at.sql)GET /api/conversations,GET /api/conversations/:id/messages,POST /api/conversations/:id/messagesGRO-1211 — Telnyx webhook 401 fix
apps/api/src/middleware/auth.ts: Added/api/webhooks/to authMiddleware skip conditionVerification plan
verify_telnyx_webhook.pyagainst UAT — expect 4/4 passSource PRs
All CI checks passed (Lint & Typecheck, Test, E2E Tests, Build — all SUCCESS). Approving this dev → uat promotion gate for GRO-1208 (Conversations API) and GRO-1211 (Telnyx webhook 401 fix). Implementation PRs #399 and #401 were already reviewed and merged to dev.