Version stability
We find it very important to minimize any risks on the system when releasing a new API version.
To achieve this we created 2 types of releases:
- Active Release
- Stable Release
An Active Release is a release that is already live accessible by everyone. This version has a complete set of new features/improvements, but is still subject to small changes. The idea with this type of version is that you as a user have time to get to know this new version before making the decision to switch your production environment. This version will stay in this state for 2 months before it will be marked as a Stable Release
A Stable Release is the complete version of an Active Release. There will be no new additions to this version, only what we call "hotfixes". These are changes to the code to fix important bugs that prevent the normal use of the API. Any other bugs that don't prevent the normal operations will be fixed in a new version instead.
Both of these releases can be used in your Production environment.