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

19 days ago

main
1.15.3
Compare
1.15.3

API structure has changed

Next change
6 structure changes including:
6 Modifications
Modified 6 Breaking
GET /jobs
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cdcStatistics property Modified
        • lastEventSourceDatabaseTime property Added
GET /jobs/{jobId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cdcStatistics property Modified
        • lastEventSourceDatabaseTime property Added
POST /jobs
  • Body
  • application/json content type Modified
    • verification property Modified
      • includedCollections property Added
    • collectionFilters property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cdcStatistics property Modified
        • lastEventSourceDatabaseTime property Added
POST /jobs/{jobId}/pause
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cdcStatistics property Modified
        • lastEventSourceDatabaseTime property Added
POST /jobs/{jobId}/resume
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cdcStatistics property Modified
        • lastEventSourceDatabaseTime property Added
POST /jobs/{jobId}/stop
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cdcStatistics property Modified
        • lastEventSourceDatabaseTime property Added