dolittle / Home

Dolittle is a platform designed to build Line of Business applications without sacrificing architectural quality, code quality or scalability.
http://www.dolittle.io
MIT License
27 stars 5 forks source link

Create a strategy and documentation accordingly for dealing with API versioning #52

Closed einari closed 4 years ago

einari commented 5 years ago

Public APIs are not to be taken lightly. Versioning matters as well. This should be consistent with SemVer. Following the concept of SemVer we could for instance interpret it as follows:

We do not have the migration system in place. But effectively, we would now have to version the artifacts that are automatically being generated APIs from. This means migrators between different generations of an artifact such as a command or query. The API management system would need to deal with this as the bounded context itself should only care about its latest version. Version would need to be part of the URL scheme for APIs.

┆Issue is synchronized with this Asana task