Development and Roadmap

Here, we will document how we will support a typical package!


Project Roadmap and Milestones

What’s next?


Future Support and Maintenance

Patches (e.g. x.x.1):

  • Bug fixes and improvements that are urgently needed.

  • No new features or breaking changes.

  • Suport period: Only the latest patch of the minor release will be supported.

Minor Updates (e.g. x.1.x):

  • Minor updates consist of new features.

  • No breaking changes unless otherwise noted or absolutely critical.

  • Support period: Two minor release cycles. (v.1.0.0 will be supported until the release of v.1.3.0)

Major Updates (e.g. 2.0.0):

  • Major new features and breaking changes.

  • Deprecations will be removed!

  • Support period: Same as minor updates (Some versions may get extended support).

Deprecations:

  • All deprecations will have clear warnings and be included in release notes.

  • Deprecations will be removed in the next major release.

  • Backwards compatibility will be maintained before their removal.