v2.5.2
Improvements
This minor release brings the following improvements & fixes:
- A performance bottleneck has been removed for the metadata endpoint in multi-tree deployments (#568, #569)
- A new environment variable
GUNICORN_TIMEOUT
has been added to the default docker image to customize gunicorn's timeout (which defaults to 180 s if not specified) #570 by @Illia-M - A regression with the face detection feature has been fixed in the default docker image. Face detection is not supported on the
armv7
platform due to missing library support, but works onarm64
(eg. 64-bit Raspberry Pi)
Python 3.8 support removed
Since Python 3.8 has reach end of life, you will need Python 3.9 or higher to run Gramps Web API starting with this release.