Change Updates

Do not miss any MongoDB Relational Migrator REST API changes, ever again

Subscribe to the MongoDB Relational Migrator REST API changelog to be up to date on recent changes.

RSS

Aug 21, 2025

main
1.14.1
Compare
1.14.1

API structure has changed

9 structure changes including:
1 Addition
8 Modifications
Modified 8 Breaking
GET /analysis/{projectId}/report
  • Response
  • 200 response Modified
    • application/json content type Modified
      • dbMetrics property Modified
        • allTables property Modified
GET /jobs
  • Response
  • 200 response Modified
    • application/json content type Modified
      • jobUpdates property Modified
        • stackTrace property Modified
          • Type went from string to array[string]
            Breaking
        • suggestion property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
      • atlasMetadata property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
GET /jobs/{jobId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • jobUpdates property Modified
        • stackTrace property Modified
          • Type went from string to array[string]
            Breaking
        • suggestion property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
      • atlasMetadata property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
GET /project/{projectId}/export
  • Response
  • 200 response Modified
    • application/json content type Modified
      • schema property Modified
        • full property Modified
POST /jobs
  • Body
  • application/json content type Modified
    • collectionFilters property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • jobUpdates property Modified
        • stackTrace property Modified
          • Type went from string to array[string]
            Breaking
        • suggestion property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
      • atlasMetadata property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /jobs/{jobId}/pause
  • Response
  • 200 response Modified
    • application/json content type Modified
      • jobUpdates property Modified
        • stackTrace property Modified
          • Type went from string to array[string]
            Breaking
        • suggestion property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
      • atlasMetadata property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /jobs/{jobId}/resume
  • Response
  • 200 response Modified
    • application/json content type Modified
      • jobUpdates property Modified
        • stackTrace property Modified
          • Type went from string to array[string]
            Breaking
        • suggestion property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
      • atlasMetadata property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /jobs/{jobId}/stop
  • Response
  • 200 response Modified
    • application/json content type Modified
      • jobUpdates property Modified
        • stackTrace property Modified
          • Type went from string to array[string]
            Breaking
        • suggestion property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
      • atlasMetadata property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
Added 1
GET /project/{projectId}/collections