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

22 days ago

main
1.15.0
Compare
1.15.0

API structure has changed

Next change
18 structure changes including:
10 Breaking changes
8 Modifications
10 Removals
Modified 8 Breaking
GET /jobs
  • Response
  • 200 response Modified
    • application/json content type Modified
      • jobUpdates 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 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
      • project property Modified
        • content property Modified
        • codeId property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
      • queries property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /jobs
  • Body
  • application/json content type Modified
    • mongodbConnectionDetails property Modified
      • projectId, projectName, clusterName properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • jobUpdates 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 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 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 Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /project/import
  • Response
  • 200 response Modified
    • application/json content type Modified
      • content property Modified
        • settings, collections properties Modified
      • codeId property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
Removed 10 Breaking
DELETE /project/{projectId}/queries/bulk-convert
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
DELETE /project/{projectId}/queries/{queryId}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /project/{projectId}/codegen/metadata
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /project/{projectId}/queries
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /project/{projectId}/queries/bulk-convert
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /project/{projectId}/queries/{queryId}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /project/{projectId}/codegen/generate
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /project/{projectId}/queries
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /project/{projectId}/queries/bulk-convert
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /project/{projectId}/queries/{queryId}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking