Skip to content

Release history

rallly releases

Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.

All releases

19 shown

Upgrade now
v4.11.1 Bug fix

Fixes self-hosted crash

No immediate action
v4.11.0 Mixed

Time‑based poll defaults + timezone fix

No immediate action
v4.10.2 Bug fix

Edit unregistered voter responses

Upgrade now
v4.10.1 Security relevant

CVE-2026-23870 patch

v4.10.0 New feature
Notable features
  • Rallly CLI installer with bundled stack (PostgreSQL, Garage, Traefik, Let's Encrypt)
  • Version tile in control panel showing running version and update availability
  • Poll response confirmation emails sent in respondent's locale
Full changelog

What's Changed

🚀 Introducing the Rallly CLI

This is the first version of Rallly that supports the new Rallly CLI, which installs and manages your instance as a fully bundled stack (app + PostgreSQL + Garage object storage + Traefik reverse proxy with automatic Let's Encrypt).

curl -fsSL https://get.rallly.co | bash

The installer walks you through configuration, generates secrets, and brings everything up. Day to day operations go through:

./rallly.sh start | stop | restart | status | logs | update | backup

📖 Installation guide · Management guide · Migration guide

[!IMPORTANT]
If you're already running a self-hosted instance and would like to migrate to the new Rallly CLI, follow the migration guide.

✨ New Features

  • Version tile in the control panel showing the running version and whether an update is available (#2355, #2351, #2348)

🐛 Bug Fixes

  • Send poll response confirmation email in the respondent's locale (#2356)

⚡ Performance

  • Optimize invite page queries (#2350)

Full Changelog: https://github.com/lukevella/rallly/compare/v4.9.2...v4.10.0

v4.9.2 New feature
Notable features
  • Server-side upload proxy for self-hosted S3
Full changelog

What's Changed

  • ✨ Add server-side upload proxy for self-hosted S3 (RAL-1150) by @lukevella in https://github.com/lukevella/rallly/pull/2345

Full Changelog: https://github.com/lukevella/rallly/compare/v4.9.1...v4.9.2

v4.9.1 Bug fix

Fixed file uploads failing on S3-compatible storage backends like Garage.

Full changelog

What's Changed

  • 🐛 Fixed file uploads failing on self-hosted setups using Garage and some other S3-compatible storage backends.

If you're self-hosting with Garage, or another S3-compatible backend and were hitting upload failures on v4.9.0 or earlier, this release fixes it. No config changes needed.

Full Changelog: https://github.com/lukevella/rallly/compare/v4.9.0...v4.9.1

v4.9.0 New feature
Notable features
  • Custom primary color theming across the poll UI
  • Logo displayed on event cards, invite pages, and confirmation emails
  • Dark mode improvements
Full changelog

What's Changed

🎨 Custom Space Branding

Customize your space with your own brand identity. You can now set a custom primary color and upload a logo that appears across all polls in a space, including participant-facing pages and email notifications.

  • Custom primary color theming across the poll UI
  • Logo displayed on event cards, invite pages, and confirmation emails

💄 UI Improvements

  • Updated event card design
  • Dark mode improvements
  • Simplified sidebar navigation
  • Various styling refinements

🐛 Bug Fixes

  • Store the current locale when submitting a response (#2340)
  • Make initial admin check case insensitive

Full Changelog: https://github.com/lukevella/rallly/compare/v4.8.1...v4.9.0

v4.8.0 New feature
Notable features
  • Global notification settings
  • Per-poll muting
  • User avatars
v4.7.3 Maintenance

Removed corepack and pnpm from Docker runtime image to reduce size and runtime dependencies.

v4.7.2 Bugfix

## Bug Fix Fixed corepack cache directory permissions in Docker image causing startup failures. **Full Changelog**: https://github.com/lukevella/rallly/compare/v4.7.1...v4.7.2

v4.7.0 Breaking risk
Breaking changes
  • Prisma v7 stricter TLS/SSL validation
Notable features
  • Account linking enabled
v4.6.3 Maintenance

## What's Changed Added links to the [white labeling docs](https://support.rallly.co/self-hosting/white-labeling) on the License and Branding pages. **Full Changelog**: https://github.com/lukevella/rallly/compare/v4.6.2...v4.6.3

v4.6.2 Bugfix

Fixed client-side crash when accessing profile and general settings pages.

v4.6.1 Bugfix

## Bug Fix This patch fixes an issue where the edit link that is emailed to participants would expire, preventing them from making changes to their response. **Full Changelog**: https://github.com/lukevella/rallly/compare/v4.6.0...v4.6.1

v4.6.0 New feature
Notable features
  • Dark mode support
  • White-labeling customization
  • Gravatar integration

Beta — feedback welcome: [email protected]