July 2025
Who this is for
Admins and developers tracking monthly changes.
Goal
Understand what changed in July 2025 and how it affects setup.
Prereqs
- None
Success criteria
You can identify relevant changes and update your workflows if needed.
Highlights
Api
- GraphQL API service for tenants, identities, users, and requests — Added the initial API worker with a GraphQL schema and resolvers to query tenants, identities, users, and requests as a foundation for dashboard and automation integrations.
Auth
- Post-magic-link account setup for password or Google — Added an account setup screen that prompts magic-link users to add an additional authentication method by setting a password or linking Google, then routes into the admin dashboard on success.
- Google sign-in and logout support in auth service — Expanded authentication to include Google OAuth sign-in (with account linking) alongside magic-link flows, plus a dedicated logout route and improved login UX feedback.
Example
Review this month's changes before enabling a new workflow in production.
Troubleshooting
- If a feature is missing, check later release notes.
Next steps
- /release-notes
- /implement