Console 2.33.0

Released to Sandbox and Production: April 3, 2025

Console 2.32.0 contains various bug fixes and system improvements including the below:

  • When inviting a new team member, there is now a 15-minute period before the invite can be resent after it has initially gone out. This is done to prevent spamming.
  • There is new validation on the allowable characters for an app_handle.
    • regex pattern: (r'^([a-zA-Z0-9_-]+)$')
    • Allowable characters: a-z, A-Z, 0-9, _ (underscore), - (hyphen)