v0.4.2
Improvements in this release:
- The
/api/media/<handle>/fileendpoint gets a new booleandownloadquery parameter that, if true, sets the content disposition of the HTTP response to "attachment", triggering a download in the browser (#311) - For
/api/reports/<id>/file, the JWT can now also be supplied in the query string, as for media files (#312) - Changed default locale of Docker images to
en_US(#314) - The list of strings can now also be POST-ed as body JSON
/api/translations/<lang>, avoid issues with long query length for GET (#313) - The
/api/relations/<handle1>/<handle2>should now be faster in many cases (#316) - Several dependencies updated (#315)