Parallel Change

https://martinfowler.com/bliki/ParallelChange.html

Allows gradual migration and avoids having to do coordinated releases of many clients

  • Add the new API
  • Deprecate the old API
  • Clients migrate to the new API
  • Remove the old API