Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Sep 10:08
· 367 commits to main since this release

Rallly 3.0.0 has an updated UI and a host of new features including:

  • Poll finalization
  • Custom poll settings (hide participant list, hide scores, disable comments)
  • Poll duplication

Setup

Check out the self-hosting docs for instructions.

Upgrading from v2

The startup script will automatically perform a schema migration so that you can retain your existing data. It may not be possible to downgrade to v2 after upgrading due to the changes in the schema. Please take note of the following breaking changes before upgrading.

Breaking changes

1. Removed AUTH_REQUIRED

The AUTH_REQUIRED parameter has been removed. As of version 3, users must be logged in to create and manage polls. To further avoid use of your instance by unauthorized users, you are encouraged to use the ALLOWED_EMAILS parameter to limit who can register and login on your instance.

2. SMTP config is now required

Due to authentication being required, it's not longer possible to use the system without logging in. Since Rallly only supports passwordless login, you will need to configure SMTP so that you can receive your passwordless login email.