Skip to main content
Version: Next

Marten 0.5.1 release notes

July 27, 2024.

Bug fixes

  • Fix duplicated #create_user spec helper method in projects generated with the authentication application.
  • Fix excessive verbosity when running management commands.
  • Fix non-working hash/array methods in templates.
  • Fix an issue where unknown variable exceptions are not raised when accessing unsupported attributes on custom template objects.
  • Make sure the cookie session store always defines an expiry when signing the session data.