What's New
Meridian Auth & Health Monitoring
- Health poller — background service that monitors Meridian connectivity and sends email alerts when auth expires or the service goes down
- Admin re-auth flow — admins can re-authenticate with Meridian directly from the admin dashboard without restarting the server
- Notification preferences — per-admin controls for email alert frequency and type
- tRPC procedures — new endpoints for Meridian auth status, login, and notification preference management
- Schema — new
MeridianAdminActionenum values to track admin auth events
Testing
- E2E Playwright tests for the Meridian auth admin flow
- Unit tests for the Meridian health poller lifecycle
Maintenance
- Bumped Next.js (security/patch)
- Fixed explicit
anytype in health poller tests
Upgrade Notes
Run npx prisma db push after updating to apply the schema changes.