Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Tutorial: Multi-Version API

Most projects start out with an alpha API that changes release to release. However, eventually, most projects needs to move to a more stable API. Once your API is stable though, you cannot make breaking changes to it. That’s where API versions come into play.

Make some changes to the CronJob API spec and make sure all the different versions are supported by the CronJob project.

If you have not already, make sure you have gone through the base CronJob Tutorial.

Next, figure out what changes to make…