Skip to content

5.0.9

Latest
Compare
Choose a tag to compare
@ownclouders ownclouders released this 14 Nov 12:05
· 3607 commits to master since this release
v5.0.9
0721bd3

Table of Contents

Changes in 5.0.9

Summary

  • Bugfix - Thumbnail request limit: #10280
  • Bugfix - Restart Postprocessing properly: #10439
  • Change - Define maximum input image dimensions and size when generating previews: #10270

Details

  • Bugfix - Thumbnail request limit: #10280

    The THUMBNAILS_MAX_CONCURRENT_REQUESTS setting was not working correctly.
    Previously it was just limiting the number of concurrent thumbnail downloads.
    Now the limit is applied to the number thumbnail generations requests.
    Additionally the webdav service is now returning a "Retry-After" header when it
    is hitting the ratelimit of the thumbnail service.

    #10280
    #10270
    #10225

  • Bugfix - Restart Postprocessing properly: #10439

    Properly differentiate between resume and restart postprocessing.

    #10439

  • Change - Define maximum input image dimensions and size when generating previews: #10270

    This is a general hardening change to limit processing time and resources of the
    thumbnailer.

    #10270
    #9360
    #9035
    #9069