LinuxServer Changes:
Rebase main to 3.17.
overseerr Changes:
Time for a minor update! We had a bigger one planned for the holidays, but due to several people needing the auth fix in this release, we decided to do this early. We are still hard at work and getting some great new features to you but as usual, time (especially around the holidays) is hard to come by.
Awesome New Stuff
New Image Caching
This release introduces our new image caching. We are now directly caching the images from TMDB instead of letting NextJS re-optimize them. This gives us a few new benefits (assuming you enable image caching in the settings).
- We now store cached images in your mounted
config
folder, which means the cache will persist between updates. (If you previously had a volume pointing to the.next
cache directory, it's no longer necessary) - We proxy the images through the server, which lets us limit the rate at which we pull images from TMDB to avoid hitting their new CDN/API rate limits.
- It's very fast
1.31.0 (2022-12-17)
Bug Fixes
- api: handle auth for accounts where the plex id may have been set to null (#3125) (15e2469)
- improved PTR scrolling performance (#3095) (07ec3ef)
Features
This release is also available on:
v1.31.0