New: MCP server monitoring is live. Start free trial
NeonSchemaBreaking

Enum values changed in DELETE /projects/{project_id}/auth/domains (NeonAuthSupportedAuthProvider)

Affected surface
DELETE /projects/{project_id}/auth/domains
Affected field
NeonAuthSupportedAuthProvider

What changed

Enum values changed in DELETE /projects/{project_id}/auth/domains (NeonAuthSupportedAuthProvider) Affected surface: DELETE /projects/{project_id}/auth/domains. Root cause: schema `NeonAuthSupportedAuthProvider`. Detected at Sat, 30 May 2026 01:38:02 UTC UTC.

Diff

{
  "path": "DELETE /projects/{project_id}/auth/domains",
  "removed_enums": [
    "stack_v2"
  ],
  "schema_path": "schema NeonAuthSupportedAuthProvider"
}

Likely impact

Existing integrations relying on this surface will fail or behave incorrectly. Treat this as a release-blocker until the recommended action below is applied.

Audit any switch/match statements over this enum. Removed values become unhandled paths.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.