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

New required fields added in schema API_Entities_GeoNodeStatus: [project_import_export_relation_export_upload_uploads_verification_failed_count project_import_e…

New required fields added in schema API_Entities_GeoNodeStatus: [project_import_export_relation_export_upload_uploads_verification_failed_count project_import_export_relation_export_upload_uploads_verified_in_percentage project_import_export_relation_export_upload_uploads_checksum_failed_count project_import_export_relation_export_upload_uploads_checksummed_count project_import_export_relation_export_upload_uploads_synced_count project_import_export_relation_export_upload_uploads_verification_total_count project_import_export_relation_export_upload_uploads_oldest_unsynced_time project_import_export_relation_export_upload_uploads_registry_count project_import_export_relation_export_upload_uploads_verified_count project_import_export_relation_export_upload_uploads_checksum_total_count project_import_export_relation_export_upload_uploads_count project_import_export_relation_export_upload_uploads_failed_count project_import_export_relation_export_upload_uploads_synced_in_percentage]

Affected surface
schema API_Entities_GeoNodeStatus
Affected field
API_Entities_GeoNodeStatus

What changed

New required fields added in schema API_Entities_GeoNodeStatus: [project_import_export_relation_export_upload_uploads_verification_failed_count project_import_export_relation_export_upload_uploads_verified_in_percentage project_import_export_relation_export_upload_uploads_checksum_failed_count project_import_export_relation_export_upload_uploads_checksummed_count project_import_export_relation_export_upload_uploads_synced_count project_import_export_relation_export_upload_uploads_verification_total_count project_import_export_relation_export_upload_uploads_oldest_unsynced_time project_import_export_relation_export_upload_uploads_registry_count project_import_export_relation_export_upload_uploads_verified_count project_import_export_relation_export_upload_uploads_checksum_total_count project_import_export_relation_export_upload_uploads_count project_import_export_relation_export_upload_uploads_failed_count project_import_export_relation_export_upload_uploads_synced_in_percentage] Affected surface: schema API_Entities_GeoNodeStatus. Root cause: schema `API_Entities_GeoNodeStatus`. Detected at Fri, 01 May 2026 12:33:38 UTC UTC.

Diff

{
  "added_required": [
    "project_import_export_relation_export_upload_uploads_verification_failed_count",
    "project_import_export_relation_export_upload_uploads_verified_in_percentage",
    "project_import_export_relation_export_upload_uploads_checksum_failed_count",
    "project_import_export_relation_export_upload_uploads_checksummed_count",
    "project_import_export_relation_export_upload_uploads_synced_count",
    "project_import_export_relation_export_upload_uploads_verification_total_count",
    "project_import_export_relation_export_upload_uploads_oldest_unsynced_time",
    "project_import_export_relation_export_upload_uploads_registry_count",
    "project_import_export_relation_export_upload_uploads_verified_count",
    "project_import_export_relation_export_upload_uploads_checksum_total_count",
    "project_import_export_relation_export_upload_uploads_count",
    "project_import_export_relation_export_upload_uploads_failed_count",
    "project_import_export_relation_export_upload_uploads_synced_in_percentage"
  ],
  "path": "schema API_Entities_GeoNodeStatus",
  "schema_path": "schema API_Entities_GeoNodeStatus"
}

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.

Add the new required field to all request payloads or arguments. Requests omitting it will be rejected.

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.