Skip to content

v0.4.2

Choose a tag to compare

@DavidMStraub DavidMStraub released this 18 Sep 19:30
· 362 commits to master since this release

Improvements in this release:

  • The /api/media/<handle>/file endpoint gets a new boolean download query 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)