Skip to content

v1.6

Compare
Choose a tag to compare
@J535D165 J535D165 released this 21 Mar 15:02
· 59 commits to main since this release
a790274

What's Changed

  • Change default production WSGI server by waitress and add support for other WSGI servers by @J535D165 in #1696
  • Backport info banner at the login screen to version 1.6 by @J535D165 in #1698
  • Add support for customizable API URL in production without rebuilding by @J535D165 in #1699
  • Improve password manager and autocomplete features for account creation by @J535D165 in #1702
  • Improve Dockerfile file and optimize for server stack use @J535D165 in #1703

Important info for server deployment

❗ This version of ASReview LAB improves server and flask-related code. Users running ASReview in production with config TOML files and environment variables should take care of unwanted changes and test their applications. We tried to make everything backward compatible for server users, but unexpected behavior is still possible. It is important to change environment variables to a variant with the ASREVIEW_LAB_ prefix. See PR #1696 for most of the relevant changes.

ℹ️ Server users: please check out https://github.com/asreview/asreview-server-stack. This is our ASReview LAB server stack with reverse proxy, robust Gunicorn server, and PostgreSQL database.

Full Changelog: v1.5.1...v1.6