Replies: 4 comments 4 replies
-
@snipe thanks for everything you and your team are doing here. Good stuff! |
Beta Was this translation helpful? Give feedback.
-
I'm running v5.3.7 originally installed via git. When I run "php upgrade.php" it seemingly goes through the motions but leaves me on V5.3.7. What am I missing? |
Beta Was this translation helpful? Give feedback.
-
great work on getting a new release out (later than expected or not) during a pandemic. can't wait to try this. |
Beta Was this translation helpful? Give feedback.
-
If you working with PHP 7.4.13 you must activate the PHP Sodium Extension. |
Beta Was this translation helpful? Give feedback.
-
The long-awaited Release Candidate for Snipe-IT v6 is finally here! There were a lot of things that conspired against us for this to be so late (things like an ongoing global pandemic, Laravel delaying their release because of some unfortunate choices made by the PHP release managers, dependencies being trickier for the same reasons as Laravel was delayed, and so on) but here we are.
When
develop
andmaster
start to diverge so much that it takes hours to reconcile merge conflicts, it's in everyone's best interests to push ahead with the release, even if it doesn't have every bell and whistle everyone wanted. We got a lot done for v6 - much of it is under the hood and our users won't notice (framework upgrades, security upgrades, etc), but we hope the stuff you can see will make it worth it for you. We did end up merging down a LOT of the v6 features (like G Suite Secure LDAP) back down into v5 so that you folks didn't have a wait. It makes the v6 release a little less dramatic, but we never believe in holding features back just for the sake of publicity.As we've stated before, delays in releases for Snipe-IT don't mean the same things as they often do in other software projects, since we were still constantly releasing to the v5.x line while we were developing v6, so it's not as if nothing was moving forward and everyone was holding their breath for v6 just to see some kind of progress.
And likewise, once v6 is officially released, it doesn't mean we're not going to keep pushing forward as we always do. Like our increasing age, versions are just a number, and all the cool features we had hoped to get into v6 but couldn't will just be moved into the next version. Projects are either feature driven or date driven, they cannot be both. While we are normally feature-driven, that's because of our very fast release cycle.
We've been working on this for a long time (since about June 2021 when we broke the
develop
branch off from the normal v5 bloodline). We hope you'll consider testing out the RC versions so we can make sure the rollout is as smooth as possible. As ALWAYS, do not use release candidates in production.Note: For consistency purposes, we'll be carrying this official v5 to v6 changelog below forward into the final release of v6.0.0 to save me the time of having to pull out save months worth of changes for each RC. :)
New in v6
Added
.my.cnf
to disablecolumn-statistics
backup for DockerImproved
Fixed
Removed
For a full list of changes, see the complete changelog. To see the details on the 260 merged PRs to
develop
since the release of v5, click here.Upgrading
For general upgrading instructions, click here. Users who installed Snipe-IT via Git (recommended) can just run
php upgrade.php
.This discussion was created from the release v6-RC-1 - Release Candidate.
Beta Was this translation helpful? Give feedback.
All reactions