v1.94.0 #6808
Replies: 10 comments 53 replies
-
After the update, does anyone else get "Status: Offline" and "Version: Unknown" in the web app? |
Beta Was this translation helpful? Give feedback.
-
Somehow, video playback on the android app doesn't work anymore. The screen is black while there is a small pause symbol in the upper left corner. But the Audio still plays and the seeker also goes on. |
Beta Was this translation helpful? Give feedback.
-
Where are the steps to upgrade to a version with breaking changes? |
Beta Was this translation helpful? Give feedback.
-
How can I use hardware acceleration with portainer stack? |
Beta Was this translation helpful? Give feedback.
-
Someone on reddit reported that this release corrupted their database. Interestingly, the same thing happened to me. Restored from backup and restarted the new containers and everything seems to work fine now. Fair warning - back your data up before upgrading! |
Beta Was this translation helpful? Give feedback.
-
I am using an arc gpu and it doesn't seem to be working, though it could be some config on my side.
|
Beta Was this translation helpful? Give feedback.
-
About the external library watching: after enabling the setting, my server went offline. In the TrueNAS SCALE app dashboard, the app said "deploying", which usually indicates that the alive-check came back negative although the app is supposed to be running. I restarted the container, and initially nothing happened again. Then I checked the logs and noticed that it was preparing for watching the external library directory (or something along the lines), and after ~5 minutes or so, it was done with that and continued with startup. |
Beta Was this translation helpful? Give feedback.
-
I am also not sure what to do. I found the differences but if I change my file exactly as the new one, it doesn’t work. And we not just replace the file?
From: CodeCoffe ***@***.***>
Sent: 07 February 2024 09:30
To: immich-app/immich ***@***.***>
Cc: SialoS ***@***.***>; Comment ***@***.***>
Subject: Re: [immich-app/immich] v1.94.0 (Discussion #6808)
Would definitely appreciate the help with breaking changes just like in the previous releases, where the diffs and instructions were submitted along with the release notes.
—
Reply to this email directly, view it on GitHub <#6808 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQQLUF3M26CQJAUE67OKE4DYSMUN3AVCNFSM6AAAAABCTO7BY6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DGOJRHA2TK> .
You are receiving this because you commented. <https://github.com/notifications/beacon/AQQLUF3KZTFPVJO5OQ5QFHLYSMUN3A5CNFSM6AAAAABCTO7BY6WGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAQAGK6.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
-
I tried it without any changes and it worked without any issues. So i dont
know..
…On Wed, Feb 7, 2024, 18:07 bcsteeve ***@***.***> wrote:
It is also strange that the latest yml adds in a name line that apparently
needs to be removed to work on some existing installations. I added it and
it just threw errors. I found help from Alex to say to remove it, but I
don't know why.
A diff should always be included so people know exactly what to do, and
don't introduce unnecessary lines that may or may not break things
depending on unknown variables.
I *think* it may be because I have Docker engine on Linux and this now
assumes Docker Desktop? The internet isn't very clear on this, but I see
references to "docker compose" being used, while on mine it is
"docker-compose" (with a hyphen). I honestly don't know when that changed
or really what changed and after an hour of research I still don't know.
—
Reply to this email directly, view it on GitHub
<#6808 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQQLUF7S4WALT5WMWVZVYD3YSORFDAVCNFSM6AAAAABCTO7BY6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DGOJXGAZTM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi all! Couldn't update my instance from v1.93.3 to v1.94.1. After launching containers at version 1.94.1 I see following in the logs: server
microservices
machine-learning
postgres
Reverting back to v1.93.3 seems solves the problem - Immich starting successfully at this version. Any ideas? Thanks. |
Beta Was this translation helpful? Give feedback.
-
1.94.0
Breaking Changes⚠️
v1.92
starting from this version. Please make sure to have your server and mobile app on the same version to work correctly.docker-compose.yml
content change for hardware acceleration to incorporate hardware acceleration for machine learningGET /asset/assetById/:id
POST /asset/download/info
POST /asset/download/archive
POST /asset/download/:id
POST /asset/restore
POST /asset/trash/empty
POST /asset/trash/restore
Highlights
Welcome to release
v1.94.0
of Immich. This release is packed with bug fixes, quality-of-life improvements, and preparation for migrating to a new search experience. Please find some of the highlights of this release below, and we hope you like it!Automatic library watching (experimental)
External libraries can now automatically import changed files without a full rescan. It will import the file whenever the operating system reports a file change. If your photos are mounted over the network, this does not work, but there is an option to enable polling. Beware, however, that polling can cause high CPU consumption.
You can enable this feature in the
Administration page > Settings > Library
Library watching is considered experimental at this stage and is disabled by default. Please report how this feature works for you, especially if you have large external libraries.
Sneak peak
And as always, bugs are fixed, and many other improvements also come with this release.
Please consider supporting the project.
Support
If you find the project helpful, you can support Immich via the following channels.
It is a great way to let me know that you want me to continue developing and working on this project for years to come.
What's Changed
🗄️ Server
generate-open-api.sh
by @benmccann in chore: fix typo ingenerate-open-api.sh
#6648📱 Mobile
🖥️ Web
🧠 Machine Learning
context_length
field by @mertalev in fix(ml): handle missingcontext_length
field #6695⚡ CLI
📓 Documentation
🔨 Build
🤖 Dependencies
Other changes
New Contributors
generate-open-api.sh
#6648Full Changelog: https://github.com/immich-app/immich/compare/v1.93.3...
This discussion was created from the release v1.94.0.
Beta Was this translation helpful? Give feedback.
All reactions