content/docs/08-migration-guides/00-versioning.mdx
Each version number follows the format: MAJOR.MINOR.PATCH
We communicate the stability of our APIs as follows:
All APIs without special prefixes are considered stable and ready for production use. We maintain backward compatibility for stable features and only introduce breaking changes in major releases.
APIs prefixed with experimental_ or Experimental_ (e.g. experimental_generateImage()) are in development and can change in any releases. To use experimental APIs safely:
APIs marked as deprecated will be removed in future major releases. You can wait until the major release to update your code. To handle deprecations: