-
-
Notifications
You must be signed in to change notification settings - Fork 120
Description
Currently Symfony AI does not have a stable release, not even a single tag.
We still merge breaking changes like no one is watching, but this is part of the process of getting components ready for putting a BC promise on it one day.
We differentiate two things here:
Experimental 0.x Releases
First step will be to have 0.x minor release, that enables users to have better control while installing the components. Breaking changes will lead to an increase of the minor version, but upgrades will be needed timely.
Stable Releases
With the 1.0 Symfony AI will adopt well-established Symfony standards around backwards compatibility, deprecations and providing upgrade paths. This does not include a time-based release schedule or LTS versions, but might stay decoupled in that regard from symfony/symfony based packages.
We aim for having an experimental release until end of year.