github.com/immich-app/immich/releases/tag/v3.0.0
is V3 not stable? Are they back porting security fixes to V2?
Comment on Immich vs Ente ?
mereo@piefed.ca 21 hours ago
Downside: breaking changes are fairly common AFAIK.
This is no longer the case after the version 2.0 release. Version 2.0 is the stable release: https://github.com/immich-app/immich/discussions/22546
github.com/immich-app/immich/releases/tag/v3.0.0
is V3 not stable? Are they back porting security fixes to V2?
V3 is stable. It is the new version after V2. V1 was where the majoriry of the breaking changes happened.
No, v3 is a release with breaking changes:
This release includes several breaking changes; read the full migration guide here. It’s worth mentioning that many of the breaking changes are updates to API endpoints and only affect third-party tools that integrate with Immich’s API. For the vast majority of users, updating works exactly as it always has.
immich.app/blog/v3.0.0-release
That’s why the major version was increased, it implies breaking changes in semantic versioning, which Immich is doing since v2 apparently:
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes
- MINOR version when you add functionality in a backward compatible manner
- PATCH version when you make backward compatible bug fixes
dustyData@lemmy.world 7 hours ago
Funny enough I had to rollback, since it doesn’t start in the latest version in my setup. I have to make a conscious effort to keep it one or two subversions behind. It is not the first time an upgrade breaks my install.