confused about v7 or v8 #4008
-
Hello together, i would like to use deployer for my laravel application, but i'm confused. but when i'm opening the homepage, the documentation is set directly to v8. When i'm changing to v7.x this message apears : This is documentation for Deployer 7.x, which is no longer actively maintained. so which is the stable version at this time, i would think 7.x but the documentation is set to 8.x without a information that it is a alpha version, and at 7.x it says that the version is no longer maintained but there are still commits to main in the last weeks. so which should i use ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Since I used to work at Google, I’m used to Google habits. They have a saying: there are always two paths – the new, cool one that’s not finished yet, and the old, deprecated one. And you have to choose which one you want to use. But in reality, yes, the v7 is now only supported with small bug fixes and security patches. All the new features, improvements, and ideas are being added to the v8. However, there’s no agreement on backward compatibility in the v8 yet, and it might break something during the upgrades or introduction of new ideas, although I’ll try to avoid that as much as possible. |
Beta Was this translation helpful? Give feedback.
Since I used to work at Google, I’m used to Google habits. They have a saying: there are always two paths – the new, cool one that’s not finished yet, and the old, deprecated one. And you have to choose which one you want to use.
But in reality, yes, the v7 is now only supported with small bug fixes and security patches. All the new features, improvements, and ideas are being added to the v8. However, there’s no agreement on backward compatibility in the v8 yet, and it might break something during the upgrades or introduction of new ideas, although I’ll try to avoid that as much as possible.