Skip to content

Release history

revel-backend releases

The Django backend of the Revel event platform project

All releases

100 shown

No immediate action
v1.62.0 Bug fix

Event cancellation notification fix

Review required
v1.61.0 Security relevant
Auth RBAC

Authz & data leakage hardening

No immediate action
v1.60.0 New feature

Bookmark events

No immediate action
v1.59.0 Mixed

Exceptions refactor + admin dashboard

No immediate action
v1.58.0 New feature

Advanced waitlist management

No immediate action
v1.57.0 New feature

Reserved slug tokens

No immediate action
v1.56.0 New feature

JWT‑confirmation email change

No immediate action
v1.55.0 Bug fix

Traceback emission on 500

No immediate action
v1.54.0 New feature

Org‑wide plans endpoint + tier_name

Review required
v1.53.0 New feature
Dependencies

/me/memberships endpoint

v1.52.3 Bug fix

Fixed schema validation by restricting currency to the supported list.

Full changelog

What's Changed

  • fix(schemas): restrict currency to supported list on update + discount schemas by @biagiodistefano in https://github.com/letsrevel/revel-backend/pull/392

Full Changelog: https://github.com/letsrevel/revel-backend/compare/v1.52.2...v1.52.3

v1.52.2 Security relevant

Security fix: upgraded Django to version 5.2.14.

Full changelog

What's Changed

  • security: bump to Django==5.2.14 (fix #390) by @biagiodistefano in https://github.com/letsrevel/revel-backend/pull/391

Full Changelog: https://github.com/letsrevel/revel-backend/compare/v1.52.1...v1.52.2

v1.52.1 New feature
Notable features
  • Added organization contact method configuration (none/email/form) with a dedicated contact endpoint
Full changelog

What's Changed

  • feat(events): organization contact method (none/email/form) + contact endpoint by @biagiodistefano in https://github.com/letsrevel/revel-backend/pull/388
  • fix(notifications): render org contact message body across channels by @biagiodistefano in https://github.com/letsrevel/revel-backend/pull/389

Full Changelog: https://github.com/letsrevel/revel-backend/compare/v1.51.0...v1.52.1

v1.51.0 New feature
Notable features
  • Sales permissions can be defined in admin panel
Full changelog

What's Changed

  • feat: define sales permissions in admin panel by @biagiodistefano in https://github.com/letsrevel/revel-backend/pull/385

Full Changelog: https://github.com/letsrevel/revel-backend/compare/v1.50.1...v1.51.0

v1.50.1 Bug fix

Minor fixes and improvements.

Full changelog

What's Changed

  • fix(admin): expose notify_organization_created on SiteSettings admin by @biagiodistefano in https://github.com/letsrevel/revel-backend/pull/384

Full Changelog: https://github.com/letsrevel/revel-backend/compare/v1.50.0...v1.50.1

v1.50.0 New feature
Notable features
  • Recurring events Phase 1 & 2
  • Series admin GET with cadence-drift detection
  • User-initiated ticket cancellation and refunds
Full changelog

What's Changed

  • feat(events): recurring events — Phase 1 & 2 by @biagiodistefano in https://github.com/letsrevel/revel-backend/pull/369
  • dev(deps): dep hygiene and compliance by @biagiodistefano in https://github.com/letsrevel/revel-backend/pull/375
  • feat(events): series admin GET + cadence-drift detection by @biagiodistefano in https://github.com/letsrevel/revel-backend/pull/378
  • feat(events): user-initiated ticket cancellation & refunds (#370) by @biagiodistefano in https://github.com/letsrevel/revel-backend/pull/379
  • fix(events): refund_policy 400, Stripe Connect refund 502, and TICKET_CANCELLED staff copy by @biagiodistefano in https://github.com/letsrevel/revel-backend/pull/383

Full Changelog: https://github.com/letsrevel/revel-backend/compare/v1.48.1...v1.50.0

v1.48.1 Bug fix

## What's Changed * fix(blacklist): reset stale BANNED membership on unban

Full changelog

What's Changed

  • fix(blacklist): reset stale BANNED membership on unban by @biagiodistefano in https://github.com/letsrevel/revel-backend/pull/373

Full Changelog: https://github.com/letsrevel/revel-backend/compare/v1.48.0...v1.48.1

v1.47.0 New feature

The codebase now includes extracted is_owner_or_staff and has_org_permission helpers, and the events module supports invoicing attendees on behalf of organizers, improving modularity and adding financial flows for event management.

v1.46.0 New feature

Billing platform fees are now calculated VAT-exclusive and orgs can use UNLISTED visibility, improving pricing clarity and permission control.

v1.45.1 Bug fix

Fixed inefficient image handling in PDF and pkpass creation by switching to optimized assets, lowering CPU usage and speeding up file output for ticket processing.

v1.45.0 New feature

Introduced invitation-based tier visibility and purchase restrictions for tickets, plus a flag to control public pronoun distribution in events, giving admins finer access and display control.

v1.44.1 Bug fix

Fixed a bug where follower notifications were incorrectly sent for private events, preventing unwanted alerts and preserving event privacy.

v1.44.0 New feature

Added referral codes to user profiles, introduced Stripe-based payouts with automatic statements, extended admin panels for discounts and referral management, and improved JWT cleanup and profile data extraction.

v1.43.0 New feature

Billing address and email validation now returns 422 instead of 500, events enforce check-in times, questionnaires support immediate retakes and multiple correct answers, and expired or used tokens return 410.

v1.42.3 New feature

Added ReferralCode and Referral models with migrations and admin support, and introduced a billing_name field for legal entity invoicing to improve invoice accuracy and referral tracking.

v1.42.2 Bug fix

Questionnaire creation now enforces a maximum number of attempts via a new max_attempts field, and the update schema was refactored for consistency.

v1.42.1 Bug fix

The location_maps_url field limit was raised to 2048 characters to prevent validation failures caused by overly long URLs.

v1.42.0 New feature

Added VAT support for ticket sales and platform fees, introduced a questionnaire evaluation flag with longer answer limits, made ticket tier optional for event tokens, and fixed invitation messages and notifications to improve billing compliance and event handling.

v1.41.2 Bug fix

Cancelled tickets are ignored in eligibility checks, ensuring active tickets are evaluated correctly.

v1.41.1 Bug fix

Fixed XLSX export bug, updated documentation, and adjusted event slug generation to include dates for unique identifiers.

v1.41.0 New feature

Added Excel (XLSX) export support and fixed several unrelated bugs, improving data export capabilities for reporting applications.

v1.40.0 New feature

Events endpoint now supports filtering by the requires_ticket flag, allowing callers to retrieve only events that need a ticket and simplifying access control logic.

v1.39.0 New feature

Discount codes were added to event handling and feature flags for LLM evaluation and SSO were introduced.

v1.38.5 Security relevant

Security improvements tightened staff management and guest checkout flow, lowering potential vulnerabilities.

v1.38.4 Security relevant

Security vulnerabilities were patched and minor code cleanup performed, raising the overall robustness of the backend.

v1.38.3 Bug fix

Fixed a logging issue that could cause missing log entries in production

v1.38.2 Security relevant

Security scanning now runs in CI and logging was refactored to improve reliability and maintainability.

v1.38.1 Security relevant

Guest users now receive a password‑reset email instead of an automatic account activation, preventing unauthorized access and ensuring proper verification.

v1.38.0 New feature

Added a platform-wide banning mechanism and integrated codecov.io for coverage reporting, enhancing abuse mitigation and CI transparency.

v1.37.3 Security relevant

The release adds stronger XSS protection by tightening input validation and response encoding, reducing the risk of script injection in web applications.

v1.37.2 Security relevant

Fixes error reporting for failed notification tasks, hardens HTML escaping to prevent injection, and updates transitive dependencies, enhancing reliability for services that send emails or webhooks.

v1.37.1 Bug fix

Fixed handling of newline characters in Telegram notifications, ensuring messages are parsed correctly and delivered without corruption.

v1.37.0 New feature

Introduced a system-wide announcement capability through the admin UI and applied minor stability improvements, enhancing visibility for operators and reducing runtime errors.

v1.36.3 Bug fix

Documentation was updated to reflect new ADR and project management pages, and test reliability was improved by pinning user names and eliminating iterator usage in cleanup logic, reducing flaky behavior.

v1.36.2 Security relevant

Narrowed exception handling, removed dead code, and fixed a guest user JWT leak to close a security hole and improve reliability.

v1.36.1 Security relevant

Added caching to CI, tightened CORS security and removed a hardcoded Redis port, eliminated duplicate notification deliveries, and refactored user event status logic for clearer code.

v1.36.0 New feature

Documentation now builds with rsync, docs were refactored, and Telegram bot testing was added; the OpenAI SDK was replaced by Instructor for vendor-agnostic LLM access and ticket PDF files are cached, streamlining deployment and feature delivery.

v1.35.1 Bug fix

Enabled email for follower notifications and added ticket tier ordering logic to the backend.

v1.35.0 Mixed

Added support for price_paid override in pwyc and removed the unused TicketService.

v1.34.4 Security relevant
⚠ Upgrade required
  • Upgrade is strongly recommended for all deployments using Telegram authorization due to the security fix.
Security fixes
  • Fixed Telegram authorization bypass edge case that could allow unauthorized access.
v1.34.3 Bug fix

Improved the Apple Wallet pass layout within the pass component to ensure correct visual presentation.

v1.34.2 New feature

Added an expiry date field to Apple Pass objects to support expiration tracking for digital wallet'ss credentials.

v1.34.1

{"summary": "Fixed an issue where the pass module was displaying incorrect address, price, and date information.", "summary_correctness_@biagiodistefano: true, summary_correctness_@biagiodistefano: true, summary_correctness_@biagiodistefano: true, summary_correctness_@biagiodistefpass, summary_correctness_@biagiodistefano: true, summary_correctness_@biagiodistefano: true, summary_correctness_@biagiodistefano: true, summary_correctness_@biagiodistefano: true, summary_correctness_@biagiodistefano:

v1.34.0 New feature

Added a summary endpoint for questionnaires with aggregate statistics, introduced per-event scoping for questionnaires, and implemented tier ordering for tickets.

v1.33.0 New feature

Added a safe reboot check to prevent potential issues during system reboots.

v1.32.0 New feature

Added a maintenance banner to the /version endpoint and admin dashboard to provide visibility into system status and maintenance windows.

v1.31.12 Bug fix

Updated the potluck queryset to use include_past=True to ensure correct data retrieval in potluck lists.

v1.31.11 Bug fix

Truncates Telegram messages longer than 4096 characters to prevent delivery or processing error.

v1.31.10 Bug fix

Fixed an issue where at_the_door payments were incorrectly treated as RSVPs and implemented proper escaping for Telegram notification titles to prevent formatting issues.

v1.31.8 Maintenance

## What's Changed * feat(admin): add event, member count and stripe status to org list view

v1.31.7 Mixed

Fixed the local ClamAV image, consolidated celery tasks, and added an atomic create&claim potluck endpoint.

v1.31.5 New feature

Improved user data export functionality by implementing ProtectedFile and a cleanup task to enhance the reliability of the reliability of the export process.

v1.31.4 Bug fix

Added __str__ methods to models and fixed a bug in notifications that preserved pre-formatted datetime fields in template context.

v1.31.2 Bug fix

Fixed questionnaire submission logic and applied minor fixes to the admin panel.

v1.31.1 Maintenance

Refactored task management logic to improve code maintenance and address minor issues.

v1.31.0

{ "summary": "Added an organization announcements feature to allow for communication within organizations within the backend service.", "summary_short": "Added organization announcements feature.", "severity": "feature", "who_should_care": "Users and administrators managing organizations within the backend service.", "topics": ["organization-announcements", "feature-addition"], "summary_short_alt": "Added organization announcements feature.", "summary_backend_______________________

v1.30.2 Bug fix

Fixed N+1 queries and refactored benchmarks. Resolved an issue where RSVP notifications would self-exclude.

v1.30.1 Mixed

Added performance tests for bootstrapping, bootstrap bootstrap performance tests. Fixed N+1 queries in EligibilityService prefetch to improve performance.

v1.30.0 Mixed

Optimized the my status query, updated the seeder, and addressed notification performance issues including N+1 query fixes.

v1.27.0 Bug fix

Fixed a race condition in Fix/202 checkout ticket count and refactored/improved user status ticket count. Added price paid to tickets to track offline payments. Refactored capacity check logic.

v1.26.0 Mixed

Added a pronoun distribution endpoint, profile pic thumbnails, and pronoun stats to the admin panel. Refact/split the public event controller and added version information to the admin panel.

v1.25.4

Fixed an issue where user data could be mismatch with mismatchinging the database state by implementing a user refresh from the database. Implementer: Implementer: Implementer: Implementer: Implementthought: I need to re-read the prompt instructions. The prompt says:

v1.25.3 Bug fix

Fixed a bug where the file field was not being refreshed from the database.

v1.25.0 Mixed

Added support for following organizations and series, file upload questions, signing urls, bio and profile pic, thumbnails and previews generation, and a requires full profile gate. Fixed a deletion error for derivative images and performed minor refactors.

v1.23.0 New feature

Introduced post event feedback questionnaires and an impersonation service.

v1.22.0 Bug fix

Resolved a bug where depends_on_option_id was incorrectly handled during question and section creation.

v1.21.2 Bug fix

Improved email notification quality and address visibility within the system.

v1.21.1

{"summary": "Refactored hygiene and Mailpit logic.", "summary_abstract_short: ": " , "

v1.21.0 Maintenance

Updated dependencies to improve the backend service stability and security.

v1.20.4 Maintenance

Split the event model file, event_admin and organization_admin controllers, test_event_admin_controller, test files, and bootstrap file to improve code structure and maintainabilityability.

v1.20.3

{ "summary": "Refactored the codebase to split event_service.py, stripe service, and schema into separate components to improve modularity and maintainabilityability.", "summary_short": "Split event_service.py, stripe service, and schema into separate components", "summary_short_alt": "Refactored event_service.py, stripe service, and schema into separate modules", "summary_personally-imployed-in-revel-backend-dev-team": "none", "severity": "maintenance", "who_should_care": "Develo

v1.20.2

Restricted automatic evaluation of AUTO or HYBRID questionnaires and implemented transaction.on_commit() for questionnaire notification signals to ensure consistency between database updates and signal firing.

v1.20.0 New feature

Added an organization blacklist system with fuzzy name matching to the events module. This allows for more granular control over event visibility and management within theenues.

v1.19.0 New feature

Added a member endpoint, membership info to RSVP and Ticket Schemas, and location maps fields; implemented custom address visibility messages and optimized address visibility.

v1.18.1 Bug fix

Implemented a fallback mechanism where event.start is used as event.apply_by when the latter is an empty or null value.

v1.18.0 New feature

Added an apply_before deadline for invitation requests and questionnaires to control timing of submissions.

v1.17.2 Bug fix

Improved questionnaire notifications and implemented permission-based filtering for notifications.

v1.17.0 New feature

Added conditional questions and sections in questionnaires, and introduced a new WAIT_FOR_INVITATION_APPROVAL step for pending invitation requests.

v1.16.3 Bug fix

Manually triggers tasks after ticket batch creation to ensure task execution following batch updates.

v1.16.1 New feature

Added manual payment instructions to the tier create/edit schema to ensure completeness and accuracy in tier configuration during setup.

v1.16.0 Mixed

Enabled max submission age for questionnaires and updated the default evaluator to SANITIZING. Fixed an ownership check in the controller.

v1.15.0 New feature

Added markdown support to questionnaires and included several fixes.

Beta — feedback welcome: [email protected]