Releases: gramps-project/gramps-web-api
v1.2.1
While this is just a patch release, it brings significant performance improvements for Gramps Web users with "guest" permissions, as it speeds up access to Gramps' private proxy database.
In addition, an issue with editing source attributes, incorrect setting of the people usage, and a version conflict when using Python 3.7 (thanks @Samurai336) were fixed.
v1.2.0
This minor release introduces a few small API changes:
- The
/api/metadata
endpoint no longer returns the list of surnames by default. The previous behaviour can be restored with the query parametersurnames=1
. - The
/api/transactions
endpoint got a new optional query parameterforce
. If true, object updates or deletions are executed even if the object has been modified in the meantime. - Missing media files no longer raise a server error (status code 500), but return status not found (404) now.
In addition, an issue affecting the media archive import (#412) was fixed.
v1.1.11
This release fixes an issue with images not showing up for users with role "guest" when using object storage for media files.
v1.1.10
This release fixes an issue with the Export endpoint.
v1.1.9
This release fixes an issue with the media archiv upload endpoint.
v1.1.8
This release fixes an issue with report generation and XML export in cases where the Gramps database default person is deleted in a Gramps desktop synchronization.
v1.1.7
This maintenance release improves the file and media import endpoints by not loading the entire file into memory before writing it to disk.
v1.1.6
Version -> 1.1.6
v1.1.5
The purpose of this release is to update the default docker image after fixing an issue in the SharedPostgreSQL Gramps addon.
v1.1.4
Version -> 1.1.4