Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

33 lines (25 loc) · 1.83 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.8.2] - 2023-12-24

Fixed

  • Prevent crashing processes due to loading all guest users in memory during delete_old_guest_users task (#42)

Changed

  • Update README with better detail around data migration (#49) by @joshmenden
  • Update supported ruby versions (#50) by @pacso

0.8.1 - 2021-10-26

Changed

  • Simplify guest transfer (#38)

0.8.0 - 2021-10-25

Added

  • Allow setting of custom params on guest model (#31) by @pacso
  • Allow deletion of guest records to optionally be skipped (#32) by @pacso

Changed

  • Switch to SecureRandom.uuid for guest_user_unique_suffix (#28) by @notch8
  • Update combustion gem (#29) by @notch8

Fixed

  • Defining the logging_in callback when the controller loads (#34) by @davidkuz