Skip to content

Releases: lukevella/rallly

v4.5.3

16 Nov 15:11
cbe8e5c

Choose a tag to compare

What's Changed

Full Changelog: v4.5.2...v4.5.3

v4.5.2

15 Nov 17:19
f08db13

Choose a tag to compare

What's Changed

Important: Fixes an issue causing OIDC login to fail due to mismatched redirect URIs.

Full Changelog: v4.5.1...v4.5.2

v4.5.1

12 Nov 10:56
aa643c4

Choose a tag to compare

What's Changed

Full Changelog: v4.5.0...v4.5.1

v4.5.0

11 Nov 11:29
11de5c8

Choose a tag to compare

What's Changed

  • Added support for password-based login
  • Updated user session strategy. Existing sessions continue to work during the rollout, but upgrading is recommended to allow enough time for sessions to be migrated before support is dropped in a future release.

Full Changelog: v4.4.1...v4.5.0

v4.4.1

11 Sep 11:37
f117558

Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v4.4.1

v4.4.0

10 Sep 13:18
5304424

Choose a tag to compare

What's Changed

📅 Better ICS lifecycle management

  • Improved the formatting of the email that gets sent out when finalizing a poll so that it is recognized as a calendar invite by email clients
  • Added uid to the ICS file so that event details are synchronized across all attendees when changes are made
  • Added sequence to keep track of changes to the event such as cancellation

✨ New environment variables for disabling email login and registration

  • Added EMAIL_LOGIN_ENABLED which can be set to false to limit login to SSO
  • Added REGISTRATION_ENABLED which can be set to false to disable the registration page

🔒 Secure SMTP defaults

  • Improved the default configuration to reject unauthorized certifications when using TLS
  • Deprecated SMTP_TLS_ENABLED and introduced SMTP_REJECT_UNAUTHORIZED instead

New Contributors

Full Changelog: v4.3.1...v4.4.0

v4.3.1

18 Aug 09:02
4faa223

Choose a tag to compare

🐛 Bug Fixes

  • Fix missing PORT environment variable that caused healthcheck failures in Docker containers

Full Changelog: v4.3.0...v4.3.1

v4.3.0

15 Aug 16:03
81ee22f

Choose a tag to compare

🚀 Highlights

Spaces

Spaces allow you to organize your polls and events into different areas. You can also invite team members to share and collaborate within a space.

CleanShot 2025-08-15 at 15 19 16@2x

ARM Support

This release reintroduces ARM support for the official docker image.

Special thanks to @aschaber1 for their contribution.

🐛 Bug Fixes

  • Various stability improvements

Full Changelog: v4.2.0...v4.3.0

v4.2.0

09 Jul 10:37
ce86c42

Choose a tag to compare

What's Changed

  • 🐛 Fix issue where wrong start time is shown on event page by @lukevella in #1791
  • ✨ Add option to cancel a scheduled event by @lukevella in #1800

Full Changelog: v4.1.2...v4.2.0

v4.1.2

11 Jun 09:35
7e75293

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.1...v4.1.2